diff options
author | Michal Simek <michal.simek@xilinx.com> | 2016-11-11 13:11:37 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-11-15 15:30:38 +0100 |
commit | cc7978bef9a7708cccec004e50d72785395e9b0c (patch) | |
tree | 9ec2b45ff7b0870a358d8f4864c6ae39b3ce447e /arch/arm/dts/zynq-picozed.dts | |
parent | 913a6eeb55bd7c632ea4395662ff1ff55ad16751 (diff) | |
download | u-boot-imx-cc7978bef9a7708cccec004e50d72785395e9b0c.zip u-boot-imx-cc7978bef9a7708cccec004e50d72785395e9b0c.tar.gz u-boot-imx-cc7978bef9a7708cccec004e50d72785395e9b0c.tar.bz2 |
ARM: zynq: Remove DTC 1.4.2 warnings
DTC 1.4.2 reports these warnings:
Warning (unit_address_vs_reg): Node /memory has a reg or ranges
property, but no unit name
Warning (unit_address_vs_reg): Node /pmu has a reg or ranges property,
but no unit name
Warning (unit_address_vs_reg): Node /fixedregulator@0 has a unit name,
but no reg property
This patch is fixing them.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/dts/zynq-picozed.dts')
-rw-r--r-- | arch/arm/dts/zynq-picozed.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/zynq-picozed.dts b/arch/arm/dts/zynq-picozed.dts index 3408df8..fea04ab 100644 --- a/arch/arm/dts/zynq-picozed.dts +++ b/arch/arm/dts/zynq-picozed.dts @@ -16,7 +16,7 @@ serial0 = &uart1; }; - memory { + memory@0 { device_type = "memory"; reg = <0 0x40000000>; }; |