diff options
author | Warner Losh <imp@FreeBSD.org> | 2015-02-27 22:16:54 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2015-02-27 22:16:54 +0000 |
commit | da75c2cc5808a45edc76752ba495dcc5dcd4346c (patch) | |
tree | 74a0899e9f467d761efca9e14d7d3213fb899de8 /Bindings/i2c/i2c-st.txt | |
parent | ab9104d36764981b663e037d0e48496993a070a4 (diff) |
Notes
Diffstat (limited to 'Bindings/i2c/i2c-st.txt')
-rw-r--r-- | Bindings/i2c/i2c-st.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bindings/i2c/i2c-st.txt b/Bindings/i2c/i2c-st.txt index 437e0db3823ca..4c26fda3844a7 100644 --- a/Bindings/i2c/i2c-st.txt +++ b/Bindings/i2c/i2c-st.txt @@ -31,7 +31,7 @@ i2c0: i2c@fed40000 { compatible = "st,comms-ssc4-i2c"; reg = <0xfed40000 0x110>; interrupts = <GIC_SPI 187 IRQ_TYPE_LEVEL_HIGH>; - clocks = <&CLK_S_ICN_REG_0>; + clocks = <&clk_s_a0_ls CLK_ICN_REG>; clock-names = "ssc"; clock-frequency = <400000>; pinctrl-names = "default"; |