diff mbox series

[U-Boot,v3,6/7] armv8: lx2160ardb: Add pcf2127 node

Message ID 20190702033514.41904-6-chuanhua.han@nxp.com
State Superseded
Delegated to: Prabhakar Kushwaha
Headers show
Series [U-Boot,v3,1/7] armv8: lx2160a: The lx2160a platform supports the I2C driver model. | expand

Commit Message

Chuanhua Han July 2, 2019, 3:35 a.m. UTC
This patch adds the pcf2127-rtc node under the i2c4 node
for lx2160ardb boards.

Signed-off-by: Chuanhua Han <chuanhua.han@nxp.com>
---
Changes in v3: 
    - Modify the submission information of the patch.
Changes in v2: 
	- Delete unnecessary aliases about i2c.
 arch/arm/dts/fsl-lx2160a-rdb.dts |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
diff mbox series

Patch

diff --git a/arch/arm/dts/fsl-lx2160a-rdb.dts b/arch/arm/dts/fsl-lx2160a-rdb.dts
index 4b52644..8180b86 100644
--- a/arch/arm/dts/fsl-lx2160a-rdb.dts
+++ b/arch/arm/dts/fsl-lx2160a-rdb.dts
@@ -27,6 +27,15 @@ 
 	status = "okay";
 };
 
+&i2c4 {
+	status = "okay";
+
+	rtc@51 {
+		compatible = "pcf2127-rtc";
+		reg = <0x51>;
+	};
+};
+
 &sata0 {
 	status = "okay";
 };