Message ID | 20210911232707.259615-8-luca@z3ntu.xyz (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | Initial LG G Watch R support | expand |
On Sun, Sep 12, 2021 at 01:27:01AM +0200, Luca Weiss wrote: > Document the APQ8026 (based on MSM8226) SoC device-tree binding and the > LG G Watch R. Looks like this was applied, but lg vs. lge needs to be sorted first. IMO, we should fix the one instance of 'lge'. > > Signed-off-by: Luca Weiss <luca@z3ntu.xyz> > --- > Documentation/devicetree/bindings/arm/qcom.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml > index 880ddafc634e..da44688133af 100644 > --- a/Documentation/devicetree/bindings/arm/qcom.yaml > +++ b/Documentation/devicetree/bindings/arm/qcom.yaml > @@ -25,6 +25,7 @@ description: | > The 'SoC' element must be one of the following strings: > > apq8016 > + apq8026 > apq8074 > apq8084 > apq8096 > @@ -92,6 +93,11 @@ properties: > - qcom,apq8016-sbc > - const: qcom,apq8016 > > + - items: > + - enum: > + - lge,lenok > + - const: qcom,apq8026 > + > - items: > - enum: > - qcom,apq8064-cm-qs600 > -- > 2.33.0 > >
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index 880ddafc634e..da44688133af 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -25,6 +25,7 @@ description: | The 'SoC' element must be one of the following strings: apq8016 + apq8026 apq8074 apq8084 apq8096 @@ -92,6 +93,11 @@ properties: - qcom,apq8016-sbc - const: qcom,apq8016 + - items: + - enum: + - lge,lenok + - const: qcom,apq8026 + - items: - enum: - qcom,apq8064-cm-qs600
Document the APQ8026 (based on MSM8226) SoC device-tree binding and the LG G Watch R. Signed-off-by: Luca Weiss <luca@z3ntu.xyz> --- Documentation/devicetree/bindings/arm/qcom.yaml | 6 ++++++ 1 file changed, 6 insertions(+)