Skip to content

Commit cbe9d94

Browse files
biwenliShawn Guo
authored and
Shawn Guo
committed
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 <[email protected]> Signed-off-by: Li Yang <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent b2e2d3e commit cbe9d94

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -276,11 +276,6 @@
276276
vcc-supply = <&sb_3v3>;
277277
};
278278

279-
rtc@51 {
280-
compatible = "nxp,pcf2129";
281-
reg = <0x51>;
282-
};
283-
284279
eeprom@56 {
285280
compatible = "atmel,24c512";
286281
reg = <0x56>;
@@ -322,6 +317,15 @@
322317

323318
};
324319

320+
&i2c1 {
321+
status = "okay";
322+
323+
rtc@51 {
324+
compatible = "nxp,pcf2129";
325+
reg = <0x51>;
326+
};
327+
};
328+
325329
&enetc_port1 {
326330
phy-handle = <&qds_phy1>;
327331
phy-mode = "rgmii-id";

0 commit comments

Comments
 (0)