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-ls1012a.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi') diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi index 7ceacd13117f..73fc13763747 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi @@ -3,6 +3,7 @@ * Device Tree Include file for Freescale Layerscape-1012A family SoC. * * Copyright 2016 Freescale Semiconductor, Inc. + * Copyright 2019 NXP * */ @@ -513,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 */ -- cgit v1.2.3