[PATCH v3 0/2] arm64: dts: Initial support for LG1215 TV SoC

From: Chanho Min

Date: Mon Jan 12 2026 - 00:34:54 EST


This patch series adds initial device tree support for the LG1215
TV SoC and its reference board

Chanho Min (2):
dt-bindings: arm: lg: Add compatible for LG1215 SoC and reference
board
arm64: dts: lg: Initial support for LG1215 SoC and reference board

v2:
- Switched to "lg," prefix
- Dropped vendor-prefixes.yaml change
- Fixed DT coding style issues (validated with DTB_CHECK=y make)

v3:
- Removed changelog from commit message

.../devicetree/bindings/arm/lge.yaml | 5 +
arch/arm64/boot/dts/lg/Makefile | 1 +
arch/arm64/boot/dts/lg/lg1215-ref.dts | 50 +++
arch/arm64/boot/dts/lg/lg1215.dtsi | 290 ++++++++++++++++++
4 files changed, 346 insertions(+)
create mode 100644 arch/arm64/boot/dts/lg/lg1215-ref.dts
create mode 100644 arch/arm64/boot/dts/lg/lg1215.dtsi

--
2.34.1