Browse Source

ath79: Add switch reset definition in dts

Signed-off-by: Chuanhong Guo <[email protected]>
Chuanhong Guo 7 years ago
parent
commit
7a07b4cff0

+ 2 - 0
target/linux/ath79/dts/ar7240.dtsi

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

+ 2 - 0
target/linux/ath79/dts/ar7241.dtsi

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

+ 2 - 0
target/linux/ath79/dts/ar7242.dtsi

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

+ 2 - 0
target/linux/ath79/dts/ar9330.dtsi

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

+ 2 - 0
target/linux/ath79/dts/ar934x.dtsi

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

+ 2 - 0
target/linux/ath79/dts/qca9533.dtsi

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

+ 2 - 0
target/linux/ath79/dts/qca956x.dtsi

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