Message ID | 20240403104415.30636-2-alexander.reimelt@posteo.de (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | arm64: Add basic support for LG H815 | expand |
On Wed, 03 Apr 2024 10:43:29 +0000, Alexander Reimelt wrote: > International variant of the LG G4 from 2015. > > Signed-off-by: Alexander Reimelt <alexander.reimelt@posteo.de> > --- > Documentation/devicetree/bindings/arm/qcom.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
Hi all, > On Wed, 03 Apr 2024 10:43:29 +0000, Alexander Reimelt wrote: > > International variant of the LG G4 from 2015. > > Signed-off-by: Alexander Reimelt <alexander.reimelt@posteo.de> > > --- > > Documentation/devicetree/bindings/arm/qcom.yaml | 1 + > > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org> Reviewed-by: Petr Vorel <petr.vorel@gmail.com> Kind regards, Petr
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index 66beaac60e1d..76aefd4aac67 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -237,6 +237,7 @@ properties: - items: - enum: - lg,bullhead + - lg,h815 - microsoft,talkman - xiaomi,libra - const: qcom,msm8992
International variant of the LG G4 from 2015. Signed-off-by: Alexander Reimelt <alexander.reimelt@posteo.de> --- Documentation/devicetree/bindings/arm/qcom.yaml | 1 + 1 file changed, 1 insertion(+)