Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: rockchip: remove clock-frequency from rtc

'clock-frequency' is not part of the DT binding and not supported by the
Linux driver.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Link: https://lore.kernel.org/r/20221024165549.74574-3-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

authored by

Sebastian Reichel and committed by
Heiko Stuebner
2af5bbe3 67a9aeef

-6
-1
arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts
··· 212 212 compatible = "haoyu,hym8563"; 213 213 reg = <0x51>; 214 214 #clock-cells = <0>; 215 - clock-frequency = <32768>; 216 215 clock-output-names = "xin32k"; 217 216 /* rtc_int is not connected */ 218 217 };
-1
arch/arm64/boot/dts/rockchip/rk3368-r88.dts
··· 196 196 compatible = "haoyu,hym8563"; 197 197 reg = <0x51>; 198 198 #clock-cells = <0>; 199 - clock-frequency = <32768>; 200 199 clock-output-names = "xin32k"; 201 200 /* rtc_int is not connected */ 202 201 };
-1
arch/arm64/boot/dts/rockchip/rk3399-roc-pc-plus.dts
··· 104 104 interrupt-parent = <&gpio0>; 105 105 interrupts = <RK_PA5 IRQ_TYPE_EDGE_FALLING>; 106 106 #clock-cells = <0>; 107 - clock-frequency = <32768>; 108 107 clock-output-names = "xin32k"; 109 108 pinctrl-names = "default"; 110 109 pinctrl-0 = <&hym8563_int>;
-1
arch/arm64/boot/dts/rockchip/rk3399pro-vmarc-som.dtsi
··· 301 301 compatible = "haoyu,hym8563"; 302 302 reg = <0x51>; 303 303 #clock-cells = <0>; 304 - clock-frequency = <32768>; 305 304 clock-output-names = "hym8563"; 306 305 pinctrl-names = "default"; 307 306 pinctrl-0 = <&hym8563_int>;
-1
arch/arm64/boot/dts/rockchip/rk3568-bpi-r2-pro.dts
··· 500 500 interrupt-parent = <&gpio0>; 501 501 interrupts = <RK_PD3 IRQ_TYPE_EDGE_FALLING>; 502 502 #clock-cells = <0>; 503 - clock-frequency = <32768>; 504 503 clock-output-names = "rtcic_32kout"; 505 504 pinctrl-names = "default"; 506 505 pinctrl-0 = <&hym8563_int>;
-1
arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts
··· 509 509 interrupt-parent = <&gpio0>; 510 510 interrupts = <RK_PD3 IRQ_TYPE_LEVEL_LOW>; 511 511 #clock-cells = <0>; 512 - clock-frequency = <32768>; 513 512 clock-output-names = "rtcic_32kout"; 514 513 pinctrl-names = "default"; 515 514 pinctrl-0 = <&hym8563_int>;