Skip to content

Commit bd4a9d6

Browse files
fabioestevammmind
authored andcommitted
ARM: dts: rockchip: Fix RTC description on rk3288-firefly-reload
Node names should be generic, so use 'rtc'. Remove 'clock-frequency' as is not a valid property. This fixes the following dt-schema warnings: 'hym8563@51' does not match '^rtc(@.*|-([0-9]|[1-9][0-9]+))?$' Unevaluated properties are not allowed ('clock-frequency' was unexpected) Signed-off-by: Fabio Estevam <festevam@gmail.com> Link: https://patch.msgid.link/20260303193855.828892-2-festevam@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent ff7875e commit bd4a9d6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

arch/arm/boot/dts/rockchip/rk3288-firefly-reload.dts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,10 @@
197197
};
198198

199199
&i2c0 {
200-
hym8563: hym8563@51 {
200+
hym8563: rtc@51 {
201201
compatible = "haoyu,hym8563";
202202
reg = <0x51>;
203203
#clock-cells = <0>;
204-
clock-frequency = <32768>;
205204
clock-output-names = "xin32k";
206205
interrupt-parent = <&gpio7>;
207206
interrupts = <RK_PA4 IRQ_TYPE_EDGE_FALLING>;

0 commit comments

Comments
 (0)