Skip to content

Commit d7f5e83

Browse files
cristiccmmind
authored andcommitted
arm64: dts: rockchip: Drop RTC clock-frequency on rk3588-rock-5b
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: 1e9c240 ("arm64: dts: rockchip: Enable RTC support for Rock 5B") Signed-off-by: Cristian Ciocaltea <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 6f5ab8f commit d7f5e83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
compatible = "haoyu,hym8563";
6161
reg = <0x51>;
6262
#clock-cells = <0>;
63-
clock-frequency = <32768>;
6463
clock-output-names = "hym8563";
6564
pinctrl-names = "default";
6665
pinctrl-0 = <&hym8563_int>;

0 commit comments

Comments
 (0)