From patchwork Wed Dec 27 17:09:18 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Othacehe X-Patchwork-Id: 13505405 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 6B869C46CD4 for ; Wed, 27 Dec 2023 17:10:10 +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:References:In-Reply-To: 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: List-Owner; bh=npk61dxr0Ut+C3PkTOBH82wMnBKi/W2n/9ch9xQDMUk=; b=v2izJDNvpjTGCk MmuDN6JaxEusgdLR+kypixMM+CbRmRRGW1cpSh8uoGPFZzQFvcu4P/KYFjaJ+SnPUx1JpI6si5nQd Y6x8/8U4D235OqVptmSwh/Cc4JQczD7ok+gc3rez3MTU5wqnzV14J9WRpqerUEWfZC8pyLK9P0Qvy qFKZiUoe8Q6ir3HVguP4pTEGX7fVWFpv1fH1otrQQrBPI8sS2XT2N6daaNpgoROJ+HbWV8bOgfAmG +rDC/A1CyMIOt+zVChddOPttI4dNAkC1Mgwm+9MgmsHIcDK7icX49Sp1yDJA3XL84+t/HSELgnzmI zle2WZ31XfyabMcZ/ahw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rIXPX-00F9gh-03; Wed, 27 Dec 2023 17:09:39 +0000 Received: from eggs.gnu.org ([2001:470:142:3::10]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rIXPT-00F9f6-1Y for linux-arm-kernel@lists.infradead.org; Wed, 27 Dec 2023 17:09:37 +0000 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rIXPP-0004L1-ES; Wed, 27 Dec 2023 12:09:31 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:References:In-Reply-To:Date:Subject:To: From; bh=k2bv0lubVH8NsRJr5+61Oe3KPK8iIPvWwJlHbhSRxgY=; b=MGGM5Ac68d0OWhbC878t l6BYYiJXF/RRsYKAt432pkyjZOUmLHV6nUQ80S/MlPPfZMmHNEvnrfaRr5BFQbQWUriAdPOpy1wfm gZtZO8kMJsprbdeP9oJFLT+WnIyrLZ0U6FN9wT4eZpEpNUHqK1RHzPCA6ZE4b5jxopHYdzSGYuUNB HWkg1KqBYPTHJiJQ6Y1M4lv2DuOdlK1YINPFzlMKzV/w3OcoTB6FWCbBS/EySKOpi2SWSUyHuUaui vEbkHHmTAgXSQgU+RWL4e1kGSwq86wtKSR9P8Wqpk0pvf9Mqls7INTE2rKpH/HUVjLYfh0jPdq6NN kHjrHWibtkAj1A==; From: Mathieu Othacehe To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Li Yang Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Mathieu Othacehe , Krzysztof Kozlowski Subject: [PATCH v4 1/2] dt-bindings: arm: fsl: Add VAR-SOM-MX93 with Symphony Date: Wed, 27 Dec 2023 18:09:18 +0100 Message-ID: <20231227170919.8771-2-othacehe@gnu.org> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20231227170919.8771-1-othacehe@gnu.org> References: <20231227170919.8771-1-othacehe@gnu.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231227_090935_644200_4AF9169C X-CRM114-Status: UNSURE ( 8.03 ) X-CRM114-Notice: Please train this message. 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 support for Variscite i.MX93 VAR-SOM-MX93 SoM with Symphony board. Reviewed-by: Krzysztof Kozlowski Signed-off-by: Mathieu Othacehe --- Documentation/devicetree/bindings/arm/fsl.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 228dcc5c7d6f..27936edfe054 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -1275,6 +1275,12 @@ properties: - const: tq,imx93-tqma9352 # TQ-Systems GmbH i.MX93 TQMa93xxCA/LA SOM - const: fsl,imx93 + - description: Variscite VAR-SOM-MX93 based boards + items: + - const: variscite,var-som-mx93-symphony + - const: variscite,var-som-mx93 + - const: fsl,imx93 + - description: Freescale Vybrid Platform Device Tree Bindings