diff options
| author | Javier Martinez Canillas <[email protected]> | 2016-08-31 12:35:32 +0200 |
|---|---|---|
| committer | Tony Lindgren <[email protected]> | 2016-08-31 07:40:25 -0700 |
| commit | 9194cf4daa93652a5ebdf410e91708169c5bb04f (patch) | |
| tree | 0c1a6dcf74cc4eb91fdfd41c15018b1f0cc1731d | |
| parent | a60b9f45cc08f7710b7731ac13bc431b87b1c328 (diff) | |
ARM: dts: am4372: Add missing unit name to memory nodes
This patch fixes the following DTC warnings:
"Node /memory has a reg or ranges property, but no unit name"
Signed-off-by: Javier Martinez Canillas <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index dda607d254ae..a275fa956813 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -17,7 +17,7 @@ #address-cells = <1>; #size-cells = <1>; - memory { + memory@0 { device_type = "memory"; reg = <0 0>; }; |