Commit 4403037d authored by Maxime Ripard's avatar Maxime Ripard

ARM: dts: sun8i: v3s: Remove skeleton and memory to avoid warnings

Our memory node will generate a warning in DTC since the unit address is
not matching the reg property. 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: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
parent 93870e41
......@@ -187,11 +187,6 @@ de: display-engine {
status = "disabled";
};
memory {
reg = <0x40000000 0x80000000>;
device_type = "memory";
};
cpu0_opp_table: opp_table0 {
compatible = "operating-points-v2";
opp-shared;
......
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