diff options
author | Sebastian Reichel <sebastian.reichel@collabora.com> | 2022-10-24 18:55:46 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2022-10-30 21:05:42 +0100 |
commit | 17b57beafccb4569accbfc8c11390744cf59c021 (patch) | |
tree | 476b07ccdd2598f1867757e4e020ffcc59701e7b /arch/arm/boot/dts/rk3288-evb-act8846.dts | |
parent | 2af5bbe32f50d196dd680478a889d12429b3e8cf (diff) | |
download | linux-17b57beafccb4569accbfc8c11390744cf59c021.tar.gz |
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>
Diffstat (limited to 'arch/arm/boot/dts/rk3288-evb-act8846.dts')
-rw-r--r-- | arch/arm/boot/dts/rk3288-evb-act8846.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk3288-evb-act8846.dts b/arch/arm/boot/dts/rk3288-evb-act8846.dts index be695b8c1f67..8a635c243127 100644 --- a/arch/arm/boot/dts/rk3288-evb-act8846.dts +++ b/arch/arm/boot/dts/rk3288-evb-act8846.dts @@ -54,7 +54,7 @@ vin-supply = <&vcc_sys>; }; - hym8563@51 { + rtc@51 { compatible = "haoyu,hym8563"; reg = <0x51>; |