All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] i2c: i2c-st: Rename clock reference to something that exists
@ 2014-08-28 14:02 ` Lee Jones
  0 siblings, 0 replies; 21+ messages in thread
From: Lee Jones @ 2014-08-28 14:02 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel; +Cc: lee.jones, kernel, wsa, devicetree

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>
---
 Documentation/devicetree/bindings/i2c/i2c-st.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/i2c/i2c-st.txt b/Documentation/devicetree/bindings/i2c/i2c-st.txt
index 437e0db..4c26fda 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-st.txt
+++ b/Documentation/devicetree/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";
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2015-01-22 14:54 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-28 14:02 [PATCH 1/1] i2c: i2c-st: Rename clock reference to something that exists Lee Jones
2014-08-28 14:02 ` Lee Jones
2014-08-28 14:02 ` Lee Jones
2014-08-28 14:31 ` [STLinux Kernel] " Maxime Coquelin
2014-08-28 14:31   ` Maxime Coquelin
2014-08-28 14:31   ` Maxime Coquelin
2015-01-21 15:26   ` Lee Jones
2015-01-21 15:26     ` Lee Jones
2015-01-22  9:34 ` Peter Griffin
2015-01-22  9:34   ` Peter Griffin
2015-01-22  9:34   ` Peter Griffin
2015-01-22 12:18 ` Lee Jones
2015-01-22 12:18   ` Lee Jones
2015-01-22 14:14   ` Wolfram Sang
2015-01-22 14:14     ` Wolfram Sang
2015-01-22 14:14     ` Wolfram Sang
2015-01-22 14:54     ` Lee Jones
2015-01-22 14:54       ` Lee Jones
2015-01-22 14:18 ` Wolfram Sang
2015-01-22 14:18   ` Wolfram Sang
2015-01-22 14:18   ` Wolfram Sang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.