From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CB0DCE7FDF3 for ; Tue, 3 Feb 2026 01:19:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To: Content-Transfer-Encoding:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=6WLwAzn0H5ty8AFN+1OyWBxNluLTKkZwNtuyX7IP0Lc=; b=Fp1Zdrxf23utJlFMcI+ixECNTC CGosc9JqH7TEUEgjn00PsIx2ZtfpnOnqwDgeyQJAy6gLiNq687Qgh80f2T+m8qhCaFFdvBAS3RAPy 7h6zSIkxdsJrF9ZxtIc6gq1TxVuFJr0nbm9NO7iMeCOWV1HKpUD1yvEiAsI5ZesGf/i/+GTopT09B pmmncoGe2PkAnrZPqR8KAZAxcqw/OH5stD5MEebO2Di1QLbtO8UWlcqLa6v68QeDrZ52P0pAh0Ads ea3yhtRe4iz04ub90tfyNP7qF9ngR5IwN8pDzNF95Zxe/2tJUSYOdceEvdTIdJ7UszF98jBcCSboq HXMeUoZQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vn54J-00000005qIV-3P1D; Tue, 03 Feb 2026 01:19:03 +0000 Received: from lgeamrelo11.lge.com ([156.147.23.51]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1vn54G-00000005qIB-0j49 for linux-arm-kernel@lists.infradead.org; Tue, 03 Feb 2026 01:19:02 +0000 Received: from unknown (HELO lgeamrelo02.lge.com) (156.147.1.126) by 156.147.23.51 with ESMTP; 3 Feb 2026 10:18:50 +0900 X-Original-SENDERIP: 156.147.1.126 X-Original-MAILFROM: chanho.min@lge.com Received: from unknown (HELO BRUNHILD) (10.178.31.97) by 156.147.1.126 with ESMTP; 3 Feb 2026 10:18:50 +0900 X-Original-SENDERIP: 10.178.31.97 X-Original-MAILFROM: chanho.min@lge.com Date: Tue, 3 Feb 2026 10:18:50 +0900 From: Chanho Min To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner , Neil Armstrong , Kever Yang , Kael D'Alcamo , Manivannan Sadhasivam , Lad Prabhakar Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v3 0/2] arm64: dts: Initial support for LG1215 TV SoC Message-ID: References: <20260112053421.3185738-1-chanho.min@lge.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20260112053421.3185738-1-chanho.min@lge.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260202_171900_471466_E2D65DB8 X-CRM114-Status: GOOD ( 14.43 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Jan 12, 2026 at 02:34:19PM +0900, Chanho Min wrote: > 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 Hi, Gentle ping on the LG1215 series (v3) — Acked-by received, but still not picked up. Any update or is it waiting in a queue somewhere? Thanks! Chanho > > -- > 2.34.1 >