]> www.infradead.org Git - users/willy/xarray.git/commitdiff
arm64: dts: imx8qm-mek: consolidate reserved-memory
authorFrank Li <Frank.Li@nxp.com>
Wed, 26 Mar 2025 21:52:14 +0000 (17:52 -0400)
committerShawn Guo <shawnguo@kernel.org>
Wed, 23 Apr 2025 08:55:18 +0000 (16:55 +0800)
Move dsp_vdev* to under existed reserved-memory node to consolidate all
reserved-memory together.

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8qxp-mek.dts

index a669a5d500d327f36717c2932978e34536093ab3..4ba8ddd472234704d05db51fb5fb0929e6b15567 100644 (file)
                reg = <0x00000000 0x80000000 0 0x40000000>;
        };
 
-       reserved-memory {
-               dsp_vdev0vring0: memory@942f0000 {
-                       reg = <0 0x942f0000 0 0x8000>;
-                       no-map;
-               };
-
-               dsp_vdev0vring1: memory@942f8000 {
-                       reg = <0 0x942f8000 0 0x8000>;
-                       no-map;
-               };
-
-               dsp_vdev0buffer: memory@94300000 {
-                       compatible = "shared-dma-pool";
-                       reg = <0 0x94300000 0 0x100000>;
-                       no-map;
-               };
-       };
-
        reg_usdhc2_vmmc: usdhc2-vmmc {
                compatible = "regulator-fixed";
                regulator-name = "SD1_SPWR";
                        no-map;
                };
 
+               dsp_vdev0vring0: memory@942f0000 {
+                       reg = <0 0x942f0000 0 0x8000>;
+                       no-map;
+               };
+
+               dsp_vdev0vring1: memory@942f8000 {
+                       reg = <0 0x942f8000 0 0x8000>;
+                       no-map;
+               };
+
+               dsp_vdev0buffer: memory@94300000 {
+                       compatible = "shared-dma-pool";
+                       reg = <0 0x94300000 0 0x100000>;
+                       no-map;
+               };
+
                gpu_reserved: memory@880000000 {
                        no-map;
                        reg = <0x8 0x80000000 0 0x10000000>;