ipq40xx: remove support for kernel 4.19
[openwrt/openwrt.git] / target / linux / ipq806x / files-5.4 / arch / arm / boot / dts / qcom-ipq8064-ap148.dts
index 6c3410bf355bfb3503ed0caa887308b5a3778204..b2fdc427e28869ae93491b6b0328e591c6bd502f 100644 (file)
        status = "okay";
 };
 
-&gsbi4 {
-       qcom,mode = <GSBI_PROT_I2C_UART>;
-       status = "okay";
-
-       serial@16340000 {
-               status = "okay";
-       };
-
-       /*
-       * The i2c device on gsbi4 should not be enabled.
-       * On ipq806x designs gsbi4 i2c is meant for exclusive
-       * RPM usage. Turning this on in kernel manifests as
-       * i2c failure for the RPM.
-       */
-};
-
-&gsbi5 {
-       qcom,mode = <GSBI_PROT_SPI>;
-       status = "okay";
-
-       spi4: spi@1a280000 {
-               status = "okay";
-               spi-max-frequency = <50000000>;
-
-               pinctrl-0 = <&spi_pins>;
-               pinctrl-names = "default";
-
-               cs-gpios = <&qcom_pinmux 20 0>;
-
-               m25p80@0 {
-                       compatible = "s25fl256s1";
-                       #address-cells = <1>;
-                       #size-cells = <1>;
-                       spi-max-frequency = <50000000>;
-                       reg = <0>;
-
-                       partitions {
-                               compatible = "qcom,smem";
-                       };
-               };
+&flash {
+       partitions {
+               compatible = "qcom,smem";
        };
 };
 
@@ -85,7 +48,7 @@
 
 &pcie1 {
        status = "okay";
-       force_gen1 = <1>;
+       max-link-speed = <1>;
 };
 
 &nand_controller {
                full-duplex;
        };
 };
-
-&sata_phy {
-       status = "okay";
-};
-
-&sata {
-       status = "okay";
-};