From: Fabio Estevam Date: Mon, 7 Aug 2023 17:08:42 +0000 (-0300) Subject: arm64: dts: imx8mp-debix-model-a: Remove invalid rtc property X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9e7bb0af7b6159ff2bb101b5823ffaa38a730ef5;p=linux.git arm64: dts: imx8mp-debix-model-a: Remove invalid rtc property 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 Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts b/arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts index cccdc3dd1c6c1..d6b1aa8047b28 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts +++ b/arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts @@ -226,7 +226,6 @@ compatible = "haoyu,hym8563"; reg = <0x51>; #clock-cells = <0>; - clock-frequency = <32768>; clock-output-names = "xin32k"; interrupt-parent = <&gpio2>; interrupts = <11 IRQ_TYPE_EDGE_FALLING>;