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

arm: 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-5-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

authored by

Sebastian Reichel and committed by
Heiko Stuebner
6122f3be 17b57bea

-5
-1
arch/arm/boot/dts/rk3036-evb.dts
··· 39 39 compatible = "haoyu,hym8563"; 40 40 reg = <0x51>; 41 41 #clock-cells = <0>; 42 - clock-frequency = <32768>; 43 42 clock-output-names = "xin32k"; 44 43 }; 45 44 };
-1
arch/arm/boot/dts/rk3288-firefly.dtsi
··· 237 237 compatible = "haoyu,hym8563"; 238 238 reg = <0x51>; 239 239 #clock-cells = <0>; 240 - clock-frequency = <32768>; 241 240 clock-output-names = "xin32k"; 242 241 interrupt-parent = <&gpio7>; 243 242 interrupts = <RK_PA4 IRQ_TYPE_EDGE_FALLING>;
-1
arch/arm/boot/dts/rk3288-miqi.dts
··· 166 166 compatible = "haoyu,hym8563"; 167 167 reg = <0x51>; 168 168 #clock-cells = <0>; 169 - clock-frequency = <32768>; 170 169 clock-output-names = "xin32k"; 171 170 }; 172 171
-1
arch/arm/boot/dts/rk3288-rock2-square.dts
··· 169 169 compatible = "haoyu,hym8563"; 170 170 reg = <0x51>; 171 171 #clock-cells = <0>; 172 - clock-frequency = <32768>; 173 172 clock-output-names = "xin32k"; 174 173 interrupt-parent = <&gpio0>; 175 174 interrupts = <RK_PA4 IRQ_TYPE_EDGE_FALLING>;
-1
arch/arm/boot/dts/rk3288-vmarc-som.dtsi
··· 241 241 interrupt-parent = <&gpio5>; 242 242 interrupts = <RK_PC3 IRQ_TYPE_LEVEL_LOW>; 243 243 #clock-cells = <0>; 244 - clock-frequency = <32768>; 245 244 clock-output-names = "hym8563"; 246 245 pinctrl-names = "default"; 247 246 pinctrl-0 = <&hym8563_int>;