Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+2 -6
-2
arch/arm/boot/dts/sun5i-a10s.dtsi
··· 42 42 * OTHER DEALINGS IN THE SOFTWARE. 43 43 */ 44 44 45 - #include "skeleton.dtsi" 46 - 47 45 #include "sun5i.dtsi" 48 46 49 47 #include <dt-bindings/dma/sun4i-a10.h>
-2
arch/arm/boot/dts/sun5i-a13.dtsi
··· 42 42 * OTHER DEALINGS IN THE SOFTWARE. 43 43 */ 44 44 45 - #include "skeleton.dtsi" 46 - 47 45 #include "sun5i.dtsi" 48 46 49 47 #include <dt-bindings/thermal/thermal.h>
+2 -2
arch/arm/boot/dts/sun5i.dtsi
··· 42 42 * OTHER DEALINGS IN THE SOFTWARE. 43 43 */ 44 44 45 - #include "skeleton.dtsi" 46 - 47 45 #include <dt-bindings/clock/sun5i-ccu.h> 48 46 #include <dt-bindings/dma/sun4i-a10.h> 49 47 #include <dt-bindings/reset/sun5i-ccu.h> 50 48 51 49 / { 52 50 interrupt-parent = <&intc>; 51 + #address-cells = <1>; 52 + #size-cells = <1>; 53 53 54 54 cpus { 55 55 #address-cells = <1>;