From c98819a9e6904717a5c8672a0bfa173a0503eba1 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Sat, 26 Sep 2020 00:46:13 +0200 Subject: bcm63xx: move dts-v1 statement to top-level DTSI files The "/dts-v1/;" identifier is supposed to be present once at the top of a device tree file after the includes have been processed. Like done for other targets recently, put the dts-v1 statement into the top-level SoC-based DTSI files, and remove all other occurences. Signed-off-by: Adrian Schmutzler --- target/linux/bcm63xx/dts/bcm6318.dtsi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/bcm63xx/dts/bcm6318.dtsi') diff --git a/target/linux/bcm63xx/dts/bcm6318.dtsi b/target/linux/bcm63xx/dts/bcm6318.dtsi index a902c1bd57..ee7db04fe9 100644 --- a/target/linux/bcm63xx/dts/bcm6318.dtsi +++ b/target/linux/bcm63xx/dts/bcm6318.dtsi @@ -1,3 +1,5 @@ +/dts-v1/; + / { #address-cells = <1>; #size-cells = <1>; -- cgit v1.2.3