From: Fabio Estevam Date: Thu, 7 Sep 2023 15:20:06 +0000 (-0300) Subject: arm64: dts: imx8-ss-img: Move img_ipg_clk outside of soc X-Git-Tag: v6.7-rc1~129^2~20^2~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e88dd5c08d4ed3d7c852296a3959c0ad8cce7efc;p=thirdparty%2Fkernel%2Flinux.git arm64: dts: imx8-ss-img: Move img_ipg_clk outside of soc The img_ipg_clk node does not have any register associated with it, so it should be moved outside of soc to fix schema warning from simple-bus.yaml. Signed-off-by: Fabio Estevam Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi b/arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi index 176dcce24b649..e7783cc2d8303 100644 --- a/arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi @@ -3,19 +3,19 @@ * Copyright 2019-2021 NXP * Zhou Guoniu */ +img_ipg_clk: clock-img-ipg { + compatible = "fixed-clock"; + #clock-cells = <0>; + clock-frequency = <200000000>; + clock-output-names = "img_ipg_clk"; +}; + img_subsys: bus@58000000 { compatible = "simple-bus"; #address-cells = <1>; #size-cells = <1>; ranges = <0x58000000 0x0 0x58000000 0x1000000>; - img_ipg_clk: clock-img-ipg { - compatible = "fixed-clock"; - #clock-cells = <0>; - clock-frequency = <200000000>; - clock-output-names = "img_ipg_clk"; - }; - jpegdec: jpegdec@58400000 { reg = <0x58400000 0x00050000>; interrupts = ;