MLK-21528-3 arm64: dts: imx8: Remove leading 0x from unit names
authorLeonard Crestez <leonard.crestez@nxp.com>
Thu, 2 May 2019 14:00:07 +0000 (17:00 +0300)
committerLeonard Crestez <leonard.crestez@nxp.com>
Fri, 10 May 2019 16:17:54 +0000 (19:17 +0300)
This fixes dtc warnings when building at W=1

Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Acked-by: Dong Aisheng <aisheng.dong@nxp.com>
20 files changed:
arch/arm64/boot/dts/freescale/fsl-imx8dx.dtsi
arch/arm64/boot/dts/freescale/fsl-imx8mm-evk-m4.dts
arch/arm64/boot/dts/freescale/fsl-imx8mm-evk-root.dts
arch/arm64/boot/dts/freescale/fsl-imx8mm.dtsi
arch/arm64/boot/dts/freescale/fsl-imx8mq-ddr3l-arm2.dts
arch/arm64/boot/dts/freescale/fsl-imx8mq-ddr4-arm2.dts
arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-m4.dts
arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-root.dts
arch/arm64/boot/dts/freescale/fsl-imx8mq-evk.dts
arch/arm64/boot/dts/freescale/fsl-imx8mq.dtsi
arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi
arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-dom0-dpu2.dts
arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-dom0.dts
arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-domu-dpu1.dts
arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-domu.dts
arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-root.dts
arch/arm64/boot/dts/freescale/fsl-imx8qm-xen.dtsi
arch/arm64/boot/dts/freescale/fsl-imx8qm.dtsi
arch/arm64/boot/dts/freescale/fsl-imx8qxp-mek-dom0.dts
arch/arm64/boot/dts/freescale/fsl-imx8qxp-mek-root.dts

index a89efd8..75ddc16 100644 (file)
                 * Shouldn't be used at A core and Linux side.
                 *
                 */
-               decoder_boot: decoder_boot@0x84000000 {
+               decoder_boot: decoder_boot@84000000 {
                        no-map;
                        reg = <0 0x84000000 0 0x2000000>;
                };
-               encoder_boot: encoder_boot@0x86000000 {
+               encoder_boot: encoder_boot@86000000 {
                        no-map;
                        reg = <0 0x86000000 0 0x200000>;
                };
-               rpmsg_reserved: rpmsg@0x90000000 {
+               rpmsg_reserved: rpmsg@90000000 {
                        no-map;
                        reg = <0 0x90000000 0 0x400000>;
                };
-               rpmsg_dma_reserved:rpmsg_dma@0x90400000 {
+               rpmsg_dma_reserved:rpmsg_dma@90400000 {
                        compatible = "shared-dma-pool";
                        no-map;
                        reg = <0 0x90400000 0 0x1C00000>;
                };
-               decoder_rpc: decoder_rpc@0x92000000 {
+               decoder_rpc: decoder_rpc@92000000 {
                        no-map;
                        reg = <0 0x92000000 0 0x200000>;
                };
-               encoder_rpc: encoder_rpc@0x92200000 {
+               encoder_rpc: encoder_rpc@92200000 {
                        no-map;
                        reg = <0 0x92200000 0 0x200000>;
                };
-               dsp_reserved: dsp@0x92400000 {
+               dsp_reserved: dsp@92400000 {
                        no-map;
                        reg = <0 0x92400000 0 0x2000000>;
                };
-               encoder_reserved: encoder_reserved@0x94400000 {
+               encoder_reserved: encoder_reserved@94400000 {
                        no-map;
                        reg = <0 0x94400000 0 0x800000>;
                };
                reg = <0x0 0x5b0d0200 0x0 0x200>;
        };
 
-       usbphy1: usbphy@0x5b100000 {
+       usbphy1: usbphy@5b100000 {
                compatible = "fsl,imx8qm-usbphy", "fsl,imx7ulp-usbphy", "fsl,imx6ul-usbphy", "fsl,imx23-usbphy";
                reg = <0x0 0x5b100000 0x0 0x1000>;
                clocks = <&clk IMX8QXP_USB2_PHY_IPG_CLK>;
                status = "disabled";
        };
 
-       flexspi0: flexspi@05d120000 {
+       flexspi0: flexspi@5d120000 {
                #address-cells = <1>;
                #size-cells = <0>;
                compatible = "fsl,imx8qxp-flexspi";
                compatible = "fsl,imx8qxp-ocotp", "syscon";
        };
 
-       pcieb: pcie@0x5f010000 {
+       pcieb: pcie@5f010000 {
                /*
                 * pcieb phyx1 lane1 in default, adjust it refer to the
                 * exact hw design.
                };
        };
 
-       crypto: caam@0x31400000 {
+       crypto: caam@31400000 {
                compatible = "fsl,sec-v4.0";
                reg = <0 0x31400000 0 0x400000>;
                interrupts = <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
                ranges = <0 0 0x31400000 0x400000>;
                fsl,sec-era = <9>;
 
-               sec_jr1: jr1@0x20000 {
+               sec_jr1: jr1@20000 {
                        compatible = "fsl,sec-v4.0-job-ring";
                        reg = <0x20000 0x1000>;
                        interrupts = <GIC_SPI 452 IRQ_TYPE_LEVEL_HIGH>;
index 52bf4db..956a968 100644 (file)
@@ -20,7 +20,7 @@
                #size-cells = <2>;
                ranges;
 
-               m4_reserved: m4@0x80000000 {
+               m4_reserved: m4@80000000 {
                        no-map;
                        reg = <0 0x80000000 0 0x1000000>;
                };
index 7486510..d3692cf 100644 (file)
 
 &{/reserved-memory} {
 
-       ivshmem_reserved: ivshmem@0xbbb00000 {
+       ivshmem_reserved: ivshmem@bbb00000 {
                no-map;
                reg = <0 0xbbb00000 0x0 0x00100000>;
        };
 
-       ivshmem2_reserved: ivshmem2@0xbba00000 {
+       ivshmem2_reserved: ivshmem2@bba00000 {
                no-map;
                reg = <0 0xbba00000 0x0 0x00100000>;
        };
 
-       pci_reserved: pci@0xbb800000 {
+       pci_reserved: pci@bb800000 {
                no-map;
                reg = <0 0xbb800000 0x0 0x00200000>;
        };
 
-       loader_reserved: loader@0xbb700000 {
+       loader_reserved: loader@bb700000 {
                no-map;
                reg = <0 0xbb700000 0x0 0x00100000>;
        };
 
-       jh_reserved: jh@0xb7c00000 {
+       jh_reserved: jh@b7c00000 {
                no-map;
                reg = <0 0xb7c00000 0x0 0x00400000>;
        };
 
        /* 512MB */
-       inmate_reserved: inmate@0x93c00000 {
+       inmate_reserved: inmate@93c00000 {
                no-map;
                reg = <0 0x93c00000 0x0 0x24000000>;
        };
index 3a748a8..5b5f97e 100644 (file)
@@ -84,7 +84,7 @@
                        linux,cma-default;
                };
 
-               rpmsg_reserved: rpmsg@0xb8000000 {
+               rpmsg_reserved: rpmsg@b8000000 {
                        no-map;
                        reg = <0 0xb8000000 0 0x400000>;
                };
                #interrupt-cells = <2>;
        };
 
-       tmu: tmu@0x30260000 {
+       tmu: tmu@30260000 {
                compatible = "fsl,imx8mm-tmu";
                reg = <0x0 0x30260000 0x0 0x10000>;
                clocks = <&clk IMX8MM_CLK_TMU_ROOT>;
                ports = <&lcdif_disp0>;
        };
 
-       pcie0: pcie@0x33800000 {
+       pcie0: pcie@33800000 {
                compatible = "fsl,imx8mm-pcie", "snps,dw-pcie";
                reg = <0x0 0x33800000 0x0 0x400000>, <0x0 0x32f00000 0x0 0x10000>,
                        <0x0 0x1ff00000 0x0 0x80000>;
                };
        };
 
-       caam_sm: caam-sm@00100000 {
+       caam_sm: caam-sm@100000 {
                compatible = "fsl,imx6q-caam-sm";
                reg = <0 0x00100000 0 0x8000>;
        };
index 2f9f6c6..b881b0d 100644 (file)
        pinctrl-0 = <&pinctrl_i2c1>;
        status = "okay";
 
-       pmic: pfuze100@08 {
+       pmic: pfuze100@8 {
                compatible = "fsl,pfuze100";
                reg = <0x08>;
 
index 2b5922d..1c51866 100644 (file)
        pinctrl-0 = <&pinctrl_i2c1>;
        status = "okay";
 
-       pmic: pfuze100@08 {
+       pmic: pfuze100@8 {
                compatible = "fsl,pfuze100";
                reg = <0x08>;
 
index c0099e3..9d6866d 100644 (file)
@@ -20,7 +20,7 @@
                #size-cells = <2>;
                ranges;
 
-               m4_reserved: m4@0x80000000 {
+               m4_reserved: m4@80000000 {
                        no-map;
                        reg = <0 0x80000000 0 0x1000000>;
                };
index 5e1d668..ac19514 100644 (file)
 };
 
 &resmem {
-       jh_reserved: jh@0xfdc00000 {
+       jh_reserved: jh@fdc00000 {
                no-map;
                reg = <0 0xfdc00000 0x0 0x400000>;
        };
 
-       inmate_reserved: inmate@0xc0000000 {
+       inmate_reserved: inmate@c0000000 {
                no-map;
                reg = <0 0xc0000000 0x0 0x3dc00000>;
        };
 
-       loader_reserved: loader@0xbff00000 {
+       loader_reserved: loader@bff00000 {
                no-map;
                reg = <0 0xbff00000 0x0 0x00100000>;
        };
 
-       ivshmem_reserved: ivshmem@0xbfe00000 {
+       ivshmem_reserved: ivshmem@bfe00000 {
                no-map;
                reg = <0 0xbfe00000 0x0 0x00100000>;
        };
 
-       ivshmem2_reserved: ivshmem2@0xbfd00000 {
+       ivshmem2_reserved: ivshmem2@bfd00000 {
                no-map;
                reg = <0 0xbfd00000 0x0 0x00100000>;
        };
 
-       pci_reserved: pci@0xbfc00000 {
+       pci_reserved: pci@bfc00000 {
                no-map;
                reg = <0 0xbfb00000 0x0 0x00200000>;
        };
index 7d7e653..182ecae 100644 (file)
        pinctrl-0 = <&pinctrl_i2c1>;
        status = "okay";
 
-       pmic: pfuze100@08 {
+       pmic: pfuze100@8 {
                compatible = "fsl,pfuze100";
                reg = <0x08>;
 
index a312041..faf6410 100755 (executable)
@@ -84,7 +84,7 @@
                        linux,cma-default;
                };
 
-               rpmsg_reserved: rpmsg@0xb8000000 {
+               rpmsg_reserved: rpmsg@b8000000 {
                        no-map;
                        reg = <0 0xb8000000 0 0x400000>;
                };
                status = "disabled";
        };
 
-       dcss: dcss@0x32e00000 {
+       dcss: dcss@32e00000 {
                #address-cells = <1>;
                #size-cells = <0>;
                compatible = "nxp,imx8mq-dcss";
                status = "disabled";
        };
 
-       pcie0: pcie@0x33800000 {
+       pcie0: pcie@33800000 {
                compatible = "fsl,imx8mq-pcie", "snps,dw-pcie";
                reg = <0x0 0x33800000 0x0 0x400000>, <0x0 0x1ff00000 0x0 0x80000>;
                reg-names = "dbi", "config";
                status = "disabled";
        };
 
-       pcie1: pcie@0x33c00000 {
+       pcie1: pcie@33c00000 {
                compatible = "fsl,imx8mq-pcie", "snps,dw-pcie";
                reg = <0x0 0x33c00000 0x0 0x400000>, <0x0 0x27f00000 0x0 0x80000>;
                reg-names = "dbi", "config";
                };
        };
 
-       caam_sm: caam-sm@00100000 {
+       caam_sm: caam-sm@100000 {
                compatible = "fsl,imx6q-caam-sm";
                reg = <0 0x00100000 0 0x8000>;
        };
index 707cd10..0feb0f1 100644 (file)
                status = "disabled";
        };
 
-       ftmpwm0: ftmpwm@0x05a8a0000 {
+       ftmpwm0: ftmpwm@5a8a0000 {
                compatible = "fsl,vf610-ftm-pwm";
                reg = <0 0x5A8A0000 0 0x1000>;
                #pwm-cells = <3>;
                status = "disabled";
        };
 
-       ftmpwm1: ftmpwm@0x05a8b0000 {
+       ftmpwm1: ftmpwm@5a8b0000 {
                compatible = "fsl,vf610-ftm-pwm";
                reg = <0 0x5A8B0000 0 0x1000>;
                #pwm-cells = <3>;
                reg = <0x0 0x5b0e0200 0x0 0x200>;
        };
 
-       usbphy1: usbphy@0x5b100000 {
+       usbphy1: usbphy@5b100000 {
                compatible = "fsl,imx8qm-usbphy", "fsl,imx7ulp-usbphy", "fsl,imx6ul-usbphy", "fsl,imx23-usbphy";
                reg = <0x0 0x5b100000 0x0 0x1000>;
                clocks = <&clk IMX8QM_USB2_PHY_IPG_CLK>;
                status = "disabled";
        };
 
-       flexspi0: flexspi@05d120000 {
+       flexspi0: flexspi@5d120000 {
                #address-cells = <1>;
                #size-cells = <0>;
                compatible = "fsl,imx8qm-flexspi";
                compatible = "fsl,imx8qm-ocotp", "syscon";
        };
 
-       pciea: pcie@0x5f000000 {
+       pciea: pcie@5f000000 {
                compatible = "fsl,imx8qm-pcie","snps,dw-pcie";
                reg = <0x0 0x5f000000 0x0 0x10000>, /* Controller reg */
                      <0x0 0x6ff00000 0x0 0x80000>; /* PCI cfg space */
                status = "disabled";
        };
 
-       pcieb: pcie@0x5f010000 {
+       pcieb: pcie@5f010000 {
                compatible = "fsl,imx8qm-pcie","snps,dw-pcie";
                reg = <0x0 0x5f010000 0x0 0x10000>, /* Controller reg */
                      <0x0 0x7ff00000 0x0 0x80000>; /* PCI cfg space */
                };
        };
 
-       crypto: caam@0x31400000 {
+       crypto: caam@31400000 {
                compatible = "fsl,sec-v4.0";
                reg = <0 0x31400000 0 0x400000>;
                interrupts = <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
                ranges = <0 0 0x31400000 0x400000>;
                fsl,sec-era = <9>;
 
-               sec_jr1: jr1@0x20000 {
+               sec_jr1: jr1@20000 {
                        compatible = "fsl,sec-v4.0-job-ring";
                        reg = <0x20000 0x1000>;
                        interrupts = <GIC_SPI 452 IRQ_TYPE_LEVEL_HIGH>;
index 492c453..69c77e6 100644 (file)
                xen,passthrough;
        };
 
-       irqsteer_cm41: irqsteer_cm41@0x51080000 {
+       irqsteer_cm41: irqsteer_cm41@51080000 {
                reg = <0x0 0x51080000 0x0 0x10000>;
                xen,passthrough;
        };
 
-       mu_rpmsg1_b: mu_rpmsg1_b@0x5d2a0000 {
+       mu_rpmsg1_b: mu_rpmsg1_b@5d2a0000 {
                reg = <0x0 0x5d2a0000 0x0 0x10000>;
                xen,passthrough;
        };
 
-       decoder_boot_mem: decoder_boot_mem@0x84000000 {
+       decoder_boot_mem: decoder_boot_mem@84000000 {
                xen,passthrough;
                reg = <0 0x84000000 0 0x2000000>;
        };
 
-       encoder_boot_mem: encoder_boot_mem@0x86000000 {
+       encoder_boot_mem: encoder_boot_mem@86000000 {
                xen,passthrough;
                reg = <0 0x86000000 0 0x2000000>;
        };
                xen,passthrough;
        };
 
-       decoder_rpc_mem: decoder_rpc_mem@0x90400000 {
+       decoder_rpc_mem: decoder_rpc_mem@90400000 {
                xen,passthrough;
                reg = <0 0x90400000 0 0x1000000>;
        };
 
-       encoder_rpc_mem: encoder_rpc_mem@0x91400000 {
+       encoder_rpc_mem: encoder_rpc_mem@91400000 {
                xen,passthrough;
                reg = <0 0x91400000 0 0x1000000>;
        };
-       encoder_reserved_mem: encoder_reserved_mem@0x94400000 {
+       encoder_reserved_mem: encoder_reserved_mem@94400000 {
                xen,passthrough;
                reg = <0 0x94400000 0 0x800000>;
        };
 
-       decoder_str_mem: str_mem@0x94400000 {
+       decoder_str_mem: str_mem@94400000 {
                xen,passthrough;
                reg = <0 0x94400000 0 0x1800000>;
        };
index d23e7d0..8d9c9d2 100644 (file)
                status = "disabled";
        };
 
-       irqsteer_cm41: irqsteer_cm41@0x51080000 {
+       irqsteer_cm41: irqsteer_cm41@51080000 {
                reg = <0x0 0x51080000 0x0 0x10000>;
                xen,passthrough;
        };
 
-       mu_rpmsg1_b: mu_rpmsg1_b@0x5d2a0000 {
+       mu_rpmsg1_b: mu_rpmsg1_b@5d2a0000 {
                reg = <0x0 0x5d2a0000 0x0 0x10000>;
                xen,passthrough;
        };
 
-       dsp_mu_b: dsp_mu_b@0x5d310000 {
+       dsp_mu_b: dsp_mu_b@5d310000 {
                reg = <0x0 0x5d310000 0x0 0x10000>;
                xen,passthrough;
        };
 
-       decoder_boot_mem: decoder_boot_mem@0x84000000 {
+       decoder_boot_mem: decoder_boot_mem@84000000 {
                xen,passthrough;
                reg = <0 0x84000000 0 0x2000000>;
        };
 
-       encoder_boot_mem: encoder_boot_mem@0x86000000 {
+       encoder_boot_mem: encoder_boot_mem@86000000 {
                xen,passthrough;
                reg = <0 0x86000000 0 0x400000>;
        };
                reg = <0x0 0x90400000 0x0 0x1c00000>;
        };
 
-       decoder_rpc_mem: decoder_rpc_mem@0x92000000 {
+       decoder_rpc_mem: decoder_rpc_mem@92000000 {
                xen,passthrough;
                reg = <0 0x92000000 0 0x200000>;
        };
 
-       encoder_rpc_mem: encoder_rpc_mem@0x92200000 {
+       encoder_rpc_mem: encoder_rpc_mem@92200000 {
                xen,passthrough;
                reg = <0 0x92200000 0 0x200000>;
        };
 
-       dsp_reserved_mem: dsp@0x92400000 {
+       dsp_reserved_mem: dsp@92400000 {
                xen,passthrough;
                reg = <0 0x92400000 0 0x2000000>;
        };
-       encoder_reserved_mem: encoder_reserved_mem@0x94400000 {
+       encoder_reserved_mem: encoder_reserved_mem@94400000 {
                xen,passthrough;
                reg = <0 0x94400000 0 0x800000>;
        };
 
        /* This piece memory is used by M41, M40 is not covered */
-       m41_mem: m41_mem@0x94400000 {
+       m41_mem: m41_mem@94400000 {
                xen,passthrough;
                reg = <0 0x88800000 0 0x7800000>;
        };
index f59982d..770e529 100644 (file)
                 *
                 */
 
-               decoder_boot: decoder_boot@0x84000000 {
+               decoder_boot: decoder_boot@84000000 {
                        no-map;
                        reg = <0 0x84000000 0 0x2000000>;
                };
-               encoder_boot: encoder_boot@0x86000000 {
+               encoder_boot: encoder_boot@86000000 {
                        no-map;
                        reg = <0 0x86000000 0 0x400000>;
                };
                 * CM40 rpmsg memory is still for Dom0, the domu.cfg
                 * not map 0x90000000 - 0x90100000 to DomU.
                 */
-               rpmsg_reserved: rpmsg@0x90000000 {
+               rpmsg_reserved: rpmsg@90000000 {
                        no-map;
                        reg = <0 0x90000000 0 0x400000>;
                };
-               rpmsg_dma_reserved:rpmsg_dma@0x90400000 {
+               rpmsg_dma_reserved:rpmsg_dma@90400000 {
                        compatible = "shared-dma-pool";
                        no-map;
                        reg = <0 0x90400000 0 0x1C00000>;
                };
-               decoder_rpc: decoder_rpc@0x92000000 {
+               decoder_rpc: decoder_rpc@92000000 {
                        no-map;
                        reg = <0 0x92000000 0 0x200000>;
                };
-               encoder_rpc: encoder_rpc@0x92200000 {
+               encoder_rpc: encoder_rpc@92200000 {
                        no-map;
                        reg = <0 0x92200000 0 0x200000>;
                };
 
-               encoder_reserved: encoder_reserved@0x94400000 {
+               encoder_reserved: encoder_reserved@94400000 {
                        no-map;
                        reg = <0 0x94400000 0 0x800000>;
                };
index 112af32..047871e 100644 (file)
                 *
                 */
 
-               decoder_boot: decoder_boot@0x84000000 {
+               decoder_boot: decoder_boot@84000000 {
                        no-map;
                        reg = <0 0x84000000 0 0x2000000>;
                };
-               encoder_boot: encoder_boot@0x86000000 {
+               encoder_boot: encoder_boot@86000000 {
                        no-map;
                        reg = <0 0x86000000 0 0x400000>;
                };
                 * CM40 rpmsg memory is still for Dom0, the domu.cfg
                 * not map 0x90000000 - 0x90100000 to DomU.
                 */
-               rpmsg_reserved: rpmsg@0x90000000 {
+               rpmsg_reserved: rpmsg@90000000 {
                        no-map;
                        reg = <0 0x90000000 0 0x400000>;
                };
-               rpmsg_dma_reserved:rpmsg_dma@0x90400000 {
+               rpmsg_dma_reserved:rpmsg_dma@90400000 {
                        compatible = "shared-dma-pool";
                        no-map;
                        reg = <0 0x90400000 0 0x1C00000>;
                };
-               decoder_rpc: decoder_rpc@0x92000000 {
+               decoder_rpc: decoder_rpc@92000000 {
                        no-map;
                        reg = <0 0x92000000 0 0x200000>;
                };
-               encoder_rpc: encoder_rpc@0x92200000 {
+               encoder_rpc: encoder_rpc@92200000 {
                        no-map;
                        reg = <0 0x92200000 0 0x200000>;
                };
-               dsp_reserved: dsp@0x92400000 {
+               dsp_reserved: dsp@92400000 {
                        no-map;
                        reg = <0 0x92400000 0 0x2000000>;
                };
-               encoder_reserved: encoder_reserved@0x94400000 {
+               encoder_reserved: encoder_reserved@94400000 {
                        no-map;
                        reg = <0 0x94400000 0 0x800000>;
                };
                        status = "okay";
                };
 
-               edma21: dma-controller@0x59260000 {
+               edma21: dma-controller@59260000 {
                        compatible = "fsl,imx8qm-adma";
                        reg = <0x0 0x59260000 0x0 0x10000>, /* esai0 rx */
                              <0x0 0x59270000 0x0 0x10000>; /* esai0 tx */
                        status = "okay";
                };
 
-               edma24: dma-controller@0x592c0000 {
+               edma24: dma-controller@592c0000 {
                        compatible = "fsl,imx8qm-adma";
                        reg = <0x0 0x592c0000 0x0 0x10000>, /* sai0 rx */
                              <0x0 0x592d0000 0x0 0x10000>; /* sai0 tx */
index 542d834..d9e2577 100644 (file)
 
 &{/reserved-memory} {
 
-       jh_reserved: jh@0xfdc00000 {
+       jh_reserved: jh@fdc00000 {
                no-map;
                reg = <0x0 0xfdc00000 0x0 0x400000>;
        };
 
-       loader_reserved: loader@0xfdb00000 {
+       loader_reserved: loader@fdb00000 {
                no-map;
                reg = <0x0 0xfdb00000 0x0 0x00100000>;
        };
 
-       ivshmem_reserved: ivshmem@0xfd900000 {
+       ivshmem_reserved: ivshmem@fd900000 {
                no-map;
                reg = <0x0 0xfd900000 0x0 0x00200000>;
        };
 
-       pci_reserved: pci@0xfd700000 {
+       pci_reserved: pci@fd700000 {
                no-map;
                reg = <0x0 0xfd700000 0x0 0x00200000>;
        };
 
        /* Decrease if no need such big memory */
-       inmate_reserved: inmate@0xdf7000000 {
+       inmate_reserved: inmate@df7000000 {
                no-map;
                reg = <0x0 0xdf700000 0x0 0x1e000000>;
        };
index 5b11bb8..9dff458 100644 (file)
                status = "okay";
        };
 
-       edma21: dma-controller@0x59260000 {
+       edma21: dma-controller@59260000 {
                compatible = "fsl,imx8qm-adma";
                reg = <0x0 0x59260000 0x0 0x10000>, /* esai0 rx */
                      <0x0 0x59270000 0x0 0x10000>; /* esai0 tx */
                status = "okay";
        };
 
-       edma22: dma-controller@0x59280000 {
+       edma22: dma-controller@59280000 {
                compatible = "fsl,imx8qm-adma";
                reg = <0x0 0x59280000 0x0 0x10000>, /* spdif0 rx */
                      <0x0 0x59290000 0x0 0x10000>; /* spdif0 tx */
                status = "okay";
        };
 
-       edma23: dma-controller@0x592a0000 {
+       edma23: dma-controller@592a0000 {
                compatible = "fsl,imx8qm-adma";
                reg = <0x0 0x592A0000 0x0 0x10000>, /* spdif1 rx */
                      <0x0 0x592B0000 0x0 0x10000>; /* spdif1 tx */
                status = "okay";
        };
 
-       edma24: dma-controller@0x592c0000 {
+       edma24: dma-controller@592c0000 {
                compatible = "fsl,imx8qm-adma";
                reg = <0x0 0x592c0000 0x0 0x10000>, /* sai0 rx */
                      <0x0 0x592d0000 0x0 0x10000>; /* sai0 tx */
                status = "okay";
        };
 
-       edma25: dma-controller@0x592e0000 {
+       edma25: dma-controller@592e0000 {
                compatible = "fsl,imx8qm-adma";
                reg = <0x0 0x592e0000 0x0 0x10000>, /* sai1 rx */
                      <0x0 0x592f0000 0x0 0x10000>; /* sai1 tx */
                status = "okay";
        };
 
-       edma26: dma-controller@0x59320000 {
+       edma26: dma-controller@59320000 {
                compatible = "fsl,imx8qm-adma";
                reg = <0x0 0x59320000 0x0 0x10000>, /* sai4 rx */
                      <0x0 0x59330000 0x0 0x10000>; /* sai5 tx */
                reg = <0x0 0x58530000 0x0 0x1000>;
        };
 
-       vpu_decoder_csr: vpu_decoder_csr@0x2d080000 {
+       vpu_decoder_csr: vpu_decoder_csr@2d080000 {
                reg = <0x0 0x2d080000 0x0 0x1000>;
        };
 
        /* hdmi */
-       di_hdmi_lpcg: di_hdmi_lpcg@0x56263000 {
+       di_hdmi_lpcg: di_hdmi_lpcg@56263000 {
                reg = <0x0 0x56263000 0x0 0x1000>;
        };
 
-       rx_hdmi_lpcg: rx_hdmi_lpcg@0x58263000 {
+       rx_hdmi_lpcg: rx_hdmi_lpcg@58263000 {
                reg = <0x0 0x58263000 0x0 0x1000>;
        };
 
-       img_pxl_link_hdmi_lpcg: img_pxl_link_hdmi_lpcg@0x585a0000 {
+       img_pxl_link_hdmi_lpcg: img_pxl_link_hdmi_lpcg@585a0000 {
                reg = <0x0 0x585a0000 0x0 0x1000>;
        };
 
-       aud_hdmi_rx_sai_0_lpcg: aud_hdmi_rx_sai_0_lpcg@0x59480000 {
+       aud_hdmi_rx_sai_0_lpcg: aud_hdmi_rx_sai_0_lpcg@59480000 {
                reg = <0x0 0x59480000 0x0 0x1000>;
        };
 
-       aud_hdmi_tx_sai_0_lpcg: aud_hdmi_tx_sai_0_lpcg@0x59490000 {
+       aud_hdmi_tx_sai_0_lpcg: aud_hdmi_tx_sai_0_lpcg@59490000 {
                reg = <0x0 0x59490000 0x0 0x1000>;
        };
 
-       aud_asrc_0_lpcg: aud_asrc_0_lpcg@0x59400000 {
+       aud_asrc_0_lpcg: aud_asrc_0_lpcg@59400000 {
                reg = <0x0 0x59400000 0x0 0x1000>;
        };
 
-       aud_esai_0_lpcg: aud_esai_0_lpcg@0x59410000 {
+       aud_esai_0_lpcg: aud_esai_0_lpcg@59410000 {
                reg = <0x0 0x59410000 0x0 0x1000>;
        };
 
index 6bfa324..23b23b0 100644 (file)
                 *
                 */
 
-               decoder_boot: decoder_boot@0x84000000 {
+               decoder_boot: decoder_boot@84000000 {
                        no-map;
                        reg = <0 0x84000000 0 0x2000000>;
                };
-               encoder_boot: encoder_boot@0x86000000 {
+               encoder_boot: encoder_boot@86000000 {
                        no-map;
                        reg = <0 0x86000000 0 0x400000>;
                };
-               rpmsg_reserved: rpmsg@0x90000000 {
+               rpmsg_reserved: rpmsg@90000000 {
                        no-map;
                        reg = <0 0x90000000 0 0x400000>;
                };
-               rpmsg_dma_reserved:rpmsg_dma@0x90400000 {
+               rpmsg_dma_reserved:rpmsg_dma@90400000 {
                        compatible = "shared-dma-pool";
                        no-map;
                        reg = <0 0x90400000 0 0x1C00000>;
                };
-               decoder_rpc: decoder_rpc@0x92000000 {
+               decoder_rpc: decoder_rpc@92000000 {
                        no-map;
                        reg = <0 0x92000000 0 0x200000>;
                };
-               encoder_rpc: encoder_rpc@0x92200000 {
+               encoder_rpc: encoder_rpc@92200000 {
                        no-map;
                        reg = <0 0x92200000 0 0x200000>;
                };
-               dsp_reserved: dsp@0x92400000 {
+               dsp_reserved: dsp@92400000 {
                        no-map;
                        reg = <0 0x92400000 0 0x2000000>;
                };
-               encoder_reserved: encoder_reserved@0x94400000 {
+               encoder_reserved: encoder_reserved@94400000 {
                        no-map;
                        reg = <0 0x94400000 0 0x800000>;
                };
index 623b301..5ad3d07 100644 (file)
         * the memory is mapped as device, because they are used
         * for vpu boot code.
         */
-       decoder_boot_mem: decoder_boot_mem@0x84000000 {
+       decoder_boot_mem: decoder_boot_mem@84000000 {
                reg = <0 0x84000000 0 0x2000000>;
        };
 
-       encoder_boot_mem: encoder_boot_mem@0x86000000 {
+       encoder_boot_mem: encoder_boot_mem@86000000 {
                reg = <0 0x86000000 0 0x200000>;
        };
 
                reg = <0x0 0x90000000 0x0 0x400000>;
        };
 
-       decoder_rpc_mem: decoder_rpc_mem@0x92000000 {
+       decoder_rpc_mem: decoder_rpc_mem@92000000 {
                reg = <0 0x92000000 0 0x200000>;
        };
 
-       encoder_rpc_mem: encoder_rpc_mem@0x92200000 {
+       encoder_rpc_mem: encoder_rpc_mem@92200000 {
                reg = <0 0x92200000 0 0x200000>;
        };
 
-       dsp_reserved_mem: dsp_reserved_mem@0x92400000 {
+       dsp_reserved_mem: dsp_reserved_mem@92400000 {
                reg = <0 0x92400000 0 0x2000000>;
        };
-       encoder_reserved_mem: encoder_reserved_mem@0x94400000 {
+       encoder_reserved_mem: encoder_reserved_mem@94400000 {
                reg = <0 0x94400000 0 0x800000>;
        };
 
index 4c5aac6..9abfa5a 100644 (file)
 
 &{/reserved-memory} {
 
-       jh_reserved: jh@0xfdc00000 {
+       jh_reserved: jh@fdc00000 {
                no-map;
                reg = <0x0 0xfdc00000 0x0 0x400000>;
        };
 
-       loader_reserved: loader@0xfdb00000 {
+       loader_reserved: loader@fdb00000 {
                no-map;
                reg = <0x0 0xfdb00000 0x0 0x00100000>;
        };
 
-       ivshmem_reserved: ivshmem@0xfd900000 {
+       ivshmem_reserved: ivshmem@fd900000 {
                no-map;
                reg = <0x0 0xfd900000 0x0 0x00200000>;
        };
 
-       pci_reserved: pci@0xfd700000 {
+       pci_reserved: pci@fd700000 {
                no-map;
                reg = <0x0 0xfd700000 0x0 0x00200000>;
        };
 
        /* Decrease if no need such big memory */
-       inmate_reserved: inmate@0xdf7000000 {
+       inmate_reserved: inmate@df7000000 {
                no-map;
                reg = <0x0 0xdf700000 0x0 0x1e000000>;
        };