ath79: Add switch reset definition in dts

Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
master
Chuanhong Guo 6 years ago committed by John Crispin
parent f593020a28
commit 7a07b4cff0
  1. 2
      target/linux/ath79/dts/ar7240.dtsi
  2. 2
      target/linux/ath79/dts/ar7241.dtsi
  3. 2
      target/linux/ath79/dts/ar7242.dtsi
  4. 2
      target/linux/ath79/dts/ar9330.dtsi
  5. 2
      target/linux/ath79/dts/ar934x.dtsi
  6. 2
      target/linux/ath79/dts/qca9533.dtsi
  7. 2
      target/linux/ath79/dts/qca956x.dtsi

@ -44,6 +44,8 @@
#size-cells = <0>; #size-cells = <0>;
reg = <0x1f>; reg = <0x1f>;
resets = <&rst 8>;
reset-names = "switch";
mdio-bus { mdio-bus {
swphy4: ethernet-phy@4 { swphy4: ethernet-phy@4 {

@ -63,6 +63,8 @@
#size-cells = <0>; #size-cells = <0>;
reg = <0x1f>; reg = <0x1f>;
resets = <&rst 8>;
reset-names = "switch";
mdio-bus { mdio-bus {
swphy4: ethernet-phy@4 { swphy4: ethernet-phy@4 {

@ -65,6 +65,8 @@
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
reg = <0x1f>; reg = <0x1f>;
resets = <&rst 8>;
reset-names = "switch";
}; };
}; };

@ -178,6 +178,8 @@
#size-cells = <0>; #size-cells = <0>;
reg = <0x1f>; reg = <0x1f>;
resets = <&rst 8>;
reset-names = "switch";
mdio-bus { mdio-bus {
swphy4: ethernet-phy@4 { swphy4: ethernet-phy@4 {

@ -221,6 +221,8 @@
#size-cells = <0>; #size-cells = <0>;
reg = <0x1f>; reg = <0x1f>;
resets = <&rst 8>;
reset-names = "switch";
phy-mode = "gmii"; phy-mode = "gmii";
phy4-mii-enable; phy4-mii-enable;

@ -250,6 +250,8 @@
#size-cells = <0>; #size-cells = <0>;
reg = <0x1f>; reg = <0x1f>;
resets = <&rst 8>;
reset-names = "switch";
phy-mode = "gmii"; phy-mode = "gmii";
phy4-mii-enable; phy4-mii-enable;

@ -275,6 +275,8 @@
#size-cells = <0>; #size-cells = <0>;
reg = <0x1f>; reg = <0x1f>;
resets = <&rst 8>;
reset-names = "switch";
phy-mode = "gmii"; phy-mode = "gmii";
phy4-mii-enable; phy4-mii-enable;

Loading…
Cancel
Save