From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lgeamrelo13.lge.com (lgeamrelo13.lge.com [156.147.23.53]) (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 8F882334683 for ; Fri, 6 Feb 2026 03:59:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.147.23.53 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770350381; cv=none; b=ZOwKI3OME6VOq+c7X3FI8qFYL1wNVpQpGAapvkXFUCLfnppMhouoS1gHJ3AwtDnpzP5ivdSlkWrt1cNtZ2uEz7qvMn4J+jrKalN0OuvNXnjwzk7MWKSe6iNRJjZBP+8Ac8XT6atQeul5SUXlh9uh0ZPoqjvSKUFe0r4yS/wr4lA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770350381; c=relaxed/simple; bh=thWW67JVlurzQRV3L2G5kZ/NYJiFqqge+0N0zVioDiw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=pcA2bBqELDxHPqcCqcH8wz0jBqG9KRjekSp/3Qoa9QQ5qKuOWjZNlEq+9zOODE9nph05ILR3lyimxdCR5S5X3DWkYuUH5tPVM5nFPejMPsPopnUbkIfNP4xwE/0GkPmw30nQ3Xw/sXwAVun1qYgSSDzSCzicd6OXybaw2f6nXBU= 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.53 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 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> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260112-agile-elite-tuatara-dea08d@quoll> 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 >