From: Chuanhua Han Date: Wed, 10 Jul 2019 07:48:40 +0000 (+0800) Subject: armv8: dts: ls1028aqds: Add pcf2127 node under i2c1 X-Git-Tag: v2019.10-rc3~7^2~25 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bd9b0745f756c772bf04560a80d071cd87a69a0e;p=oweals%2Fu-boot.git armv8: dts: ls1028aqds: Add pcf2127 node under i2c1 Add the pcf2127-rtc node under the i2c1 in dts for ls1028aqds boards. Signed-off-by: Chuanhua Han Reviewed-by: Alex Marginean Reviewed-by: Prabhakar Kushwaha --- diff --git a/arch/arm/dts/fsl-ls1028a-qds.dts b/arch/arm/dts/fsl-ls1028a-qds.dts index f2f11dbf16..3fb35f186d 100644 --- a/arch/arm/dts/fsl-ls1028a-qds.dts +++ b/arch/arm/dts/fsl-ls1028a-qds.dts @@ -49,6 +49,11 @@ &i2c1 { status = "okay"; + + rtc@51 { + compatible = "pcf2127-rtc"; + reg = <0x51>; + }; }; &i2c2 {