From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lgeamrelo11.lge.com (lgeamrelo11.lge.com [156.147.23.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7A4411F4C8C for ; Tue, 3 Feb 2026 01:18:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.147.23.51 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770081542; cv=none; b=mMpEM/HXh4t7h+QTlzvpcKnnE8E0y9N+Guhc/iwuwZBgva2pDulhhBpicXp1J2kpg0OUYUKfMyIZld6uzCruRsp+z7pAkXx2iOb0YfGazbXSWrj+SGCOMsX5DCs1fbbi3k+FeMjk0G7CF8980bw877HbwNWdNUCb9XcwAVEf6cM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770081542; c=relaxed/simple; bh=dapWv/m2v/rbMM4yss06ex0jo373VH73EfwWrpGQgi8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=au9D9nTAgqU3IUi3sCgnoiM4ekDu+O/NoBj/Nys420yMqRswT02/sCyqDQAvAS2cSD0iVWf+TlgeDEcEGhtOV6V0E9NUEbVRkam3LGaicb+DX75s7M7aLDwWu5kPMxwK5xXgu96GAXFAlt/jX2HsNjk4aSaSfTNFV47ebQFx5Hg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lge.com; spf=pass smtp.mailfrom=lge.com; arc=none smtp.client-ip=156.147.23.51 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lge.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lge.com 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> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: 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> 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 >