diff mbox series

arm64: dts: imx8mp-debix-model-a: Remove invalid rtc property

Message ID 20230807170842.961979-1-festevam@gmail.com (mailing list archive)
State New, archived
Headers show
Series arm64: dts: imx8mp-debix-model-a: Remove invalid rtc property | expand

Commit Message

Fabio Estevam Aug. 7, 2023, 5:08 p.m. UTC
From: Fabio Estevam <festevam@denx.de>

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>
---
 arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts | 1 -
 1 file changed, 1 deletion(-)

Comments

Shawn Guo Aug. 11, 2023, 2:18 p.m. UTC | #1
On Mon, Aug 07, 2023 at 02:08:42PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> 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>

Applied, thanks!
diff mbox series

Patch

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 @@  rtc@51 {
 		compatible = "haoyu,hym8563";
 		reg = <0x51>;
 		#clock-cells = <0>;
-		clock-frequency = <32768>;
 		clock-output-names = "xin32k";
 		interrupt-parent = <&gpio2>;
 		interrupts = <11 IRQ_TYPE_EDGE_FALLING>;