Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

i2c: st: Rename clock reference to something that exists

CLK_S_ICN_REG_0 hasn't existed for a while now. This was renamed
over a few commits, then finally removed in commit 5aa02b9 (ARM:
STi: DT: STiH415: Remove unused CLK_S_ICN_REG_0 fixed clock).

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Maxime Coquelin <maxime.coquelin@st.com>
Acked-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>

authored by

Lee Jones and committed by
Wolfram Sang
8edba330 a5d0b7cb

+1 -1
+1 -1
Documentation/devicetree/bindings/i2c/i2c-st.txt
··· 31 31 compatible = "st,comms-ssc4-i2c"; 32 32 reg = <0xfed40000 0x110>; 33 33 interrupts = <GIC_SPI 187 IRQ_TYPE_LEVEL_HIGH>; 34 - clocks = <&CLK_S_ICN_REG_0>; 34 + clocks = <&clk_s_a0_ls CLK_ICN_REG>; 35 35 clock-names = "ssc"; 36 36 clock-frequency = <400000>; 37 37 pinctrl-names = "default";