From patchwork Mon Oct 16 15:04:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoph Niedermaier X-Patchwork-Id: 13423524 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 04E49CDB465 for ; Mon, 16 Oct 2023 15:06:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=AHfPZy2LNKn3huF/+Xhm5HZQS0UoFYEv81PtEeJBfnU=; b=vIuKU+LH1KP/sY B5Cs4zDJ7T0ip5LgjBiYWuz+qyfPYM+1H99xNQSjvskNBh07tXrtqVFVZVzlPiz030nmsiDr7KFWW M3cqEqNTV4effje/GwyAGz6hMAg+UmShJAaB1Yzg29imh4MATA0bEaEuiyCREiQvhkUoEHWtwAHEB H5qqsPoKMKf8VlNmiZ7JpiutNvqIzFbTGz/QlV3A1oKpLLGGae0V6CKkVW9NxYYXEOkk/rQfMQ1xc EpYUC7FNCQFW+qMXxEy14PztBBquwwhk47rBOLZ2Je5W9X7+Z63PIP4HyHDJoRAsoVuUbbKIE0Q8V dIOc361cJOS8FKVmed/Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qsPAT-009wLr-1U; Mon, 16 Oct 2023 15:06:05 +0000 Received: from mx4.securetransport.de ([178.254.6.145]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qsPAP-009wL8-2v for linux-arm-kernel@lists.infradead.org; Mon, 16 Oct 2023 15:06:03 +0000 Received: from mail.dh-electronics.com (unknown [77.24.89.57]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx4.securetransport.de (Postfix) with ESMTPSA id BFB32720391; Mon, 16 Oct 2023 17:05:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dh-electronics.com; s=dhelectronicscom; t=1697468727; bh=Tf8nOfbtKfWYOFbWdHje3ndT0ZLjeTdxnZ+BtAhUWc0=; h=From:To:CC:Subject:Date:From; b=GIfNNGbwwRyXJl6/y8YxUEIyFdR9/h+K/reAwMpYz8IGjOLgavW0UGYS2CaHZXgMg kmdVwQwts5MCydT94KFq0MTLI8nsdDsVS1qc4olhIqDAju8x2HIOZeiE7mW/qAVIoc ZWd+NosZJnUNC5SzYC+z7L+buGMF3E/SBESdsDAFfGSyQ9Vnel8mgIMQxPxJ2VX/R9 4kLEczXnlezyuN77RlH4YarX5kYVbGiqHOzftYZ9lMPRlOVROnTiMLVAgr17Txvla1 tlJY3XoIbqcpx0kW9UJOgx1DOGZB8moCNS/W8CalyVMUqgxoDFEZOt/Btln5tvj+g/ YPxJfvdEoYXsA== Received: from DHPWEX01.DH-ELECTRONICS.ORG (10.64.2.30) by DHPWEX01.DH-ELECTRONICS.ORG (10.64.2.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1258.27; Mon, 16 Oct 2023 17:05:22 +0200 Received: from localhost.localdomain (172.16.51.3) by DHPWEX01.DH-ELECTRONICS.ORG (10.64.2.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1258.27 via Frontend Transport; Mon, 16 Oct 2023 17:05:22 +0200 From: Christoph Niedermaier To: CC: Christoph Niedermaier , Rob Herring , Krzysztof Kozlowski , Marek Vasut , "Fabio Estevam" , , Subject: [PATCH V5] dt-bindings: Add Marantec vendor prefix Date: Mon, 16 Oct 2023 17:04:15 +0200 Message-ID: <20231016150415.3196-1-cniedermaier@dh-electronics.com> X-Mailer: git-send-email 2.11.0 X-klartext: yes MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231016_080602_111993_71BE5DAD X-CRM114-Status: GOOD ( 11.59 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Add vendor prefix for Marantec electronics GmbH. Signed-off-by: Christoph Niedermaier Acked-by: Krzysztof Kozlowski --- Cc: Rob Herring Cc: Krzysztof Kozlowski Cc: Marek Vasut Cc: Fabio Estevam Cc: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org To: linux-arm-kernel@lists.infradead.org --- V2: - Add this patch to the series V3: - Add Acked-by tag V4: - No changes V5: - Rebase on current next 20231016 --- 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 7ff33cf10fcc..e91787ded3fb 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -819,6 +819,8 @@ patternProperties: description: Mantix Display Technology Co.,Ltd. "^mapleboard,.*": description: Mapleboard.org + "^marantec,.*": + description: Marantec electronics GmbH "^marvell,.*": description: Marvell Technology Group Ltd. "^maxbotix,.*":