arm64: dts: imx8mp-debix-model-a: Remove invalid rtc property
authorFabio Estevam <festevam@denx.de>
Mon, 7 Aug 2023 17:08:42 +0000 (14:08 -0300)
committerShawn Guo <shawnguo@kernel.org>
Fri, 11 Aug 2023 14:18:48 +0000 (22:18 +0800)
Per haoyu,hym8563.yaml, 'clock-frequency' is not a valid property.

Remove it to fix the following schema warning:

imx8mp-debix-model-a.dtb: rtc@51: Unevaluated properties are not allowed ('clock-frequency' was unexpected)

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts

index cccdc3d..d6b1aa8 100644 (file)
                compatible = "haoyu,hym8563";
                reg = <0x51>;
                #clock-cells = <0>;
-               clock-frequency = <32768>;
                clock-output-names = "xin32k";
                interrupt-parent = <&gpio2>;
                interrupts = <11 IRQ_TYPE_EDGE_FALLING>;