Commit 6ab3cf04 authored by Maxime Ripard's avatar Maxime Ripard

ARM: dts: sun4i: Remove skeleton and memory 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.
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent f42ff299
...@@ -41,14 +41,14 @@ ...@@ -41,14 +41,14 @@
* OTHER DEALINGS IN THE SOFTWARE. * OTHER DEALINGS IN THE SOFTWARE.
*/ */
#include "skeleton.dtsi"
#include <dt-bindings/thermal/thermal.h> #include <dt-bindings/thermal/thermal.h>
#include <dt-bindings/dma/sun4i-a10.h> #include <dt-bindings/dma/sun4i-a10.h>
#include <dt-bindings/clock/sun4i-a10-ccu.h> #include <dt-bindings/clock/sun4i-a10-ccu.h>
#include <dt-bindings/reset/sun4i-a10-ccu.h> #include <dt-bindings/reset/sun4i-a10-ccu.h>
/ { / {
#address-cells = <1>;
#size-cells = <1>;
interrupt-parent = <&intc>; interrupt-parent = <&intc>;
aliases { aliases {
...@@ -160,10 +160,6 @@ cpu_crit: cpu-crit { ...@@ -160,10 +160,6 @@ cpu_crit: cpu-crit {
}; };
}; };
memory {
reg = <0x40000000 0x80000000>;
};
clocks { clocks {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment