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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 66C14C54EBC for ; Sun, 8 Jan 2023 07:03:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229745AbjAHHDn (ORCPT ); Sun, 8 Jan 2023 02:03:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33980 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229627AbjAHHDm (ORCPT ); Sun, 8 Jan 2023 02:03:42 -0500 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B3A1E167DD; Sat, 7 Jan 2023 23:03:41 -0800 (PST) Received: from pendragon.ideasonboard.com (213-243-189-158.bb.dnainternet.fi [213.243.189.158]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 320A6AD0; Sun, 8 Jan 2023 08:03:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1673161420; bh=SgTISQ/SukTle7e0xStwxxuBquT6G6FT4fVXqIU5d10=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tlXxdsB3tJL9Nji6j8zDKL9EWhQUzr8iu5jWbl6Tse/m5CDXieZqiK4On7683PoFM ae4Eb7vAGRwjdUVc9X+lCUrmY7lIhXwKf4geA/s+nXmKRhKwDnk31Wa7pSknV121on Y3Rhykpy8wACbezlvreFxkLb9EA+VBC/AXtjFaMU= Date: Sun, 8 Jan 2023 09:03:36 +0200 From: Laurent Pinchart To: Aradhya Bhatia Cc: Rob Herring , Krzysztof Kozlowski , Tomi Valkeinen , Jyri Sarha , David Airlie , Daniel Vetter , Thierry Reding , Sam Ravnborg , Maxime Ripard , Liam Girdwood , Mark Brown , Lad Prabhakar , Paul Walmsley , Palmer Dabbelt , Albert Ou , Matthias Brugger , Guo Ren , DRI Development List , Devicetree List , Linux Kernel List , Linux RISC-V List , Linux ARM Kernel List , Linux Mediatek List , Linux C-SKY Arch List , Nishanth Menon , Vignesh Raghavendra , Rahul T R , Devarsh Thakkar , Jai Luthra , Jayesh Choudhary Subject: Re: [RFC PATCH 2/4] dt-bindings: vendor-prefixes: Add lincolntech Message-ID: References: <20230103064615.5311-1-a-bhatia1@ti.com> <20230103064615.5311-3-a-bhatia1@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20230103064615.5311-3-a-bhatia1@ti.com> Precedence: bulk List-ID: X-Mailing-List: linux-csky@vger.kernel.org Hi Aradhya, Thank you for the patch. On Tue, Jan 03, 2023 at 12:16:13PM +0530, Aradhya Bhatia wrote: > Add document vendor prefix for Lincoln Technology Solutions > (lincolntech). > > Signed-off-by: Aradhya Bhatia Reviewed-by: Laurent Pinchart > --- > 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 516134cbcb3c..82427a6ddf97 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -729,6 +729,8 @@ patternProperties: > description: Lichee Pi > "^linaro,.*": > description: Linaro Limited > + "^lincolntech,.*": > + description: Lincoln Technology Solutions > "^linksprite,.*": > description: LinkSprite Technologies, Inc. > "^linksys,.*": -- Regards, Laurent Pinchart