From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Date: Mon, 1 Jul 2024 12:29:49 -0600 Subject: [PATCH v1 1/3] dt-bindings: vendor-prefixes: Add prefix for ieisystems In-Reply-To: <20240701105259.972135-1-liuxiwei@ieisystem.com> References: <20240701105259.972135-1-liuxiwei@ieisystem.com> Message-ID: <20240701182949.GA341683-robh@kernel.org> List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Mon, Jul 01, 2024 at 06:52:57PM +0800, George Liu wrote: > Add a vendor prefix entry for ieisystems ieisystems or IEIT SYSTEMS > > Signed-off-by: George Liu Or ieisystem? Using the domain name (minus .com, etc.) is common practice. > --- > 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 573578db9509..0ffa8d06aea9 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -609,6 +609,8 @@ patternProperties: > description: IC Plus Corp. > "^idt,.*": > description: Integrated Device Technologies, Inc. > + "^ieit,.*": > + description: IEIT SYSTEMS Co.?Ltd. > "^ifi,.*": > description: Ingenieurburo Fur Ic-Technologie (I/F/I) > "^ilitek,.*": > -- > 2.34.1 >