public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
* [cip-dev] [PATCH] ARM: shmobile: r8a7743: Fix Watchdog timer clock
@ 2018-01-09 11:48 Chris Paterson
  2018-01-24 22:02 ` Ben Hutchings
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Paterson @ 2018-01-09 11:48 UTC (permalink / raw)
  To: cip-dev

R8A7743_CLK_RWDT should be 2 as specified in the hardware manual.

Fixes: 9683f2eba952bc0d ("ARM: shmobile: r8a7743: Add clock index macros for DT sources")
Reported-by: Thong Ho <thong.ho.px@rvc.renesas.com>
Signed-off-by: Chris Paterson <chris.paterson2@renesas.com>
---
 include/dt-bindings/clock/r8a7743-clock.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/dt-bindings/clock/r8a7743-clock.h b/include/dt-bindings/clock/r8a7743-clock.h
index a5c7e387e66dfd55..53f54dfce59245d8 100644
--- a/include/dt-bindings/clock/r8a7743-clock.h
+++ b/include/dt-bindings/clock/r8a7743-clock.h
@@ -71,7 +71,7 @@
 #define R8A7743_CLK_USBDMAC1		31
 
 /* MSTP4 */
-#define R8A7743_CLK_RWDT		4
+#define R8A7743_CLK_RWDT		2
 #define R8A7743_CLK_USB_DDM		6
 #define R8A7743_CLK_IRQC		7
 #define R8A7743_CLK_INTC_SYS		8
-- 
1.9.1

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

end of thread, other threads:[~2018-01-25  9:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-09 11:48 [cip-dev] [PATCH] ARM: shmobile: r8a7743: Fix Watchdog timer clock Chris Paterson
2018-01-24 22:02 ` Ben Hutchings
2018-01-25  9:38   ` Chris Paterson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox