diff options
author | Sebastian Reichel <sebastian.reichel@collabora.com> | 2022-10-24 18:55:44 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2022-10-30 21:05:42 +0100 |
commit | 67a9aeef44e42b1ac2becf5e61eae0880f48d9db (patch) | |
tree | c9fc7d10cde71724ea38aa3776ce44d9e931bbde /arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts | |
parent | 91e8b74fe6381e083f8aa55217bb0562785ab398 (diff) |
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>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts b/arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts index 7f5bba0c6001..0e88e9592c1c 100644 --- a/arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts +++ b/arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts @@ -208,7 +208,7 @@ vin-supply = <&vcc_sys>; }; - hym8563: hym8563@51 { + hym8563: rtc@51 { compatible = "haoyu,hym8563"; reg = <0x51>; #clock-cells = <0>; |