summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/lpc3250-phy3250.dts
diff options
context:
space:
mode:
authorVladimir Zapolskiy <vz@mleia.com>2019-01-29 21:20:45 +0200
committerVladimir Zapolskiy <vz@mleia.com>2019-02-03 21:37:26 +0200
commite5d48e7db11f717629b21291128e13c99d28eb94 (patch)
tree5648c0517f50fdee594c544a4ef1458d02e6def9 /arch/arm/boot/dts/lpc3250-phy3250.dts
parent3d48cda9dce15a6562de210596424f14e7a16d62 (diff)
ARM: dts: lpc32xx: phy3250: add unit address to memory device node
The change adds a unit address to memory device node, the issue was reported as a unit_address_vs_reg warning by dtc. Root device node properties #address-cells and #size-cells were removed as inherited from lpc32xx.dtsi. Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Diffstat (limited to 'arch/arm/boot/dts/lpc3250-phy3250.dts')
-rw-r--r--arch/arm/boot/dts/lpc3250-phy3250.dts5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/lpc3250-phy3250.dts b/arch/arm/boot/dts/lpc3250-phy3250.dts
index aff72f14ad83..ebd19258e22b 100644
--- a/arch/arm/boot/dts/lpc3250-phy3250.dts
+++ b/arch/arm/boot/dts/lpc3250-phy3250.dts
@@ -1,6 +1,7 @@
/*
* PHYTEC phyCORE-LPC3250 board
*
+ * Copyright (C) 2015-2019 Vladimir Zapolskiy <vz@mleia.com>
* Copyright 2012 Roland Stigge <stigge@antcom.de>
*
* The code contained herein is licensed under the GNU General Public
@@ -17,10 +18,8 @@
/ {
model = "PHYTEC phyCORE-LPC3250 board based on NXP LPC3250";
compatible = "phytec,phy3250", "nxp,lpc3250";
- #address-cells = <1>;
- #size-cells = <1>;
- memory {
+ memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x4000000>;
};