Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6b2d392 authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Heiko Stuebner
Browse files

ARM: dts: rockchip: Remove skeleton.dtsi inclusion in rk3288.dtsi



The skeleton.dtsi file was removed in ARM64 for different reasons as
explained in commit ("3ebee5a2 arm64: dts: kill skeleton.dtsi").

These also applies to ARM and it will also allow to get rid of the
following DTC warnings in the future:

"Node /memory has a reg or ranges property, but no unit name"

The disassembled DTB are almost the same, besides empty chosen nodes
being removed. So the change should not have a functional impact.

Signed-off-by: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 0193273d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -46,9 +46,11 @@
#include <dt-bindings/thermal/thermal.h>
#include <dt-bindings/power/rk3288-power.h>
#include <dt-bindings/soc/rockchip,boot-mode.h>
#include "skeleton.dtsi"

/ {
	#address-cells = <1>;
	#size-cells = <1>;

	compatible = "rockchip,rk3288";

	interrupt-parent = <&gic>;