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

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

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

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Link: https://lore.kernel.org/r/20221024165549.74574-2-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

authored by

Sebastian Reichel and committed by
Heiko Stuebner
67a9aeef 91e8b74f

+4 -4
+1 -1
arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts
··· 208 208 vin-supply = <&vcc_sys>; 209 209 }; 210 210 211 - hym8563: hym8563@51 { 211 + hym8563: rtc@51 { 212 212 compatible = "haoyu,hym8563"; 213 213 reg = <0x51>; 214 214 #clock-cells = <0>;
+1 -1
arch/arm64/boot/dts/rockchip/rk3368-r88.dts
··· 192 192 vin-supply = <&vcc_sys>; 193 193 }; 194 194 195 - hym8563: hym8563@51 { 195 + hym8563: rtc@51 { 196 196 compatible = "haoyu,hym8563"; 197 197 reg = <0x51>; 198 198 #clock-cells = <0>;
+1 -1
arch/arm64/boot/dts/rockchip/rk3399-roc-pc-plus.dts
··· 98 98 }; 99 99 100 100 &i2c0 { 101 - hym8563: hym8563@51 { 101 + hym8563: rtc@51 { 102 102 compatible = "haoyu,hym8563"; 103 103 reg = <0x51>; 104 104 interrupt-parent = <&gpio0>;
+1 -1
arch/arm64/boot/dts/rockchip/rk3399pro-vmarc-som.dtsi
··· 297 297 clock-frequency = <400000>; 298 298 status = "okay"; 299 299 300 - hym8563: hym8563@51 { 300 + hym8563: rtc@51 { 301 301 compatible = "haoyu,hym8563"; 302 302 reg = <0x51>; 303 303 #clock-cells = <0>;