Message ID | 20200212170916.7494-4-alexey.min@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Add initial support for SDM660/630 SoCs | expand |
On Wed, Feb 12, 2020 at 08:09:14PM +0300, Alexey Minnekhanov wrote: > Add a SoC strings for the Qualcomm SDM630 and SDM660 SoCs. > Also document the new xiaomi,lavender compatible used in > a device tree binding. > > Signed-off-by: Alexey Minnekhanov <alexey.min@gmail.com> > --- > Documentation/devicetree/bindings/arm/qcom.yaml | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml > index 529d924931f1..c5af92acd427 100644 > --- a/Documentation/devicetree/bindings/arm/qcom.yaml > +++ b/Documentation/devicetree/bindings/arm/qcom.yaml > @@ -36,6 +36,8 @@ description: | > msm8994 > msm8996 > sc7180 > + sdm630 > + sdm660 > sdm845 > > The 'board' element must be one of the following strings: > @@ -125,6 +127,11 @@ properties: > - samsung,a5u-eur > - const: qcom,msm8916 > > + - items: > + - enum: > + - xiaomi,lavender > + - const: qcom,sdm660 I think you want to keep this sorted by the compatible string and not be in the middle of msm89xx. > + > - items: > - const: qcom,msm8996-mtp > > -- > 2.20.1 >
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index 529d924931f1..c5af92acd427 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -36,6 +36,8 @@ description: | msm8994 msm8996 sc7180 + sdm630 + sdm660 sdm845 The 'board' element must be one of the following strings: @@ -125,6 +127,11 @@ properties: - samsung,a5u-eur - const: qcom,msm8916 + - items: + - enum: + - xiaomi,lavender + - const: qcom,sdm660 + - items: - const: qcom,msm8996-mtp
Add a SoC strings for the Qualcomm SDM630 and SDM660 SoCs. Also document the new xiaomi,lavender compatible used in a device tree binding. Signed-off-by: Alexey Minnekhanov <alexey.min@gmail.com> --- Documentation/devicetree/bindings/arm/qcom.yaml | 7 +++++++ 1 file changed, 7 insertions(+)