arm: dts: rockchip: fix node name for hym8563 rtc

[ Upstream commit 17b57beafccb4569accbfc8c11390744cf59c021 ]

Fix the node name for hym8563 in all arm rockchip devicetrees.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Link: https://lore.kernel.org/r/20221024165549.74574-4-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
Sebastian Reichel
2022-10-24 18:55:46 +02:00
committed by Greg Kroah-Hartman
parent 3ada63a876
commit 3e0c466771
5 changed files with 5 additions and 5 deletions

View File

@@ -31,7 +31,7 @@
&i2c1 { &i2c1 {
status = "okay"; status = "okay";
hym8563: hym8563@51 { hym8563: rtc@51 {
compatible = "haoyu,hym8563"; compatible = "haoyu,hym8563";
reg = <0x51>; reg = <0x51>;
#clock-cells = <0>; #clock-cells = <0>;

View File

@@ -54,7 +54,7 @@
vin-supply = <&vcc_sys>; vin-supply = <&vcc_sys>;
}; };
hym8563@51 { rtc@51 {
compatible = "haoyu,hym8563"; compatible = "haoyu,hym8563";
reg = <0x51>; reg = <0x51>;

View File

@@ -233,7 +233,7 @@
vin-supply = <&vcc_sys>; vin-supply = <&vcc_sys>;
}; };
hym8563: hym8563@51 { hym8563: rtc@51 {
compatible = "haoyu,hym8563"; compatible = "haoyu,hym8563";
reg = <0x51>; reg = <0x51>;
#clock-cells = <0>; #clock-cells = <0>;

View File

@@ -157,7 +157,7 @@
vin-supply = <&vcc_sys>; vin-supply = <&vcc_sys>;
}; };
hym8563: hym8563@51 { hym8563: rtc@51 {
compatible = "haoyu,hym8563"; compatible = "haoyu,hym8563";
reg = <0x51>; reg = <0x51>;
#clock-cells = <0>; #clock-cells = <0>;

View File

@@ -165,7 +165,7 @@
}; };
&i2c0 { &i2c0 {
hym8563: hym8563@51 { hym8563: rtc@51 {
compatible = "haoyu,hym8563"; compatible = "haoyu,hym8563";
reg = <0x51>; reg = <0x51>;
#clock-cells = <0>; #clock-cells = <0>;