From e8d5168a1166d9871aee99d09bd52cee1de61a6b Mon Sep 17 00:00:00 2001 From: Pankaj Bansal Date: Mon, 22 Apr 2019 16:22:49 +0530 Subject: 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 --- arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi') 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 * @@ -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"; -- cgit v1.2.3