summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
diff options
context:
space:
mode:
authorPankaj Bansal <pankaj.bansal@nxp.com>2019-04-22 16:22:49 +0530
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 16:11:05 +0800
commite8d5168a1166d9871aee99d09bd52cee1de61a6b (patch)
tree21db8ea7a7f8fe3f6e499d975ae56898926d5dba /arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
parent2dfc5fc0eb0a555ac5e876f645ed7c92951a1176 (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>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi14
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
index bdf296db3caa..07e56d35dd0d 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
@@ -2,7 +2,7 @@
/*
* Device Tree Include file for NXP Layerscape-1088A family SoC.
*
- * Copyright 2017 NXP
+ * Copyright 2017-2019 NXP
*
* Harninder Rai <harninder.rai@nxp.com>
*
@@ -310,7 +310,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";
@@ -323,7 +323,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";
@@ -335,7 +335,7 @@
#size-cells = <0>;
};
- pcs_mdio1: mdio@0x8c07000 {
+ pcs_mdio1: mdio@8c07000 {
compatible = "fsl,fman-memac-mdio";
reg = <0x0 0x8c07000 0x0 0x1000>;
device_type = "mdio";
@@ -345,7 +345,7 @@
#size-cells = <0>;
};
- pcs_mdio2: mdio@0x8c0b000 {
+ pcs_mdio2: mdio@8c0b000 {
compatible = "fsl,fman-memac-mdio";
reg = <0x0 0x8c0b000 0x0 0x1000>;
device_type = "mdio";
@@ -355,7 +355,7 @@
#size-cells = <0>;
};
- pcs_mdio3: mdio@0x8c0f000 {
+ pcs_mdio3: mdio@8c0f000 {
compatible = "fsl,fman-memac-mdio";
reg = <0x0 0x8c0f000 0x0 0x1000>;
device_type = "mdio";
@@ -365,7 +365,7 @@
#size-cells = <0>;
};
- pcs_mdio4: mdio@0x8c13000 {
+ pcs_mdio4: mdio@8c13000 {
compatible = "fsl,fman-memac-mdio";
reg = <0x0 0x8c13000 0x0 0x1000>;
device_type = "mdio";