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/rk3036-evb.dts | |
parent | arm64: dts: rockchip: remove clock-frequency from rtc (diff) | |
download | linux-17b57beafccb4569accbfc8c11390744cf59c021.tar.xz linux-17b57beafccb4569accbfc8c11390744cf59c021.zip |
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/rk3036-evb.dts')
-rw-r--r-- | arch/arm/boot/dts/rk3036-evb.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk3036-evb.dts b/arch/arm/boot/dts/rk3036-evb.dts index 9fd4d9db9f8f..89b0927ce162 100644 --- a/arch/arm/boot/dts/rk3036-evb.dts +++ b/arch/arm/boot/dts/rk3036-evb.dts @@ -35,7 +35,7 @@ &i2c1 { status = "okay"; - hym8563: hym8563@51 { + hym8563: rtc@51 { compatible = "haoyu,hym8563"; reg = <0x51>; #clock-cells = <0>; |