summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6sx.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/imx6sx.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/imx6sx.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6sx.dtsi16
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi
index 17d4fd4ab745..a4f6b774fd63 100644
--- a/arch/arm/boot/dts/imx6sx.dtsi
+++ b/arch/arm/boot/dts/imx6sx.dtsi
@@ -186,27 +186,27 @@
fsl,max_ddr_freq = <400000000>;
};
- ocrams: sram@008f8000 {
+ ocrams: sram@8f8000 {
compatible = "fsl,lpm-sram";
- reg = <0x008f8000 0x4000>;
+ reg = <0x8f8000 0x4000>;
clocks = <&clks IMX6SX_CLK_OCRAM_S>;
};
- ocrams_ddr: sram@00900000 {
+ ocrams_ddr: sram@900000 {
compatible = "fsl,ddr-lpm-sram";
- reg = <0x00900000 0x1000>;
+ reg = <0x900000 0x1000>;
clocks = <&clks IMX6SX_CLK_OCRAM>;
};
- ocram: sram@00901000 {
+ ocram: sram@901000 {
compatible = "mmio-sram";
- reg = <0x00901000 0x1F000>;
+ reg = <0x901000 0x1F000>;
clocks = <&clks IMX6SX_CLK_OCRAM>;
};
- ocram_mf: sram-mf@00900000 {
+ ocram_mf: sram-mf@900000 {
compatible = "fsl,mega-fast-sram";
- reg = <0x00900000 0x20000>;
+ reg = <0x900000 0x20000>;
clocks = <&clks IMX6SX_CLK_OCRAM>;
};