linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: usb: qcom,dwc3: allow required-opps
@ 2023-01-27 12:11 Krzysztof Kozlowski
  2023-01-27 12:35 ` Abel Vesa
  2023-01-30 19:21 ` Rob Herring
  0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2023-01-27 12:11 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Greg Kroah-Hartman,
	Rob Herring, Krzysztof Kozlowski, Wesley Cheng, linux-arm-msm,
	linux-usb, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski, Abel Vesa

Few Qualcomm SoCs require minimum performance level of power domain, so
allow it:

  sm8550-mtp.dtb: usb@a6f8800: 'required-opps' does not match any of the regexes: '^usb@[0-9a-f]+$', 'pinctrl-[0-9]+'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

---

Cc: Abel Vesa <abel.vesa@linaro.org>
---
 Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
index a3f8a3f49852..4875c5b7d5b5 100644
--- a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
+++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
@@ -58,6 +58,9 @@ properties:
     description: specifies a phandle to PM domain provider node
     maxItems: 1
 
+  required-opps:
+    maxItems: 1
+
   clocks:
     description: |
       Several clocks are used, depending on the variant. Typical ones are::
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: usb: qcom,dwc3: allow required-opps
  2023-01-27 12:11 [PATCH] dt-bindings: usb: qcom,dwc3: allow required-opps Krzysztof Kozlowski
@ 2023-01-27 12:35 ` Abel Vesa
  2023-01-30 19:21 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Abel Vesa @ 2023-01-27 12:35 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Andy Gross, Bjorn Andersson, Konrad Dybcio, Greg Kroah-Hartman,
	Rob Herring, Krzysztof Kozlowski, Wesley Cheng, linux-arm-msm,
	linux-usb, devicetree, linux-kernel

On 23-01-27 13:11:22, Krzysztof Kozlowski wrote:
> Few Qualcomm SoCs require minimum performance level of power domain, so
> allow it:
> 
>   sm8550-mtp.dtb: usb@a6f8800: 'required-opps' 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: Abel Vesa <abel.vesa@linaro.org>

> 
> ---
> 
> Cc: Abel Vesa <abel.vesa@linaro.org>
> ---
>  Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
> index a3f8a3f49852..4875c5b7d5b5 100644
> --- a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
> +++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
> @@ -58,6 +58,9 @@ properties:
>      description: specifies a phandle to PM domain provider node
>      maxItems: 1
>  
> +  required-opps:
> +    maxItems: 1
> +
>    clocks:
>      description: |
>        Several clocks are used, depending on the variant. Typical ones are::
> -- 
> 2.34.1
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: usb: qcom,dwc3: allow required-opps
  2023-01-27 12:11 [PATCH] dt-bindings: usb: qcom,dwc3: allow required-opps Krzysztof Kozlowski
  2023-01-27 12:35 ` Abel Vesa
@ 2023-01-30 19:21 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2023-01-30 19:21 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Konrad Dybcio, linux-kernel, Greg Kroah-Hartman, Abel Vesa,
	Bjorn Andersson, linux-usb, devicetree, Rob Herring,
	linux-arm-msm, Krzysztof Kozlowski, Wesley Cheng, Andy Gross


On Fri, 27 Jan 2023 13:11:22 +0100, Krzysztof Kozlowski wrote:
> Few Qualcomm SoCs require minimum performance level of power domain, so
> allow it:
> 
>   sm8550-mtp.dtb: usb@a6f8800: 'required-opps' does not match any of the regexes: '^usb@[0-9a-f]+$', 'pinctrl-[0-9]+'
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> ---
> 
> Cc: Abel Vesa <abel.vesa@linaro.org>
> ---
>  Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 3 +++
>  1 file changed, 3 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-01-30 19:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-27 12:11 [PATCH] dt-bindings: usb: qcom,dwc3: allow required-opps Krzysztof Kozlowski
2023-01-27 12:35 ` Abel Vesa
2023-01-30 19:21 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).