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 48879C54EBD for ; Sun, 8 Jan 2023 07:02:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230092AbjAHHCd (ORCPT ); Sun, 8 Jan 2023 02:02:33 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33624 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229745AbjAHHCc (ORCPT ); Sun, 8 Jan 2023 02:02:32 -0500 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0FF9213D69; Sat, 7 Jan 2023 23:02:30 -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 58BF0A25; Sun, 8 Jan 2023 08:02:28 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1673161348; bh=QGE4Hw9aWxGM442kPdYqiBgORm6SRQZOxcp0UzdWwFo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=l1y2uzF4PqApHifao96ZpodLQiF41IlEJ3ykhi79Pz4/FDUK7VLkHOcflV38gXCeD OUDSmUG2C6yf8ujV8+Af/dh9h3/eVVxOi+uJD9cYGv6dO/BqFtnN7T7Q6uTzLnO3Ak 9+puNMVgvreJ4DsJkLw3ckb2KLzWQ/1NEoliZmek= Date: Sun, 8 Jan 2023 09:02:24 +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 1/4] dt-bindings: vendor-prefixes: Add microtips Message-ID: References: <20230103064615.5311-1-a-bhatia1@ti.com> <20230103064615.5311-2-a-bhatia1@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20230103064615.5311-2-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:12PM +0530, Aradhya Bhatia wrote: > Add document vendor prefix for Microtips Technology USA (microtips). > > 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 70ffb3780621..516134cbcb3c 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -821,6 +821,8 @@ patternProperties: > description: Microsoft Corporation > "^microsys,.*": > description: MicroSys Electronics GmbH > + "^microtips,.*": > + description: Microtips Technology USA > "^mikroe,.*": > description: MikroElektronika d.o.o. > "^mikrotik,.*": -- Regards, Laurent Pinchart