summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ul-phytec-phycore-som.dtsi
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2019-09-11 15:34:20 -0300
committerShawn Guo <shawnguo@kernel.org>2019-10-06 16:00:49 +0800
commit1105c8b5406c9f1abd6b36072ec7be59ee708e99 (patch)
treee8ca58a48bb1d4be4049469159285cc6c3e3bade /arch/arm/boot/dts/imx6ul-phytec-phycore-som.dtsi
parent16d46c5da66efbee3406b254de8de843dde4cbc0 (diff)
ARM: dts: imx6ul-phytec-phycore-som: Add missing unit name
Pass the memory unit name in order to fix the following build warning with W=1: arch/arm/boot/dts/imx6ul-phytec-phycore-som.dtsi:23.9-26.4: Warning (unit_address_vs_reg): /memory: node has a reg or ranges property, but no unit name Cc: Stefan Riedmueller <s.riedmueller@phytec.de> Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6ul-phytec-phycore-som.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6ul-phytec-phycore-som.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6ul-phytec-phycore-som.dtsi b/arch/arm/boot/dts/imx6ul-phytec-phycore-som.dtsi
index 41f3b7f62bbf..88f631c8fabb 100644
--- a/arch/arm/boot/dts/imx6ul-phytec-phycore-som.dtsi
+++ b/arch/arm/boot/dts/imx6ul-phytec-phycore-som.dtsi
@@ -20,7 +20,7 @@
* Set the minimum memory size here and
* let the bootloader set the real size.
*/
- memory {
+ memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x8000000>;
};