From patchwork Thu Apr 6 21:53:12 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoph Niedermaier X-Patchwork-Id: 670860 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 3B7A4C77B6C for ; Thu, 6 Apr 2023 21:56:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239408AbjDFVz3 (ORCPT ); Thu, 6 Apr 2023 17:55:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42418 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229792AbjDFVzE (ORCPT ); Thu, 6 Apr 2023 17:55:04 -0400 Received: from mx3.securetransport.de (mx3.securetransport.de [IPv6:2a01:4f8:c0c:92be::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 0D23C9EF3; Thu, 6 Apr 2023 14:55:00 -0700 (PDT) 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 mx3.securetransport.de (Postfix) with ESMTPSA id 420D75DCC3; Thu, 6 Apr 2023 23:54:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dh-electronics.com; s=dhelectronicscom; t=1680818073; bh=BA4DXr4j+vfbz3sRSTJOe2l521vHySmc4UI+yA4PvGw=; h=From:To:CC:Subject:Date:From; b=OGN5CO05d0rM+yz4W0kV2KZElCK9/JMDDoKk0tzeQM3ajMNvuv16l6TomP6A3evFu MVjca1Xs998auUKCKXVowCN3+AOL0Vx1Fik8Mms+a9iXaEGk4ixFG6jhDnxaCHzVlW mHH5YU+iFZ4/L9kYfeKMvwGe+mt1FLlEYO8vphTYBCB0smtg/AD1Ehp3WeYlwbU2CD dD8uG3rb8ngK5qDmbyV2+9JMQU9vnnWQpUnThBKEo2CeXeZIWYwVygLHcqKnGg6UvR +jnpftzW0sA81Dvrlhp84j/N/xFRhvKAZAW6jm89GG4ZY1a7RvcmfqKM3hXy8VVqRr MQdfa1rBBAOxQ== 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.1118.26; Thu, 6 Apr 2023 23:54:25 +0200 Received: from localhost.localdomain (172.16.51.16) 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.1118.26 via Frontend Transport; Thu, 6 Apr 2023 23:54:24 +0200 From: Christoph Niedermaier To: CC: Christoph Niedermaier , Rob Herring , Krzysztof Kozlowski , Marek Vasut , "Fabio Estevam" , , Subject: [PATCH V3 1/4] dt-bindings: Add Marantec vendor prefix Date: Thu, 6 Apr 2023 23:53:12 +0200 Message-ID: <20230406215315.13280-1-cniedermaier@dh-electronics.com> X-Mailer: git-send-email 2.11.0 X-klartext: yes MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.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 --- 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 055704dce3d1..f58e5ef2bedd 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -789,6 +789,8 @@ patternProperties: description: Mantix Display Technology Co.,Ltd. "^mapleboard,.*": description: Mapleboard.org + "^marantec,.*": + description: Marantec electronics GmbH "^marvell,.*": description: Marvell Technology Group Ltd. "^maxbotix,.*":