[PATCH 1/2 v3] dt-bindings: arm: lg: Add compatible for LG1215 SoC and reference board

Chanho Min posted 2 patches 4 weeks ago
[PATCH 1/2 v3] dt-bindings: arm: lg: Add compatible for LG1215 SoC and reference board
Posted by Chanho Min 4 weeks ago
Add compatible strings for the LG1215 SoC and its reference board
(lg,lg1215 and lg,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..0d0661470eaa 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: lg,lg1215-ref
+          - const: lg,lg1215
+
 additionalProperties: true
 ...
-- 
2.34.1
Re: [PATCH 1/2 v3] dt-bindings: arm: lg: Add compatible for LG1215 SoC and reference board
Posted by Krzysztof Kozlowski 4 weeks ago
On Mon, Jan 12, 2026 at 02:34:20PM +0900, Chanho Min wrote:
> Add compatible strings for the LG1215 SoC and its reference board
> (lg,lg1215 and lg,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..0d0661470eaa 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

1215 < 1313, so this looks oddly sorted.


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Best regards,
Krzysztof
Re: [PATCH 1/2 v3] dt-bindings: arm: lg: Add compatible for LG1215 SoC and reference board
Posted by Chanho Min 3 days, 15 hours ago
On Mon, Jan 12, 2026 at 10:07:05AM +0100, Krzysztof Kozlowski wrote:
> On Mon, Jan 12, 2026 at 02:34:20PM +0900, Chanho Min wrote:
> > Add compatible strings for the LG1215 SoC and its reference board
> > (lg,lg1215 and lg,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..0d0661470eaa 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
> 
> 1215 < 1313, so this looks oddly sorted.
> 
> 
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Hi, Krzysztof

Ping, Any update or is it waiting in a queue somewhere?

Chanho
> 
> Best regards,
> Krzysztof
>
Re: [PATCH 1/2 v3] dt-bindings: arm: lg: Add compatible for LG1215 SoC and reference board
Posted by Krzysztof Kozlowski 3 days, 12 hours ago
On 06/02/2026 04:59, Chanho Min wrote:
> On Mon, Jan 12, 2026 at 10:07:05AM +0100, Krzysztof Kozlowski wrote:
>> On Mon, Jan 12, 2026 at 02:34:20PM +0900, Chanho Min wrote:
>>> Add compatible strings for the LG1215 SoC and its reference board
>>> (lg,lg1215 and lg,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..0d0661470eaa 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
>>
>> 1215 < 1313, so this looks oddly sorted.
>>
>>
>> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
> 
> Hi, Krzysztof
> 
> Ping, Any update or is it waiting in a queue somewhere?

You received my comment and review. It is waiting on you.

Best regards,
Krzysztof
Re: [PATCH 1/2 v3] dt-bindings: arm: lg: Add compatible for LG1215 SoC and reference board
Posted by Chanho Min 4 weeks ago
On Mon, Jan 12, 2026 at 10:07:05AM +0100, Krzysztof Kozlowski wrote:
> On Mon, Jan 12, 2026 at 02:34:20PM +0900, Chanho Min wrote:
> > --- 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
> 
> 1215 < 1313, so this looks oddly sorted.

Agreed, the order looks odd numerically.  
But it's intentional to reflect release order (LG131x earlier).

Thanks
Chanho
> 
> 
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
> 
> Best regards,
> Krzysztof
>
Re: [PATCH 1/2 v3] dt-bindings: arm: lg: Add compatible for LG1215 SoC and reference board
Posted by Krzysztof Kozlowski 4 weeks ago
On 12/01/2026 12:10, Chanho Min wrote:
> On Mon, Jan 12, 2026 at 10:07:05AM +0100, Krzysztof Kozlowski wrote:
>> On Mon, Jan 12, 2026 at 02:34:20PM +0900, Chanho Min wrote:
>>> --- 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
>>
>> 1215 < 1313, so this looks oddly sorted.
> 
> Agreed, the order looks odd numerically.  
> But it's intentional to reflect release order (LG131x earlier).
> 

Then you have to remember and enforce the sorting rule here, because I
won't be able.

Best regards,
Krzysztof
Re: [PATCH 1/2 v3] dt-bindings: arm: lg: Add compatible for LG1215 SoC and reference board
Posted by Chanho Min 3 weeks, 6 days ago
On Mon, Jan 12, 2026 at 05:31:26PM +0100, Krzysztof Kozlowski wrote:
> On 12/01/2026 12:10, Chanho Min wrote:
> > On Mon, Jan 12, 2026 at 10:07:05AM +0100, Krzysztof Kozlowski wrote:
> >> On Mon, Jan 12, 2026 at 02:34:20PM +0900, Chanho Min wrote:
> >>> --- 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
> >>
> >> 1215 < 1313, so this looks oddly sorted.
> > 
> > Agreed, the order looks odd numerically.  
> > But it's intentional to reflect release order (LG131x earlier).
> > 
> 
> Then you have to remember and enforce the sorting rule here, because I
> won't be able.

Understood!

Thanks,
Chanho
> 
> Best regards,
> Krzysztof