diff options
author | Masahiro Yamada | 2017-03-13 00:16:39 +0900 |
---|---|---|
committer | Masahiro Yamada | 2017-03-14 04:15:24 +0900 |
commit | f16eda968cc21da1ddbe5ad8d7ba54d6247cb300 (patch) | |
tree | 5600604551a7b8805f00e99a78a9133a5617f1da /arch/arm/dts/uniphier-sld8.dtsi | |
parent | fc671ed4e3099e4a03043d7a65320f36127f594b (diff) |
ARM: dts: uniphier: remove skeleton.dtsi inclusion
Linux Commit 9c0da3cc61f1 ("ARM: dts: explicitly mark skeleton.dtsi
as deprecated") declared that skeleton.dtsi was deprecated.
Move the memory node below to suppress warnings of FDTGREP.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/dts/uniphier-sld8.dtsi')
-rw-r--r-- | arch/arm/dts/uniphier-sld8.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/uniphier-sld8.dtsi b/arch/arm/dts/uniphier-sld8.dtsi index 5550bb8257c..4117132d017 100644 --- a/arch/arm/dts/uniphier-sld8.dtsi +++ b/arch/arm/dts/uniphier-sld8.dtsi @@ -7,10 +7,10 @@ * SPDX-License-Identifier: GPL-2.0+ X11 */ -/include/ "skeleton.dtsi" - / { compatible = "socionext,uniphier-sld8"; + #address-cells = <1>; + #size-cells = <1>; cpus { #address-cells = <1>; |