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 X-Spam-Level: X-Spam-Status: No, score=-9.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4F911C352A2 for ; Thu, 6 Feb 2020 11:33:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2E78A20730 for ; Thu, 6 Feb 2020 11:33:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727505AbgBFLdl (ORCPT ); Thu, 6 Feb 2020 06:33:41 -0500 Received: from Galois.linutronix.de ([193.142.43.55]:37586 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727060AbgBFLdl (ORCPT ); Thu, 6 Feb 2020 06:33:41 -0500 Received: from [5.158.153.53] (helo=adam.lab.linutronix.de) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1izfPf-0001yw-6E; Thu, 06 Feb 2020 12:33:39 +0100 From: bage@linutronix.de To: devicetree@vger.kernel.org Cc: Bastian Germann , Rob Herring , Mark Rutland , Maxime Ripard , Benedikt Spranger Subject: [PATCH 1/5] dt-bindings: Add vendor prefix lx for Linutronix Date: Thu, 6 Feb 2020 12:33:23 +0100 Message-Id: <20200206113328.7296-2-bage@linutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200206113328.7296-1-bage@linutronix.de> References: <20200206113328.7296-1-bage@linutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Bastian Germann Add a vendor prefix for lx, known as Linutronix GmbH. Website: https://linutronix.de/ Co-developed-by: Benedikt Spranger Signed-off-by: Benedikt Spranger Signed-off-by: Bastian Germann --- 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 7fcd48adc276..f6fea38b0848 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -561,6 +561,8 @@ patternProperties: description: LSI Corp. (LSI Logic) "^lwn,.*": description: Liebherr-Werk Nenzing GmbH + "^lx,.*": + description: Linutronix GmbH "^macnica,.*": description: Macnica Americas "^mapleboard,.*": -- 2.20.1