Message ID | 20210612094631.89980-2-martin.botka@somainline.org (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | [V3,1/3] socinfo: Add missing SoC ID for SM6125 | expand |
On Sat, 12 Jun 2021 11:46:29 +0200, Martin Botka wrote: > This patch adds the binding for sm6125 > > Signed-off-by: Martin Botka <martin.botka@somainline.org> > --- > Changes in V3: > Add this file > .../devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml index 5dc1173d03fd..9f4fbc6a141c 100644 --- a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml +++ b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml @@ -27,6 +27,7 @@ properties: - qcom,sc8180x-apss-shared - qcom,sdm660-apcs-hmss-global - qcom,sdm845-apss-shared + - qcom,sm6125-apcs-hmss-global - qcom,sm8150-apss-shared reg: @@ -75,6 +76,7 @@ allOf: - qcom,sc7180-apss-shared - qcom,sdm660-apcs-hmss-global - qcom,sdm845-apss-shared + - qcom,sm6125-apcs-hmss-global - qcom,sm8150-apss-shared then: properties:
This patch adds the binding for sm6125 Signed-off-by: Martin Botka <martin.botka@somainline.org> --- Changes in V3: Add this file .../devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml | 2 ++ 1 file changed, 2 insertions(+)