summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7d.dtsi
diff options
context:
space:
mode:
authorSilvano di Ninno <silvano.dininno@nxp.com>2019-11-06 16:56:48 +0100
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 16:09:19 +0800
commit724a66a1fcd12f22d6ee28a717af9d610f866570 (patch)
treea32dcecc64db2da4c1538519a509aaa7716f4070 /arch/arm/boot/dts/imx7d.dtsi
parentc6aa28920d2cb25b9ce05a3784427b353c08fa7c (diff)
arm:dts:imx: dropping leading 0s on ocram nodes
removing all the leading "0x" and zeros to fix the following dtc warnings: Warning (unit_address_format): Node /XXX unit name should not have leading "0x" and Warning (unit_address_format): Node /XXX unit name should not have leading 0s Signed-off-by: Silvano di Ninno <silvano.dininno@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/imx7d.dtsi')
-rw-r--r--arch/arm/boot/dts/imx7d.dtsi14
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/imx7d.dtsi b/arch/arm/boot/dts/imx7d.dtsi
index 93206047e54f..cac43b073d72 100644
--- a/arch/arm/boot/dts/imx7d.dtsi
+++ b/arch/arm/boot/dts/imx7d.dtsi
@@ -84,21 +84,21 @@
interrupt-names = "irq_busfreq_0", "irq_busfreq_1";
};
- ocrams_ddr: sram@00900000 {
+ ocrams_ddr: sram@900000 {
compatible = "fsl,ddr-lpm-sram";
- reg = <0x00900000 0x1000>;
+ reg = <0x900000 0x1000>;
clocks = <&clks IMX7D_OCRAM_CLK>;
};
ocram: sram@901000 {
compatible = "mmio-sram";
- reg = <0x00901000 0x1f000>;
+ reg = <0x901000 0x1f000>;
clocks = <&clks IMX7D_OCRAM_CLK>;
};
- ocrams: sram@00180000 {
+ ocrams: sram@180000 {
compatible = "fsl,lpm-sram";
- reg = <0x00180000 0x8000>;
+ reg = <0x180000 0x8000>;
clocks = <&clks IMX7D_OCRAM_S_CLK>;
status = "disabled";
};
@@ -112,9 +112,9 @@
overw_clock = <&ocrams &clks IMX7D_OCRAM_CLK>;
};
- ocrams_mf: sram-mf@00900000 {
+ ocrams_mf: sram-mf@900000 {
compatible = "fsl,mega-fast-sram";
- reg = <0x00900000 0x20000>;
+ reg = <0x900000 0x20000>;
clocks = <&clks IMX7D_OCRAM_CLK>;
};