diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-03-13 00:16:39 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-03-14 04:15:24 +0900 |
commit | f16eda968cc21da1ddbe5ad8d7ba54d6247cb300 (patch) | |
tree | 5600604551a7b8805f00e99a78a9133a5617f1da /arch/arm/dts/uniphier-pxs2.dtsi | |
parent | fc671ed4e3099e4a03043d7a65320f36127f594b (diff) | |
download | u-boot-f16eda968cc21da1ddbe5ad8d7ba54d6247cb300.tar.gz |
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-pxs2.dtsi')
-rw-r--r-- | arch/arm/dts/uniphier-pxs2.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/uniphier-pxs2.dtsi b/arch/arm/dts/uniphier-pxs2.dtsi index da62070b74..904320c124 100644 --- a/arch/arm/dts/uniphier-pxs2.dtsi +++ b/arch/arm/dts/uniphier-pxs2.dtsi @@ -7,10 +7,10 @@ * SPDX-License-Identifier: GPL-2.0+ X11 */ -/include/ "skeleton.dtsi" - / { compatible = "socionext,uniphier-pxs2"; + #address-cells = <1>; + #size-cells = <1>; cpus { #address-cells = <1>; |