Re: [PATCH] dt-bindings: remoteproc: qcom,sm8150-pas: Add missing SC8180X compatible

2025-05-13 Thread Bjorn Andersson


On Mon, 28 Apr 2025 09:52:44 +0200, Krzysztof Kozlowski wrote:
> Commit 4b4ab93ddc5f ("dt-bindings: remoteproc: Consolidate SC8180X and
> SM8150 PAS files") moved SC8180X bindings from separate file into this
> one, but it forgot to add actual compatibles in top-level properties
> section making the entire binding un-selectable (no-op) for SC8180X PAS.
> 
> 

Applied, thanks!

[1/1] dt-bindings: remoteproc: qcom,sm8150-pas: Add missing SC8180X compatible
  commit: b278981b5ac109e6f6986b20a5cb19654aba8f68

Best regards,
-- 
Bjorn Andersson 



Re: [PATCH] dt-bindings: remoteproc: qcom,sm8150-pas: Add missing SC8180X compatible

2025-05-09 Thread Rob Herring (Arm)


On Mon, 28 Apr 2025 09:52:44 +0200, Krzysztof Kozlowski wrote:
> Commit 4b4ab93ddc5f ("dt-bindings: remoteproc: Consolidate SC8180X and
> SM8150 PAS files") moved SC8180X bindings from separate file into this
> one, but it forgot to add actual compatibles in top-level properties
> section making the entire binding un-selectable (no-op) for SC8180X PAS.
> 
> Fixes: 4b4ab93ddc5f ("dt-bindings: remoteproc: Consolidate SC8180X and SM8150 
> PAS files")
> Cc: 
> Signed-off-by: Krzysztof Kozlowski 
> ---
>  .../devicetree/bindings/remoteproc/qcom,sm8150-pas.yaml| 3 +++
>  1 file changed, 3 insertions(+)
> 

Acked-by: Rob Herring (Arm) 




[PATCH] dt-bindings: remoteproc: qcom,sm8150-pas: Add missing SC8180X compatible

2025-04-28 Thread Krzysztof Kozlowski
Commit 4b4ab93ddc5f ("dt-bindings: remoteproc: Consolidate SC8180X and
SM8150 PAS files") moved SC8180X bindings from separate file into this
one, but it forgot to add actual compatibles in top-level properties
section making the entire binding un-selectable (no-op) for SC8180X PAS.

Fixes: 4b4ab93ddc5f ("dt-bindings: remoteproc: Consolidate SC8180X and SM8150 
PAS files")
Cc: 
Signed-off-by: Krzysztof Kozlowski 
---
 .../devicetree/bindings/remoteproc/qcom,sm8150-pas.yaml| 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,sm8150-pas.yaml 
b/Documentation/devicetree/bindings/remoteproc/qcom,sm8150-pas.yaml
index 56ff6386534d..5dcc2a32c080 100644
--- a/Documentation/devicetree/bindings/remoteproc/qcom,sm8150-pas.yaml
+++ b/Documentation/devicetree/bindings/remoteproc/qcom,sm8150-pas.yaml
@@ -16,6 +16,9 @@ description:
 properties:
   compatible:
 enum:
+  - qcom,sc8180x-adsp-pas
+  - qcom,sc8180x-cdsp-pas
+  - qcom,sc8180x-slpi-pas
   - qcom,sm8150-adsp-pas
   - qcom,sm8150-cdsp-pas
   - qcom,sm8150-mpss-pas
-- 
2.45.2