diff options
author | Biwen Li <biwen.li@nxp.com> | 2021-12-14 12:32:38 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-12-16 12:58:01 +0300 |
commit | cbe9d948eadfe352ad45495a7cc5bf20a1b29d90 (patch) | |
tree | 066f6f40b397b3daa00e11941ac424a675fd20c8 /arch/arm64/boot/dts/freescale | |
parent | b2e2d3e02fb60f4d45843ceebef0465c59c8d392 (diff) | |
download | linux-cbe9d948eadfe352ad45495a7cc5bf20a1b29d90.tar.xz |
arm64: dts: ls1028a-qds: move rtc node to the correct i2c bus
The i2c rtc is on i2c2 bus not i2c1 bus, so fix it in dts.
Signed-off-by: Biwen Li <biwen.li@nxp.com>
Signed-off-by: Li Yang <leoyang.lil@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale')
-rw-r--r-- | arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts b/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts index 00d5b81bdef3..baa1cc9b9835 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts @@ -276,11 +276,6 @@ vcc-supply = <&sb_3v3>; }; - rtc@51 { - compatible = "nxp,pcf2129"; - reg = <0x51>; - }; - eeprom@56 { compatible = "atmel,24c512"; reg = <0x56>; @@ -322,6 +317,15 @@ }; +&i2c1 { + status = "okay"; + + rtc@51 { + compatible = "nxp,pcf2129"; + reg = <0x51>; + }; +}; + &enetc_port1 { phy-handle = <&qds_phy1>; phy-mode = "rgmii-id"; |