arm64: dts: rockchip: Drop RTC clock-frequency on rk3588-rock-5b
authorCristian Ciocaltea <cristian.ciocaltea@collabora.com>
Fri, 14 Apr 2023 12:54:23 +0000 (15:54 +0300)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 17 Apr 2023 08:35:25 +0000 (10:35 +0200)
The hym8563 RTC driver doesn't handle the 'clock-frequency' property,
which is also indicated by the following dtbs_check warning:

  rk3588-rock-5b.dtb: rtc@51: Unevaluated properties are not allowed ('clock-frequency' was unexpected)
  From schema: Documentation/devicetree/bindings/rtc/haoyu,hym8563.yaml

Drop the unsupported property.

Fixes: 1e9c2404d887 ("arm64: dts: rockchip: Enable RTC support for Rock 5B")
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Link: https://lore.kernel.org/r/20230414125425.124994-2-cristian.ciocaltea@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts

index 88b9f7ddf29143a257c12fdbabce1a11d77ed7bb..62750beb12aa332c078d91f1dd96c2691ee6127d 100644 (file)
@@ -60,7 +60,6 @@
                compatible = "haoyu,hym8563";
                reg = <0x51>;
                #clock-cells = <0>;
-               clock-frequency = <32768>;
                clock-output-names = "hym8563";
                pinctrl-names = "default";
                pinctrl-0 = <&hym8563_int>;