diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-07-03 10:03:47 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-09-20 23:55:55 +0200 |
commit | ee8119af4facf87d45bae2d89765ef3f9e8c7746 (patch) | |
tree | 04451aa2d20092aa46acd306fe093e1d7be15c22 /arch/arm/boot/dts/ste-dbx5x0.dtsi | |
parent | ARM: dts: ux500: Fix LCDA clock line muxing (diff) | |
download | linux-ee8119af4facf87d45bae2d89765ef3f9e8c7746.tar.xz linux-ee8119af4facf87d45bae2d89765ef3f9e8c7746.zip |
ARM: dts: ux500: Get rid of DTC warnings
By removing the reference to skeleton.dtsi, defining chosen {}
and proper memory nodes we get warning-free device trees for
the Ux500.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/ste-dbx5x0.dtsi')
-rw-r--r-- | arch/arm/boot/dts/ste-dbx5x0.dtsi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ste-dbx5x0.dtsi b/arch/arm/boot/dts/ste-dbx5x0.dtsi index 3dc0028e108b..a58ce6f68d7d 100644 --- a/arch/arm/boot/dts/ste-dbx5x0.dtsi +++ b/arch/arm/boot/dts/ste-dbx5x0.dtsi @@ -15,9 +15,14 @@ #include <dt-bindings/arm/ux500_pm_domains.h> #include <dt-bindings/gpio/gpio.h> #include <dt-bindings/clock/ste-ab8500.h> -#include "skeleton.dtsi" / { + #address-cells = <1>; + #size-cells = <1>; + + chosen { + }; + cpus { #address-cells = <1>; #size-cells = <0>; |