All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: r7s72100: fix sdhi clock define
@ 2017-01-12 18:11 ` Chris Brandt
  0 siblings, 0 replies; 34+ messages in thread
From: Chris Brandt @ 2017-01-12 18:11 UTC (permalink / raw)
  To: Geert Uytterhoeven, Simon Horman, Magnus Damm, Rob Herring,
	Mark Rutland
  Cc: devicetree, linux-renesas-soc, Chris Brandt

Now that all the clocks in the boot loader are disabled before booting
the kernel, and the mstp driver has been fixed for RZ/A1, here is a typo
that was missed during original testing.

Fixes: 7c8522b7047c ("ARM: dts: r7s72100: add sdhi clock to device tree")
Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
---
 include/dt-bindings/clock/r7s72100-clock.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/dt-bindings/clock/r7s72100-clock.h b/include/dt-bindings/clock/r7s72100-clock.h
index 29e01ed..318ab14 100644
--- a/include/dt-bindings/clock/r7s72100-clock.h
+++ b/include/dt-bindings/clock/r7s72100-clock.h
@@ -46,6 +46,6 @@
 
 /* MSTP12 */
 #define R7S72100_CLK_SDHI0	3
-#define R7S72100_CLK_SDHI1	2
+#define R7S72100_CLK_SDHI1	1
 
 #endif /* __DT_BINDINGS_CLOCK_R7S72100_H__ */
-- 
2.10.1



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

end of thread, other threads:[~2017-01-17 19:23 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-12 18:11 [PATCH] ARM: dts: r7s72100: fix sdhi clock define Chris Brandt
2017-01-12 18:11 ` Chris Brandt
2017-01-12 19:57 ` Geert Uytterhoeven
2017-01-12 20:34   ` Chris Brandt
2017-01-12 20:34     ` Chris Brandt
2017-01-13  8:35     ` Simon Horman
2017-01-13 14:44   ` Chris Brandt
2017-01-13 14:44     ` Chris Brandt
2017-01-13 15:10     ` Geert Uytterhoeven
2017-01-13 15:10       ` Geert Uytterhoeven
2017-01-13 17:16       ` Chris Brandt
2017-01-13 17:16         ` Chris Brandt
2017-01-13 17:31         ` Geert Uytterhoeven
2017-01-13 17:56           ` Chris Brandt
2017-01-13 17:56             ` Chris Brandt
2017-01-16 10:36             ` Geert Uytterhoeven
2017-01-16 10:36               ` Geert Uytterhoeven
2017-01-16 11:40               ` Wolfram Sang
2017-01-17  4:27                 ` Chris Brandt
2017-01-17  4:27                   ` Chris Brandt
2017-01-17  8:21                   ` Wolfram Sang
2017-01-17  8:21                     ` Wolfram Sang
2017-01-17  9:16                     ` Geert Uytterhoeven
2017-01-17  9:16                       ` Geert Uytterhoeven
2017-01-17  9:45                       ` Wolfram Sang
2017-01-17  9:52                         ` Geert Uytterhoeven
2017-01-17  9:57                           ` Wolfram Sang
2017-01-17  9:57                             ` Wolfram Sang
2017-01-17 10:00                             ` Geert Uytterhoeven
2017-01-17 10:00                               ` Geert Uytterhoeven
2017-01-17 14:48                         ` Chris Brandt
2017-01-17 18:42                         ` Chris Brandt
2017-01-17 19:23                           ` Wolfram Sang
2017-01-17 19:23                             ` 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.