Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65816c10 authored by Biwen Li's avatar Biwen Li Committed by Greg Kroah-Hartman
Browse files

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: default avatarBiwen Li <biwen.li@nxp.com>
Signed-off-by: default avatarLi Yang <leoyang.lil@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent dcf1d9f7
Loading
Loading
Loading
Loading
+9 −5
Original line number Diff line number Diff line
@@ -161,11 +161,6 @@
				vcc-supply = <&sb_3v3>;
			};

			rtc@51 {
				compatible = "nxp,pcf2129";
				reg = <0x51>;
			};

			eeprom@56 {
				compatible = "atmel,24c512";
				reg = <0x56>;
@@ -209,6 +204,15 @@

};

&i2c1 {
	status = "okay";

	rtc@51 {
		compatible = "nxp,pcf2129";
		reg = <0x51>;
	};
};

&enetc_port1 {
	phy-handle = <&qds_phy1>;
	phy-connection-type = "rgmii-id";