arm64: dts: ls1028a-qds: move rtc node to the correct i2c bus
[ Upstream commit cbe9d948eadfe352ad45495a7cc5bf20a1b29d90 ] 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> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
b6f7f0ad5a
commit
b68c56a149
@@ -261,11 +261,6 @@
|
|||||||
vcc-supply = <&sb_3v3>;
|
vcc-supply = <&sb_3v3>;
|
||||||
};
|
};
|
||||||
|
|
||||||
rtc@51 {
|
|
||||||
compatible = "nxp,pcf2129";
|
|
||||||
reg = <0x51>;
|
|
||||||
};
|
|
||||||
|
|
||||||
eeprom@56 {
|
eeprom@56 {
|
||||||
compatible = "atmel,24c512";
|
compatible = "atmel,24c512";
|
||||||
reg = <0x56>;
|
reg = <0x56>;
|
||||||
@@ -307,6 +302,15 @@
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&i2c1 {
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
rtc@51 {
|
||||||
|
compatible = "nxp,pcf2129";
|
||||||
|
reg = <0x51>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&enetc_port1 {
|
&enetc_port1 {
|
||||||
phy-handle = <&qds_phy1>;
|
phy-handle = <&qds_phy1>;
|
||||||
phy-connection-type = "rgmii-id";
|
phy-connection-type = "rgmii-id";
|
||||||
|
Reference in New Issue
Block a user