diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-09-07 16:41:42 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-11-28 11:35:58 +0100 |
commit | 3fb5ff698d53a7f37a4ff281f1bd284c7d6a8835 (patch) | |
tree | 7904e091cba1a48e23e3db07fb40c7edee557189 /arch/arm/boot/dts/sun5i.dtsi | |
parent | ARM: dts: sun5i: Change clock node names to avoid warnings (diff) | |
download | linux-3fb5ff698d53a7f37a4ff281f1bd284c7d6a8835.tar.xz linux-3fb5ff698d53a7f37a4ff281f1bd284c7d6a8835.zip |
ARM: dts: sun5i: Remove skeleton to avoid warnings
Using skeleton.dtsi will create a memory node that will generate a warning
in DTC. However, that node will be created by the bootloader, so we can
just remove it entirely in order to remove that warning.
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'arch/arm/boot/dts/sun5i.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun5i.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sun5i.dtsi b/arch/arm/boot/dts/sun5i.dtsi index 362e6583fa65..b01047f1ec5b 100644 --- a/arch/arm/boot/dts/sun5i.dtsi +++ b/arch/arm/boot/dts/sun5i.dtsi @@ -42,14 +42,14 @@ * OTHER DEALINGS IN THE SOFTWARE. */ -#include "skeleton.dtsi" - #include <dt-bindings/clock/sun5i-ccu.h> #include <dt-bindings/dma/sun4i-a10.h> #include <dt-bindings/reset/sun5i-ccu.h> / { interrupt-parent = <&intc>; + #address-cells = <1>; + #size-cells = <1>; cpus { #address-cells = <1>; |