From 43ca6b3417927937aa970fc913629453e53bc9eb Mon Sep 17 00:00:00 2001 From: Laurentiu Mihalcea Date: Fri, 25 Oct 2024 15:21:34 +0300 Subject: [PATCH] dts: xtensa: nxp_imx8: move up the definition of system-controller This has no address space and doesn't belong between peripheral nodes. Move it up the DTSI for better visibility. No functional change. Signed-off-by: Laurentiu Mihalcea --- dts/xtensa/nxp/nxp_imx8.dtsi | 52 ++++++++++++++++++------------------ 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/dts/xtensa/nxp/nxp_imx8.dtsi b/dts/xtensa/nxp/nxp_imx8.dtsi index 696359aac6b8ed0..52a3a9515f34688 100644 --- a/dts/xtensa/nxp/nxp_imx8.dtsi +++ b/dts/xtensa/nxp/nxp_imx8.dtsi @@ -32,6 +32,32 @@ }; }; + scu: system-controller { + ccm: clock-controller { + compatible = "nxp,imx-ccm"; + #clock-cells = <3>; + }; + + iomuxc: iomuxc { + compatible = "nxp,imx-iomuxc-scu"; + pinctrl: pinctrl { + compatible = "nxp,imx8-pinctrl"; + }; + }; + + power-domains { + #address-cells = <1>; + #size-cells = <0>; + + irqstr_pd: pd@0 { + compatible = "nxp,imx8qm-scu-pd", "nxp,scu-pd"; + reg = <0>; + nxp,resource-id = ; + #power-domain-cells = <0>; + }; + }; + }; + sram0: memory@92400000 { device_type = "memory"; compatible = "mmio-sram"; @@ -86,32 +112,6 @@ reg = <0x5d1d0000 DT_SIZE_K(64)>; }; - scu: system-controller { - ccm: clock-controller { - compatible = "nxp,imx-ccm"; - #clock-cells = <3>; - }; - - iomuxc: iomuxc { - compatible = "nxp,imx-iomuxc-scu"; - pinctrl: pinctrl { - compatible = "nxp,imx8-pinctrl"; - }; - }; - - power-domains { - #address-cells = <1>; - #size-cells = <0>; - - irqstr_pd: pd@0 { - compatible = "nxp,imx8qm-scu-pd", "nxp,scu-pd"; - reg = <0>; - nxp,resource-id = ; - #power-domain-cells = <0>; - }; - }; - }; - lpuart2: serial@5a080000 { compatible = "nxp,imx-lpuart", "nxp,lpuart"; reg = <0x5a080000 DT_SIZE_K(4)>;