Просмотр исходного кода

ath79: usb: remove reset names

Upstream uses devm_reset_control_array_get_optional_shared, which does
not use names. reset-names is also not specified in the documentation.

Signed-off-by: Rosen Penev <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/17118
Signed-off-by: John Crispin <[email protected]>
Rosen Penev 1 год назад
Родитель
Сommit
481bf5805a

+ 1 - 1
target/linux/ath79/dts/ar7100.dtsi

@@ -54,7 +54,7 @@
 				compatible = "qca,ar7100-usb-phy";
 				compatible = "qca,ar7100-usb-phy";
 				reg = <0x18030000 0x10>;
 				reg = <0x18030000 0x10>;
 
 
-				reset-names = "phy", "usb-host", "usb-ohci-dll";
+				reset-names = "phy", "host", "usb-ohci-dll";
 				resets = <&rst 4>, <&rst 5>, <&rst 6>;
 				resets = <&rst 4>, <&rst 5>, <&rst 6>;
 
 
 				#phy-cells = <0>;
 				#phy-cells = <0>;

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

@@ -27,7 +27,6 @@
 		interrupts = <3>;
 		interrupts = <3>;
 
 
 		resets = <&rst 5>;
 		resets = <&rst 5>;
-		reset-names = "usb-host";
 
 
 		phy-names = "usb";
 		phy-names = "usb";
 		phys = <&usb_phy>;
 		phys = <&usb_phy>;

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

@@ -27,7 +27,6 @@
 		interrupts = <3>;
 		interrupts = <3>;
 
 
 		resets = <&rst 5>;
 		resets = <&rst 5>;
-		reset-names = "usb-host";
 
 
 		has-transaction-translator;
 		has-transaction-translator;
 		caps-offset = <0x100>;
 		caps-offset = <0x100>;

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

@@ -27,7 +27,6 @@
 		interrupts = <3>;
 		interrupts = <3>;
 
 
 		resets = <&rst 5>;
 		resets = <&rst 5>;
-		reset-names = "usb-host";
 
 
 		has-transaction-translator;
 		has-transaction-translator;
 		caps-offset = <0x100>;
 		caps-offset = <0x100>;

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

@@ -120,7 +120,6 @@
 
 
 			interrupts = <3>;
 			interrupts = <3>;
 			resets = <&rst 5>;
 			resets = <&rst 5>;
-			reset-names = "usb-host";
 
 
 			phy-names = "usb";
 			phy-names = "usb";
 			phys = <&usb_phy>;
 			phys = <&usb_phy>;

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

@@ -166,7 +166,6 @@
 
 
 			interrupts = <3>;
 			interrupts = <3>;
 			resets = <&rst 5>;
 			resets = <&rst 5>;
-			reset-names = "usb-host";
 
 
 			has-transaction-translator;
 			has-transaction-translator;
 			caps-offset = <0x100>;
 			caps-offset = <0x100>;

+ 0 - 1
target/linux/ath79/dts/qca953x.dtsi

@@ -193,7 +193,6 @@
 
 
 			interrupts = <3>;
 			interrupts = <3>;
 			resets = <&rst 5>;
 			resets = <&rst 5>;
-			reset-names = "usb-host";
 			dr_mode = "host";
 			dr_mode = "host";
 
 
 			has-transaction-translator;
 			has-transaction-translator;

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

@@ -273,7 +273,6 @@
 			interrupt-parent = <&intc3>;
 			interrupt-parent = <&intc3>;
 			interrupts = <1>;
 			interrupts = <1>;
 			resets = <&rst 5>;
 			resets = <&rst 5>;
-			reset-names = "usb-host";
 
 
 			has-transaction-translator;
 			has-transaction-translator;
 			caps-offset = <0x100>;
 			caps-offset = <0x100>;
@@ -299,7 +298,6 @@
 			interrupt-parent = <&intc3>;
 			interrupt-parent = <&intc3>;
 			interrupts = <2>;
 			interrupts = <2>;
 			resets = <&rst2 5>;
 			resets = <&rst2 5>;
-			reset-names = "usb-host";
 
 
 			has-transaction-translator;
 			has-transaction-translator;
 			caps-offset = <0x100>;
 			caps-offset = <0x100>;

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

@@ -192,7 +192,6 @@
 			interrupts = <1>;
 			interrupts = <1>;
 
 
 			resets = <&rst 5>;
 			resets = <&rst 5>;
-			reset-names = "usb-host";
 
 
 			has-transaction-translator;
 			has-transaction-translator;
 			caps-offset = <0x100>;
 			caps-offset = <0x100>;
@@ -219,7 +218,6 @@
 			interrupts = <2>;
 			interrupts = <2>;
 
 
 			resets = <&rst2 5>;
 			resets = <&rst2 5>;
-			reset-names = "usb-host";
 
 
 			has-transaction-translator;
 			has-transaction-translator;
 			caps-offset = <0x100>;
 			caps-offset = <0x100>;

+ 1 - 1
target/linux/ath79/patches-6.6/700-phy-add-ath79-usb-phys.patch

@@ -132,7 +132,7 @@ Signed-off-by: John Crispin <[email protected]>
 +	if (IS_ERR(priv->rst_phy))
 +	if (IS_ERR(priv->rst_phy))
 +		return dev_err_probe(&pdev->dev, PTR_ERR(priv->rst_phy), "phy reset is missing");
 +		return dev_err_probe(&pdev->dev, PTR_ERR(priv->rst_phy), "phy reset is missing");
 +
 +
-+	priv->rst_host = devm_reset_control_get(&pdev->dev, "usb-host");
++	priv->rst_host = devm_reset_control_get(&pdev->dev, "host");
 +	if (IS_ERR(priv->rst_host))
 +	if (IS_ERR(priv->rst_host))
 +		return dev_err_probe(&pdev->dev, PTR_ERR(priv->rst_host), "host reset is missing");
 +		return dev_err_probe(&pdev->dev, PTR_ERR(priv->rst_host), "host reset is missing");
 +
 +