diff mbox series

[1/3] ARM: dts: qcom: ipq8064: drop unused reset-names from DWC3 node

Message ID 20231112080136.12518-1-krzysztof.kozlowski@linaro.org
State Accepted
Commit a78a95b98dc5b4dda925b2e9981abf815a46b0de
Headers show
Series [1/3] ARM: dts: qcom: ipq8064: drop unused reset-names from DWC3 node | expand

Commit Message

Krzysztof Kozlowski Nov. 12, 2023, 8:01 a.m. UTC
The Qualcomm DWC3 USB controller bindings do not allow "reset-names" and
Linux driver does no use it.  This fixes dtbs_check warning:

  qcom-ipq8064-ap148.dtb: usb@100f8800: 'reset-names' does not match any of the regexes: '^usb@[0-9a-f]+$', 'pinctrl-[0-9]+'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/boot/dts/qcom/qcom-ipq8064.dtsi | 2 --
 1 file changed, 2 deletions(-)

Comments

Konrad Dybcio Nov. 15, 2023, 4:50 p.m. UTC | #1
On 11/12/23 09:01, Krzysztof Kozlowski wrote:
> The Qualcomm DWC3 USB controller bindings do not allow "reset-names" and
> Linux driver does no use it.  This fixes dtbs_check warning:
> 
>    qcom-ipq8064-ap148.dtb: usb@100f8800: 'reset-names' does not match any of the regexes: '^usb@[0-9a-f]+$', 'pinctrl-[0-9]+'
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad
Bjorn Andersson Jan. 27, 2024, 10:34 p.m. UTC | #2
On Sun, 12 Nov 2023 09:01:34 +0100, Krzysztof Kozlowski wrote:
> The Qualcomm DWC3 USB controller bindings do not allow "reset-names" and
> Linux driver does no use it.  This fixes dtbs_check warning:
> 
>   qcom-ipq8064-ap148.dtb: usb@100f8800: 'reset-names' does not match any of the regexes: '^usb@[0-9a-f]+$', 'pinctrl-[0-9]+'
> 
> 

Applied, thanks!

[1/3] ARM: dts: qcom: ipq8064: drop unused reset-names from DWC3 node
      commit: a78a95b98dc5b4dda925b2e9981abf815a46b0de
[2/3] ARM: dts: qcom: sdx65: correct clock order in DWC3 node
      commit: 7d912adff5c6484be16b3081aa5ef716b88a682e
[3/3] ARM: dts: qcom: ipq4019: correct clock order in DWC3 node
      commit: 71ae7237cd31948b3414aaa07dc594a9fdb8d654

Best regards,
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/qcom/qcom-ipq8064.dtsi b/arch/arm/boot/dts/qcom/qcom-ipq8064.dtsi
index 40cfee17265a..d9771e8f9a1d 100644
--- a/arch/arm/boot/dts/qcom/qcom-ipq8064.dtsi
+++ b/arch/arm/boot/dts/qcom/qcom-ipq8064.dtsi
@@ -625,7 +625,6 @@  usb3_0: usb@100f8800 {
 			ranges;
 
 			resets = <&gcc USB30_0_MASTER_RESET>;
-			reset-names = "master";
 
 			status = "disabled";
 
@@ -671,7 +670,6 @@  usb3_1: usb@110f8800 {
 			ranges;
 
 			resets = <&gcc USB30_1_MASTER_RESET>;
-			reset-names = "master";
 
 			status = "disabled";