aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPankaj Bansal <pankaj.bansal@nxp.com>2019-04-22 16:22:49 +0530
committerDaniel Thompson <daniel@redfelineninja.org.uk>2019-09-17 16:03:01 +0100
commit5613539d3b36d2a16a6850f812bf9e5edadb84c0 (patch)
tree84264f1d585d15faa08e2be54b397f916fc216ff
parentcb68b6ad90e70ebd557819b97986950d50782924 (diff)
arm64: dts: fsl: layerscape: fix warnings when compiling dts files
when compiling dts file using DTC_FLAG='-@', the device tree compiler reports these warnings: Warning (simple_bus_reg): /soc/mdio@0x8c0b000: simple-bus unit address format error, expected "8c0b000" Warning (unit_address_format): /pfe@04000000: unit name should not have leading 0s Fixed the node names to silence these warnings. Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com>
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi2
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi4
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi4
3 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi
index 72820b8bccc1..bfe2ab51d493 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi
@@ -514,7 +514,7 @@
};
};
- pfe: pfe@04000000 {
+ pfe: pfe@4000000 {
compatible = "fsl,pfe";
reg = <0x0 0x04000000 0x0 0xc00000>, /* AXI 16M */
<0x0 0x83400000 0x0 0xc00000>; /* PFE DDR 12M */
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
index 6591a3dcac08..382a560effbf 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
@@ -287,7 +287,7 @@
};
/* TODO: WRIOP (CCSR?) */
- emdio1: mdio@0x8B96000 { /* WRIOP0: 0x8B8_0000,
+ emdio1: mdio@8B96000 { /* WRIOP0: 0x8B8_0000,
* E-MDIO1: 0x1_6000
*/
compatible = "fsl,fman-memac-mdio";
@@ -300,7 +300,7 @@
#size-cells = <0>;
};
- emdio2: mdio@0x8B97000 { /* WRIOP0: 0x8B8_0000,
+ emdio2: mdio@8B97000 { /* WRIOP0: 0x8B8_0000,
* E-MDIO2: 0x1_7000
*/
compatible = "fsl,fman-memac-mdio";
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi
index fb96474d5167..3889b0004229 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi
@@ -512,7 +512,7 @@
};
/* TODO: WRIOP (CCSR?) */
- emdio1: mdio@0x8B96000 { /* WRIOP0: 0x8B8_0000,
+ emdio1: mdio@8B96000 { /* WRIOP0: 0x8B8_0000,
* E-MDIO1: 0x1_6000
*/
compatible = "fsl,fman-memac-mdio";
@@ -525,7 +525,7 @@
#size-cells = <0>;
};
- emdio2: mdio@0x8B97000 { /* WRIOP0: 0x8B8_0000,
+ emdio2: mdio@8B97000 { /* WRIOP0: 0x8B8_0000,
* E-MDIO2: 0x1_7000
*/
compatible = "fsl,fman-memac-mdio";