diff options
author | 2023-08-07 14:08:42 -0300 | |
---|---|---|
committer | 2023-08-11 22:18:48 +0800 | |
commit | 9e7bb0af7b6159ff2bb101b5823ffaa38a730ef5 (patch) | |
tree | 948ba582e40246065084961a4a7c4d29d62015dc | |
parent | arm64: dts: imx8mp-msc-sm2s-ep1: Remove invalid sgtl5000 property (diff) | |
download | wireguard-linux-9e7bb0af7b6159ff2bb101b5823ffaa38a730ef5.tar.xz wireguard-linux-9e7bb0af7b6159ff2bb101b5823ffaa38a730ef5.zip |
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 <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts | 1 |
1 files changed, 0 insertions, 1 deletions
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 cccdc3dd1c6c..d6b1aa8047b2 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>; |