Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Fabio Estevam and committed by
Shawn Guo
1105c8b5 16d46c5d

+1 -1
+1 -1
arch/arm/boot/dts/imx6ul-phytec-phycore-som.dtsi
··· 20 20 * Set the minimum memory size here and 21 21 * let the bootloader set the real size. 22 22 */ 23 - memory { 23 + memory@80000000 { 24 24 device_type = "memory"; 25 25 reg = <0x80000000 0x8000000>; 26 26 };