From 57ea767a53c1f08204de6f285a843aacf0f4ef9c Mon Sep 17 00:00:00 2001 From: Ansuel Smith Date: Sun, 26 Jan 2020 02:24:34 +0100 Subject: ipq806x: remove skeleton definition This was already deprecated. With kernel 5.4 it has been removed. Signed-off-by: Ansuel Smith --- .../ipq806x/files-5.4/arch/arm/boot/dts/qcom-ipq8064.dtsi | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/target/linux/ipq806x/files-5.4/arch/arm/boot/dts/qcom-ipq8064.dtsi b/target/linux/ipq806x/files-5.4/arch/arm/boot/dts/qcom-ipq8064.dtsi index f95b0b4f95..d88a27af5f 100644 --- a/target/linux/ipq806x/files-5.4/arch/arm/boot/dts/qcom-ipq8064.dtsi +++ b/target/linux/ipq806x/files-5.4/arch/arm/boot/dts/qcom-ipq8064.dtsi @@ -1,6 +1,5 @@ /dts-v1/; -#include "skeleton.dtsi" #include #include #include @@ -15,6 +14,10 @@ compatible = "qcom,ipq8064"; interrupt-parent = <&intc>; + #address-cells = <1>; + #size-cells = <1>; + memory { device_type = "memory"; reg = <0 0>; }; + cpus { #address-cells = <1>; #size-cells = <0>; @@ -1294,7 +1297,7 @@ status = "disabled"; }; - nand: nand@1ac00000 { + nand_controller: nand-controller@1ac00000 { compatible = "qcom,ipq806x-nand"; reg = <0x1ac00000 0x800>; @@ -1377,7 +1380,7 @@ gmac2: ethernet@37400000 { device_type = "network"; - compatible = "qcom,ipq806x-gmac"; + compatible = "qcom,ipq806x-gmac", "snps,dwmac"; reg = <0x37400000 0x200000>; interrupts = ; interrupt-names = "macirq"; @@ -1400,7 +1403,7 @@ gmac3: ethernet@37600000 { device_type = "network"; - compatible = "qcom,ipq806x-gmac"; + compatible = "qcom,ipq806x-gmac", "snps,dwmac"; reg = <0x37600000 0x200000>; interrupts = ; interrupt-names = "macirq"; -- cgit v1.2.3