[PATCH 2/3] dt-bindings: arm: lge: Add compatible for LG1215 SoC and reference board

Chanho Min posted 3 patches 1 month ago
There is a newer version of this series
[PATCH 2/3] dt-bindings: arm: lge: Add compatible for LG1215 SoC and reference board
Posted by Chanho Min 1 month ago
Add compatible strings for the LG1215 SoC and its reference board
(lge,lg1215 and lge,lg1215-ref).

This SoC is the next SoC following the LG1313 series, developed
by LG Electronics.

Signed-off-by: Chanho Min <chanho.min@lge.com>
---
 Documentation/devicetree/bindings/arm/lge.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/lge.yaml b/Documentation/devicetree/bindings/arm/lge.yaml
index d983ef7fcbd6..25750047131b 100644
--- a/Documentation/devicetree/bindings/arm/lge.yaml
+++ b/Documentation/devicetree/bindings/arm/lge.yaml
@@ -24,5 +24,10 @@ properties:
           - const: lge,lg1313-ref
           - const: lge,lg1313
 
+      - description: Boards with LG1215 SoC
+        items:
+          - const: lge,lg1215-ref
+          - const: lge,lg1215
+
 additionalProperties: true
 ...
Re: [PATCH 2/3] dt-bindings: arm: lge: Add compatible for LG1215 SoC and reference board
Posted by Krzysztof Kozlowski 1 month ago
On 08/01/2026 09:22, Chanho Min wrote:
> Add compatible strings for the LG1215 SoC and its reference board
> (lge,lg1215 and lge,lg1215-ref).
> 
> This SoC is the next SoC following the LG1313 series, developed
> by LG Electronics.
> 
> Signed-off-by: Chanho Min <chanho.min@lge.com>
> ---
>  Documentation/devicetree/bindings/arm/lge.yaml | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/lge.yaml b/Documentation/devicetree/bindings/arm/lge.yaml
> index d983ef7fcbd6..25750047131b 100644
> --- a/Documentation/devicetree/bindings/arm/lge.yaml
> +++ b/Documentation/devicetree/bindings/arm/lge.yaml
> @@ -24,5 +24,10 @@ properties:
>            - const: lge,lg1313-ref
>            - const: lge,lg1313
>  
> +      - description: Boards with LG1215 SoC
> +        items:
> +          - const: lge,lg1215-ref

lg, not lge.


Best regards,
Krzysztof