Message ID | 20220423155059.660387-1-luca@z3ntu.xyz |
---|---|
State | New |
Headers | show |
Series | [1/5] dt-bindings: remoteproc: qcom: pas: Add MSM8226 adsp | expand |
On 23/04/2022 17:50, Luca Weiss wrote: > Add the compatible for the adsp found in MSM8226. > > Signed-off-by: Luca Weiss <luca@z3ntu.xyz> > --- > Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Sat, 23 Apr 2022 17:50:55 +0200, Luca Weiss wrote: > Add the compatible for the adsp found in MSM8226. > > Applied, thanks! [3/5] ARM: dts: qcom: msm8226: Add ADSP node commit: 25ba74dd60022f2fa1630405d6eba7c37f45b13a [4/5] ARM: dts: qcom: apq8026-asus-sparrow: Enable ADSP commit: 268c661c172d783540f34a132290e78342bae3c5 [5/5] ARM: dts: qcom: apq8026-lg-lenok: Enable ADSP commit: 5cbd20166f0ac7ae0272d25401b6ec5472482a19 Best regards,
diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml b/Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml index a4409c398193..925e4015d59b 100644 --- a/Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml +++ b/Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml @@ -16,6 +16,7 @@ description: properties: compatible: enum: + - qcom,msm8226-adsp-pil - qcom,msm8974-adsp-pil - qcom,msm8996-adsp-pil - qcom,msm8996-slpi-pil @@ -159,6 +160,7 @@ allOf: compatible: contains: enum: + - qcom,msm8226-adsp-pil - qcom,msm8974-adsp-pil - qcom,msm8996-adsp-pil - qcom,msm8996-slpi-pil @@ -274,6 +276,7 @@ allOf: compatible: contains: enum: + - qcom,msm8226-adsp-pil - qcom,msm8974-adsp-pil - qcom,msm8996-adsp-pil - qcom,msm8996-slpi-pil @@ -364,6 +367,7 @@ allOf: compatible: contains: enum: + - qcom,msm8226-adsp-pil - qcom,msm8996-adsp-pil - qcom,msm8998-adsp-pas then: @@ -546,6 +550,7 @@ allOf: compatible: contains: enum: + - qcom,msm8226-adsp-pil - qcom,msm8974-adsp-pil - qcom,msm8996-adsp-pil - qcom,msm8996-slpi-pil
Add the compatible for the adsp found in MSM8226. Signed-off-by: Luca Weiss <luca@z3ntu.xyz> --- Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml | 5 +++++ 1 file changed, 5 insertions(+)