Message ID | 20220903174150.3566935-3-iskren.chernev@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Add support for sm6115,4250 and OnePlus Nord N100 | expand |
On 03/09/2022 18:41, Iskren Chernev wrote: > Document the compatible for Qualcomm SM6115 SCM. > > Signed-off-by: Iskren Chernev <iskren.chernev@gmail.com> Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> > --- > Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml > index 9fdeee07702f..c5b76c9f7ad0 100644 > --- a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml > +++ b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml > @@ -44,6 +44,7 @@ properties: > - qcom,scm-sdm845 > - qcom,scm-sdx55 > - qcom,scm-sdx65 > + - qcom,scm-sm6115 > - qcom,scm-sm6125 > - qcom,scm-sm6350 > - qcom,scm-sm8150 > -- > 2.37.2 > -- Kind Regards, Caleb
On 03/09/2022 19:56, Caleb Connolly wrote: > > > On 03/09/2022 18:41, Iskren Chernev wrote: >> Document the compatible for Qualcomm SM6115 SCM. >> >> Signed-off-by: Iskren Chernev <iskren.chernev@gmail.com> > > Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> Nope, wrong email, please disregard and use Reviewed-by: Caleb Connolly <caleb@connolly.tech> >> --- >> Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml >> b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml >> index 9fdeee07702f..c5b76c9f7ad0 100644 >> --- a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml >> +++ b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml >> @@ -44,6 +44,7 @@ properties: >> - qcom,scm-sdm845 >> - qcom,scm-sdx55 >> - qcom,scm-sdx65 >> + - qcom,scm-sm6115 >> - qcom,scm-sm6125 >> - qcom,scm-sm6350 >> - qcom,scm-sm8150 >> -- >> 2.37.2 >> > -- Kind Regards, Caleb
On 03/09/2022 20:41, Iskren Chernev wrote: > Document the compatible for Qualcomm SM6115 SCM. > > Signed-off-by: Iskren Chernev <iskren.chernev@gmail.com> There was such patch: https://lore.kernel.org/all/338f2929-aa67-bf63-2d66-5de48f6af1c4@linaro.org/ Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On 9/4/22 22:14, Krzysztof Kozlowski wrote: > On 03/09/2022 20:41, Iskren Chernev wrote: >> Document the compatible for Qualcomm SM6115 SCM. >> >> Signed-off-by: Iskren Chernev <iskren.chernev@gmail.com> > > There was such patch: > https://lore.kernel.org/all/338f2929-aa67-bf63-2d66-5de48f6af1c4@linaro.org/ Yep, but that patch is for .txt schema, and now the schema is .yaml. So if you applied the other patchset and then ran dtbs_check it would still complain, so I added a patch here, in case the other patchset is not updated. I hope such a simple commit won't cause trouble (if you merge one and then try to merge the other). > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > > > Best regards, > Krzysztof
On Sep 03 2022 20:41, Iskren Chernev wrote: > Document the compatible for Qualcomm SM6115 SCM. > > Signed-off-by: Iskren Chernev <iskren.chernev@gmail.com> Reviewed-by: Guru Das Srinagesh <quic_gurus@quicinc.com> > --- > Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml > index 9fdeee07702f..c5b76c9f7ad0 100644 > --- a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml > +++ b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml > @@ -44,6 +44,7 @@ properties: > - qcom,scm-sdm845 > - qcom,scm-sdx55 > - qcom,scm-sdx65 > + - qcom,scm-sm6115 > - qcom,scm-sm6125 > - qcom,scm-sm6350 > - qcom,scm-sm8150 > -- > 2.37.2 >
diff --git a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml index 9fdeee07702f..c5b76c9f7ad0 100644 --- a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml +++ b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml @@ -44,6 +44,7 @@ properties: - qcom,scm-sdm845 - qcom,scm-sdx55 - qcom,scm-sdx65 + - qcom,scm-sm6115 - qcom,scm-sm6125 - qcom,scm-sm6350 - qcom,scm-sm8150
Document the compatible for Qualcomm SM6115 SCM. Signed-off-by: Iskren Chernev <iskren.chernev@gmail.com> --- Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 1 + 1 file changed, 1 insertion(+)