ipq806x: remove skeleton definition
authorAnsuel Smith <ansuelsmth@gmail.com>
Sun, 26 Jan 2020 01:24:34 +0000 (02:24 +0100)
committerPetr Štetiar <ynezz@true.cz>
Tue, 3 Mar 2020 22:38:23 +0000 (23:38 +0100)
This was already deprecated. With kernel 5.4 it has been removed.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
target/linux/ipq806x/files-5.4/arch/arm/boot/dts/qcom-ipq8064.dtsi

index f95b0b4f95dd6c041e1aab64843caee602574b5a..d88a27af5f3a06d38a4ad5de837ae2184f8d5cf8 100644 (file)
@@ -1,6 +1,5 @@
 /dts-v1/;
 
-#include "skeleton.dtsi"
 #include <dt-bindings/clock/qcom,gcc-ipq806x.h>
 #include <dt-bindings/mfd/qcom-rpm.h>
 #include <dt-bindings/clock/qcom,rpmcc.h>
        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>;
                        status = "disabled";
                };
 
-               nand: nand@1ac00000 {
+               nand_controller: nand-controller@1ac00000 {
                        compatible = "qcom,ipq806x-nand";
                        reg = <0x1ac00000 0x800>;
 
 
                gmac2: ethernet@37400000 {
                        device_type = "network";
-                       compatible = "qcom,ipq806x-gmac";
+                       compatible = "qcom,ipq806x-gmac", "snps,dwmac";
                        reg = <0x37400000 0x200000>;
                        interrupts = <GIC_SPI 226 IRQ_TYPE_LEVEL_HIGH>;
                        interrupt-names = "macirq";
 
                gmac3: ethernet@37600000 {
                        device_type = "network";
-                       compatible = "qcom,ipq806x-gmac";
+                       compatible = "qcom,ipq806x-gmac", "snps,dwmac";
                        reg = <0x37600000 0x200000>;
                        interrupts = <GIC_SPI 229 IRQ_TYPE_LEVEL_HIGH>;
                        interrupt-names = "macirq";