ath79: drop num-cs for SPI controller
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9556_avm_fritz-repeater.dtsi
index b1f5f1bdb3418b8066a22a1f8e4381963145c1ad..befb9334836de8d47908cc7df0060714e8bb46b6 100644 (file)
@@ -1,16 +1,11 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-/dts-v1/;
+
+#include "qca955x.dtsi"
 
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
 
-#include "qca9557.dtsi"
-
 / {
-       chosen {
-               bootargs = "console=ttyS0,115200n8";
-       };
-
        keys {
                compatible = "gpio-keys";
 
@@ -28,7 +23,6 @@
 
 &spi {
        status = "okay";
-       num-cs = <1>;
 
        flash@0 {
                compatible = "jedec,spi-nor";
@@ -78,6 +72,8 @@
        phy-handle = <&phy0>;
        pll-data = <0x3000000 0x101 0x1313>;
 
+       qca955x-sgmii-fixup;
+
        gmac-config {
                device = <&gmac>;
                ge0-sgmii = <0>;
@@ -89,5 +85,6 @@
 
        phy0: ethernet-phy@0 {
                reg = <0>;
+               at803x-override-sgmii-link-check;
        };
 };