armv8: dts: Add pcf2127 node for lx2160ardb
authorChuanhua Han <chuanhua.han@nxp.com>
Wed, 10 Jul 2019 13:00:25 +0000 (21:00 +0800)
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Thu, 22 Aug 2019 03:37:35 +0000 (09:07 +0530)
Adds the pcf2127-rtc node under the i2c4 node dts of lx2160ardb boards.

Signed-off-by: Chuanhua Han <chuanhua.han@nxp.com>
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
arch/arm/dts/fsl-lx2160a-rdb.dts

index 4b52644..8180b86 100644 (file)
        status = "okay";
 };
 
+&i2c4 {
+       status = "okay";
+
+       rtc@51 {
+               compatible = "pcf2127-rtc";
+               reg = <0x51>;
+       };
+};
+
 &sata0 {
        status = "okay";
 };