devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: interconnect: qcom,rpmh: correct sm8150 camnoc
@ 2024-07-16 14:47 Rayyan Ansari
  2024-07-16 16:49 ` Dmitry Baryshkov
  2024-07-16 19:35 ` Krzysztof Kozlowski
  0 siblings, 2 replies; 3+ messages in thread
From: Rayyan Ansari @ 2024-07-16 14:47 UTC (permalink / raw)
  To: devicetree
  Cc: Rayyan Ansari, Georgi Djakov, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Odelu Kukatla, linux-arm-msm, linux-pm,
	linux-kernel

The sm8150 camnoc interconnect was mistakenly documented as
"qcom,sm8150-camnoc-noc", for which there is no reference to in
drivers or device tree.

Correct this to "qcom,sm8150-camnoc-virt".

Signed-off-by: Rayyan Ansari <rayyan.ansari@linaro.org>
---
 Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml b/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml
index 9318b845ec35..0cb4f7154844 100644
--- a/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml
+++ b/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml
@@ -71,7 +71,7 @@ properties:
       - qcom,sdx65-system-noc
       - qcom,sm8150-aggre1-noc
       - qcom,sm8150-aggre2-noc
-      - qcom,sm8150-camnoc-noc
+      - qcom,sm8150-camnoc-virt
       - qcom,sm8150-compute-noc
       - qcom,sm8150-config-noc
       - qcom,sm8150-dc-noc
-- 
2.45.2


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

* Re: [PATCH] dt-bindings: interconnect: qcom,rpmh: correct sm8150 camnoc
  2024-07-16 14:47 [PATCH] dt-bindings: interconnect: qcom,rpmh: correct sm8150 camnoc Rayyan Ansari
@ 2024-07-16 16:49 ` Dmitry Baryshkov
  2024-07-16 19:35 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 3+ messages in thread
From: Dmitry Baryshkov @ 2024-07-16 16:49 UTC (permalink / raw)
  To: Rayyan Ansari
  Cc: devicetree, Georgi Djakov, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Odelu Kukatla, linux-arm-msm, linux-pm,
	linux-kernel

On Tue, Jul 16, 2024 at 03:47:38PM GMT, Rayyan Ansari wrote:
> The sm8150 camnoc interconnect was mistakenly documented as
> "qcom,sm8150-camnoc-noc", for which there is no reference to in
> drivers or device tree.
> 
> Correct this to "qcom,sm8150-camnoc-virt".

Sadly enough, it's not a -virt, but a real -noc, but it's too late to
fix that.

Acked-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>


> 
> Signed-off-by: Rayyan Ansari <rayyan.ansari@linaro.org>
> ---
>  Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml b/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml
> index 9318b845ec35..0cb4f7154844 100644
> --- a/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml
> +++ b/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml
> @@ -71,7 +71,7 @@ properties:
>        - qcom,sdx65-system-noc
>        - qcom,sm8150-aggre1-noc
>        - qcom,sm8150-aggre2-noc
> -      - qcom,sm8150-camnoc-noc
> +      - qcom,sm8150-camnoc-virt
>        - qcom,sm8150-compute-noc
>        - qcom,sm8150-config-noc
>        - qcom,sm8150-dc-noc
> -- 
> 2.45.2
> 

-- 
With best wishes
Dmitry

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

* Re: [PATCH] dt-bindings: interconnect: qcom,rpmh: correct sm8150 camnoc
  2024-07-16 14:47 [PATCH] dt-bindings: interconnect: qcom,rpmh: correct sm8150 camnoc Rayyan Ansari
  2024-07-16 16:49 ` Dmitry Baryshkov
@ 2024-07-16 19:35 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2024-07-16 19:35 UTC (permalink / raw)
  To: Rayyan Ansari, devicetree
  Cc: Georgi Djakov, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Odelu Kukatla, linux-arm-msm, linux-pm, linux-kernel

On 16/07/2024 16:47, Rayyan Ansari wrote:
> The sm8150 camnoc interconnect was mistakenly documented as
> "qcom,sm8150-camnoc-noc", for which there is no reference to in
> drivers or device tree.
> 
> Correct this to "qcom,sm8150-camnoc-virt".
> 
> Signed-off-by: Rayyan Ansari <rayyan.ansari@linaro.org>

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

Best regards,
Krzysztof


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

end of thread, other threads:[~2024-07-16 19:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-16 14:47 [PATCH] dt-bindings: interconnect: qcom,rpmh: correct sm8150 camnoc Rayyan Ansari
2024-07-16 16:49 ` Dmitry Baryshkov
2024-07-16 19:35 ` Krzysztof Kozlowski

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).