From: Chuanhua Han Date: Wed, 10 Jul 2019 13:00:25 +0000 (+0800) Subject: armv8: dts: Add pcf2127 node for lx2160ardb X-Git-Tag: v2019.10-rc3~7^2~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=16c22fb39de4f6157adc03fc9011eccd83646a6e;p=platform%2Fkernel%2Fu-boot.git armv8: dts: Add pcf2127 node for lx2160ardb Adds the pcf2127-rtc node under the i2c4 node dts of lx2160ardb boards. Signed-off-by: Chuanhua Han Reviewed-by: Prabhakar Kushwaha --- 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"; };