Message ID | 20221109170822.58281-1-konrad.dybcio@linaro.org |
---|---|
State | New |
Headers | show |
Series | [1/2] dt-bindings: remoteproc: qcom,adsp: Add SM6375 ADSP and CDSP | expand |
On 10/11/2022 10:32, Krzysztof Kozlowski wrote: > On 09/11/2022 18:08, Konrad Dybcio wrote: >> Add entries for SM6375 ADSP and CDSP. They are effectively the same >> as SM6350 ADSP and SM8150 CDSP respectively. >> >> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> >> --- >> .../devicetree/bindings/remoteproc/qcom,adsp.yaml | 8 ++++++++ >> 1 file changed, 8 insertions(+) >> > > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Although change looks ok, but I missed that it will conflict with my series here: https://lore.kernel.org/all/20221124184333.133911-1-krzysztof.kozlowski@linaro.org/ This should be moved to a new tile or merged with one of device-specific bindings I added. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml b/Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml index db9e0f0c2bea..a9219c7c8349 100644 --- a/Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml +++ b/Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml @@ -40,6 +40,8 @@ properties: - qcom,sm6350-adsp-pas - qcom,sm6350-cdsp-pas - qcom,sm6350-mpss-pas + - qcom,sm6375-adsp-pas + - qcom,sm6375-cdsp-pas - qcom,sm8150-adsp-pas - qcom,sm8150-cdsp-pas - qcom,sm8150-mpss-pas @@ -197,6 +199,8 @@ allOf: - qcom,sm6350-adsp-pas - qcom,sm6350-cdsp-pas - qcom,sm6350-mpss-pas + - qcom,sm6375-adsp-pas + - qcom,sm6375-cdsp-pas - qcom,sm8150-adsp-pas - qcom,sm8150-cdsp-pas - qcom,sm8150-mpss-pas @@ -315,6 +319,8 @@ allOf: - qcom,sdm845-cdsp-pas - qcom,sm6350-adsp-pas - qcom,sm6350-cdsp-pas + - qcom,sm6375-adsp-pas + - qcom,sm6375-cdsp-pas - qcom,sm8150-adsp-pas - qcom,sm8150-cdsp-pas - qcom,sm8150-slpi-pas @@ -372,6 +378,7 @@ allOf: - qcom,msm8226-adsp-pil - qcom,msm8996-adsp-pil - qcom,msm8998-adsp-pas + - qcom,sm6375-cdsp-pas - qcom,sm8150-adsp-pas - qcom,sm8150-cdsp-pas then: @@ -468,6 +475,7 @@ allOf: - qcom,sc8180x-cdsp-pas - qcom,sc8280xp-adsp-pas - qcom,sm6350-adsp-pas + - qcom,sm6375-adsp-pas - qcom,sm8150-slpi-pas - qcom,sm8250-adsp-pas - qcom,sm8250-slpi-pas
Add entries for SM6375 ADSP and CDSP. They are effectively the same as SM6350 ADSP and SM8150 CDSP respectively. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> --- .../devicetree/bindings/remoteproc/qcom,adsp.yaml | 8 ++++++++ 1 file changed, 8 insertions(+)