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 E81B1212B0A for ; Fri, 9 Jan 2026 01:36:33 +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=1767922597; cv=none; b=kheW4sUMF8GJZb1jGaYjEGcwUCOndE1tMHX/w06CCFcYk8z13a3Wr1bc5UwGA+sDkWadBmeCjZROx98NlWEwZkmcxfnAfPMVgonwk4Airqo1oU4NI5Mnn3UBZ4czlIRfnRpKwKbE4NqJUC4UXDRhiC/THjggbWBYrGQbvDqEAEE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767922597; c=relaxed/simple; bh=VJoLg8i2QJP9t6FS+lG6K569H3qlW9/hKP3ePxxR5/A=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=TXHOyhvtWf5PWR2WZvdhDMIbzgWnuRwLG3QXga2XtR6F6q9B6z60dWRluOCmUcCwOF2pMqL9ITHHmWfpk/RAzMlVHXLJ5ZyrPEKwOwOfZehHROGClVYzPmj+M1g2S3Y+iPphmY1WPtcRcYITXZ2o3TAH9UgCQcrZGe4TogHNrlc= 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 lgemrelse7q.lge.com) (156.147.1.151) by 156.147.23.53 with ESMTP; 9 Jan 2026 10:36:26 +0900 X-Original-SENDERIP: 156.147.1.151 X-Original-MAILFROM: chanho.min@lge.com Received: from unknown (HELO BRUNHILD) (10.178.31.97) by 156.147.1.151 with ESMTP; 9 Jan 2026 10:36:26 +0900 X-Original-SENDERIP: 10.178.31.97 X-Original-MAILFROM: chanho.min@lge.com Date: Fri, 9 Jan 2026 10:36:25 +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 , Gunho Lee , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/3] dt-bindings: vendor-prefixes: Add 'lge,*' for LG Electronics Message-ID: References: <20260108082213.6545-1-chanho.min@lge.com> <20260108082213.6545-2-chanho.min@lge.com> <49d28c7d-a08c-4543-b3bd-a23d36785c28@kernel.org> <0b80d046-6141-4389-b666-592859468b8f@kernel.org> 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: <0b80d046-6141-4389-b666-592859468b8f@kernel.org> On Thu, Jan 08, 2026 at 05:46:53PM +0100, Krzysztof Kozlowski wrote: > On 08/01/2026 17:39, Krzysztof Kozlowski wrote: > > On 08/01/2026 09:22, Chanho Min wrote: > >> Currently 'lg,*' is used for LG Corporation, but LG Electronics uses > >> 'lge' as vendor prefix for many of its device tree bindings > >> (lg1k SoCs, etc). > >> > >> Add 'lge' vendor prefix entry to avoid confusion with 'lg'. > >> > >> Signed-off-by: Chanho Min > >> --- > >> Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > >> 1 file changed, 2 insertions(+) > >> > >> diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml > >> index c7591b2aec2a..6c31fa4bee6a 100644 > >> --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > >> +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > >> @@ -907,6 +907,8 @@ patternProperties: > >> description: Lenovo Group Ltd. > >> "^lg,.*": > >> description: LG Corporation > >> + "^lge,.*": > > > > NAK, we have been there and I do not change my stance. > > Unless you meant to add it because of EXISTING device trees (predating > commit fc75109288709 from Rob), then add with deprecated: true and don't > use it any new compatibles. > > Best regards, > Krzysztof Hi Krzysztof v2 will include: - "lg," prefix only ("lg,lg1215-ref", "lg,lg1215") - Drop "^lge,.*" from vendor-prefixes.yaml - dts coding style fixes in patch 3 Existing "lge," → "lg," conversion will be sent separately soon. Thanks Chanho Min