]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: imx6ul-phytec-phycore-som: Add missing unit name
authorFabio Estevam <festevam@gmail.com>
Wed, 11 Sep 2019 18:34:20 +0000 (15:34 -0300)
committerShawn Guo <shawnguo@kernel.org>
Sun, 6 Oct 2019 08:00:49 +0000 (16:00 +0800)
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>
arch/arm/boot/dts/imx6ul-phytec-phycore-som.dtsi

index 41f3b7f62bbf7a7d26ec88abf3ee03acb619141d..88f631c8fabbe6d0b42893127e1eff63e56962f5 100644 (file)
@@ -20,7 +20,7 @@ chosen {
         * Set the minimum memory size here and
         * let the bootloader set the real size.
         */
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x8000000>;
        };