提交 9da7881f 编写于 作者: B Biwen Li 提交者: Zheng Zengkai

arm64: dts: ls1028a-qds: move rtc node to the correct i2c bus

stable inclusion
from stable-v5.10.94
commit b68c56a149e41995c67d15d19170f822d5dbcc8b
bugzilla: https://gitee.com/openeuler/kernel/issues/I531X9

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=b68c56a149e41995c67d15d19170f822d5dbcc8b

--------------------------------

[ Upstream commit cbe9d948 ]

The i2c rtc is on i2c2 bus not i2c1 bus, so fix it in dts.
Signed-off-by: NBiwen Li <biwen.li@nxp.com>
Signed-off-by: NLi Yang <leoyang.lil@nxp.com>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
Signed-off-by: NSasha Levin <sashal@kernel.org>
Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
Acked-by: NXie XiuQi <xiexiuqi@huawei.com>
上级 9f347ba2
...@@ -261,11 +261,6 @@ ...@@ -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 @@ ...@@ -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";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册