linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 1/3] ARM: dts: nuvoton: Add nuvoton RTC3018Y node
@ 2022-05-16 15:27 Medad CChien
  2022-05-16 15:27 ` [PATCH v1 2/3] dt-bindings: rtc: nuvoton: add NCT3018Y Real Time Clock Medad CChien
  2022-05-16 15:27 ` [PATCH v1 3/3] RTC: nuvoton: Add NCT3018Y real time clock driver Medad CChien
  0 siblings, 2 replies; 6+ messages in thread
From: Medad CChien @ 2022-05-16 15:27 UTC (permalink / raw)
  To: benjaminfair, yuenn, venture, tali.perry1, tmaimon77,
	avifishman70, robh+dt, alexandre.belloni, a.zummo, KWLIU, YSCHU,
	JJLIU0, KFTING, ctcchien
  Cc: openbmc, linux-kernel, devicetree, linux-rtc

Add nuvoton real time clock RTC3018Y in I2C node

Signed-off-by: Medad CChien <ctcchien@nuvoton.com>
---
 arch/arm/boot/dts/nuvoton-npcm750-evb.dts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/nuvoton-npcm750-evb.dts b/arch/arm/boot/dts/nuvoton-npcm750-evb.dts
index 0334641f8829..c1248211b1b4 100644
--- a/arch/arm/boot/dts/nuvoton-npcm750-evb.dts
+++ b/arch/arm/boot/dts/nuvoton-npcm750-evb.dts
@@ -202,6 +202,12 @@
 		reg = <0x48>;
 		status = "okay";
 	};
+	rtc0: rtc@6f {
+		compatible = "nuvoton,nct3018y";
+		reg = <0x6f>;
+		#clock-cells = <0>;
+		host-wakeup-gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
+	};
 };
 
 /* lm75 on EB */
-- 
2.17.1


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

end of thread, other threads:[~2022-05-17 20:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-16 15:27 [PATCH v1 1/3] ARM: dts: nuvoton: Add nuvoton RTC3018Y node Medad CChien
2022-05-16 15:27 ` [PATCH v1 2/3] dt-bindings: rtc: nuvoton: add NCT3018Y Real Time Clock Medad CChien
2022-05-16 15:27 ` [PATCH v1 3/3] RTC: nuvoton: Add NCT3018Y real time clock driver Medad CChien
2022-05-16 23:08   ` kernel test robot
2022-05-17  1:00   ` kernel test robot
2022-05-17 20:27   ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).