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 D5AA6E9129F for ; Fri, 6 Feb 2026 03:59:53 +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-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=8xSIKLcnGHNl6m4xSjUpJK0aYarzDaX3mKOdvRLm3Wg=; b=FS/sD+D6FZ+Ag7VxWmSBxZEEct bCmHjKOToOYrVyPoBpHHWINhjKcIaAKmTNYiyCYsl4MFQSACxXDEvo1cKRnBDXGrzN5A+IeiFt2Y8 UzsqtbZr/dJCNu/hRzVj4cDfWoHwlPopbgw9NFaLHnxe/r+Ei7kcyU2YEsLKKzOvAeDkderilZxxr o5d9uVdpMME0oMlpEsmm86NltrKz3HLMdrbKAZpvfnUf/tNrDdMdQmNbFEzYMNt+CV6GMFvAN3uQh qZnbPkISTXkUUyKcjAxaAiKYSDeecQgRqp7u9MzdEREvaZylu8zVocUvabFEQ0ThwkxbD0lXxKmUw Hu5wIjCw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1voD0U-0000000Aphc-2pUL; Fri, 06 Feb 2026 03:59:46 +0000 Received: from lgeamrelo13.lge.com ([156.147.23.53]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1voD0R-0000000Apgo-0A1M for linux-arm-kernel@lists.infradead.org; Fri, 06 Feb 2026 03:59:45 +0000 Received: from unknown (HELO lgeamrelo04.lge.com) (156.147.1.127) by 156.147.23.53 with ESMTP; 6 Feb 2026 12:59:32 +0900 X-Original-SENDERIP: 156.147.1.127 X-Original-MAILFROM: chanho.min@lge.com Received: from unknown (HELO BRUNHILD) (10.178.31.97) by 156.147.1.127 with ESMTP; 6 Feb 2026 12:59:32 +0900 X-Original-SENDERIP: 10.178.31.97 X-Original-MAILFROM: chanho.min@lge.com Date: Fri, 6 Feb 2026 12:59:32 +0900 From: Chanho Min To: Krzysztof Kozlowski Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner , Neil Armstrong , Kever Yang , Kael D'Alcamo , Manivannan Sadhasivam , Lad Prabhakar , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/2 v3] dt-bindings: arm: lg: Add compatible for LG1215 SoC and reference board Message-ID: References: <20260112053421.3185738-2-chanho.min@lge.com> <20260112-agile-elite-tuatara-dea08d@quoll> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260112-agile-elite-tuatara-dea08d@quoll> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260205_195943_389136_9800AD1C X-CRM114-Status: GOOD ( 16.55 ) 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 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 > > --- > > 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 Hi, Krzysztof Ping, Any update or is it waiting in a queue somewhere? Chanho > > Best regards, > Krzysztof >