devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: arm: Add missing LGE SoC platforms
@ 2025-10-22 18:11 Rob Herring (Arm)
  2025-10-24  5:41 ` Chanho Min
  0 siblings, 1 reply; 2+ messages in thread
From: Rob Herring (Arm) @ 2025-10-22 18:11 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Conor Dooley, Chanho Min; +Cc: devicetree, linux-kernel

LGE LG131x SoCs have been in use for some time, but the root compatibles
have not been documented. Add them.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
 .../devicetree/bindings/arm/lge.yaml          | 28 +++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/lge.yaml

diff --git a/Documentation/devicetree/bindings/arm/lge.yaml b/Documentation/devicetree/bindings/arm/lge.yaml
new file mode 100644
index 000000000000..d983ef7fcbd6
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/lge.yaml
@@ -0,0 +1,28 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/arm/lge.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: LG Electronics SoC Platforms
+
+maintainers:
+  - Chanho Min <chanho.min@lge.com>
+
+properties:
+  $nodename:
+    const: "/"
+  compatible:
+    oneOf:
+      - description: Boards with LG1312 Soc
+        items:
+          - const: lge,lg1312-ref
+          - const: lge,lg1312
+
+      - description: Boards with LG1313 SoC
+        items:
+          - const: lge,lg1313-ref
+          - const: lge,lg1313
+
+additionalProperties: true
+...
-- 
2.51.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] dt-bindings: arm: Add missing LGE SoC platforms
  2025-10-22 18:11 [PATCH] dt-bindings: arm: Add missing LGE SoC platforms Rob Herring (Arm)
@ 2025-10-24  5:41 ` Chanho Min
  0 siblings, 0 replies; 2+ messages in thread
From: Chanho Min @ 2025-10-24  5:41 UTC (permalink / raw)
  To: Rob Herring (Arm), Krzysztof Kozlowski, Conor Dooley
  Cc: devicetree, linux-kernel

23/10/2025 3:11, Rob Herring (Arm) wrote:
> LGE LG131x SoCs have been in use for some time, but the root compatibles
> have not been documented. Add them.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

Acked-by: chanho.min@lge.com

Thanks,
Chanho

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-10-24  6:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-22 18:11 [PATCH] dt-bindings: arm: Add missing LGE SoC platforms Rob Herring (Arm)
2025-10-24  5:41 ` Chanho Min

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).