Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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>

authored by

Sebastian Reichel and committed by
Heiko Stuebner
17b57bea 2af5bbe3

+5 -5
+1 -1
arch/arm/boot/dts/rk3036-evb.dts
··· 35 35 &i2c1 { 36 36 status = "okay"; 37 37 38 - hym8563: hym8563@51 { 38 + hym8563: rtc@51 { 39 39 compatible = "haoyu,hym8563"; 40 40 reg = <0x51>; 41 41 #clock-cells = <0>;
+1 -1
arch/arm/boot/dts/rk3288-evb-act8846.dts
··· 54 54 vin-supply = <&vcc_sys>; 55 55 }; 56 56 57 - hym8563@51 { 57 + rtc@51 { 58 58 compatible = "haoyu,hym8563"; 59 59 reg = <0x51>; 60 60
+1 -1
arch/arm/boot/dts/rk3288-firefly.dtsi
··· 233 233 vin-supply = <&vcc_sys>; 234 234 }; 235 235 236 - hym8563: hym8563@51 { 236 + hym8563: rtc@51 { 237 237 compatible = "haoyu,hym8563"; 238 238 reg = <0x51>; 239 239 #clock-cells = <0>;
+1 -1
arch/arm/boot/dts/rk3288-miqi.dts
··· 162 162 vin-supply = <&vcc_sys>; 163 163 }; 164 164 165 - hym8563: hym8563@51 { 165 + hym8563: rtc@51 { 166 166 compatible = "haoyu,hym8563"; 167 167 reg = <0x51>; 168 168 #clock-cells = <0>;
+1 -1
arch/arm/boot/dts/rk3288-rock2-square.dts
··· 165 165 }; 166 166 167 167 &i2c0 { 168 - hym8563: hym8563@51 { 168 + hym8563: rtc@51 { 169 169 compatible = "haoyu,hym8563"; 170 170 reg = <0x51>; 171 171 #clock-cells = <0>;