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-firefly.dtsi | |
parent | 2af5bbe32f50d196dd680478a889d12429b3e8cf (diff) |
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-firefly.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3288-firefly.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk3288-firefly.dtsi b/arch/arm/boot/dts/rk3288-firefly.dtsi index 052afe5543e2..9267857beccb 100644 --- a/arch/arm/boot/dts/rk3288-firefly.dtsi +++ b/arch/arm/boot/dts/rk3288-firefly.dtsi @@ -233,7 +233,7 @@ vin-supply = <&vcc_sys>; }; - hym8563: hym8563@51 { + hym8563: rtc@51 { compatible = "haoyu,hym8563"; reg = <0x51>; #clock-cells = <0>; |