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-u79uwXL29TY76Z2rM5mHXA,
	linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA, 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-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
---
 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


--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ 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
     [not found]   ` <CAMuHMdUz6nb-STMQK39hDqwHRt4R5t+Lndj150Lkg7prN=HQZQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
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
     [not found]       ` <PS1PR06MB116243F531726538252C2BAE8A780-l4vAwRX7WilTTnd0MlXEO20DtJ1/0DrXvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2017-01-13 15:10         ` Geert Uytterhoeven
2017-01-13 15:10           ` Geert Uytterhoeven
     [not found]           ` <CAMuHMdVkTS21UnZA9OyEZ=mR5+GtAEbiLwpe=uKB_O6deXBPyw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-01-13 17:16             ` Chris Brandt
2017-01-13 17:16               ` Chris Brandt
2017-01-13 17:31               ` Geert Uytterhoeven
     [not found]                 ` <CAMuHMdUVnUS-iOM8cbXNP7jMLNFb5+hgnMp3edkCzpbEpAePzw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-01-13 17:56                   ` Chris Brandt
2017-01-13 17:56                     ` Chris Brandt
     [not found]                     ` <SG2PR06MB11659339E4A08373D3626BB28A780-ESzmfEwOt/xoAsOJh7vwSm0DtJ1/0DrXvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
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
     [not found]                             ` <SG2PR06MB11656A823E53F55C4FBCA7E88A7C0-ESzmfEwOt/xoAsOJh7vwSm0DtJ1/0DrXvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
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
     [not found]                                       ` <CAMuHMdViHu7i_Lqk80toWrW=KsR49hodGnTd-Cpq35ts9gNgyw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
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
     [not found]                                       ` <SG2PR06MB11653D8853CB565A629B782E8A7C0-ESzmfEwOt/xoAsOJh7vwSm0DtJ1/0DrXvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
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.