From nobody Tue Dec 16 20:34:47 2025 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 3F98CC4167B for ; Fri, 1 Dec 2023 14:56:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1379278AbjLAOz6 (ORCPT ); Fri, 1 Dec 2023 09:55:58 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33248 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1379262AbjLAOzx (ORCPT ); Fri, 1 Dec 2023 09:55:53 -0500 Received: from mail11.truemail.it (mail11.truemail.it [217.194.8.81]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EBC2010F9; Fri, 1 Dec 2023 06:55:57 -0800 (PST) Received: from francesco-nb.pivistrello.it (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) by mail11.truemail.it (Postfix) with ESMTPA id 0A36C211B3; Fri, 1 Dec 2023 15:55:56 +0100 (CET) From: Francesco Dolcini To: Nishanth Menon , Vignesh Raghavendra , Tero Kristo , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: Joao Paulo Goncalves , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski , Francesco Dolcini Subject: [PATCH v2 2/3] dt-bindings: arm: ti: add verdin am62 mallow board Date: Fri, 1 Dec 2023 15:55:50 +0100 Message-Id: <20231201145551.23337-3-francesco@dolcini.it> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20231201145551.23337-1-francesco@dolcini.it> References: <20231201145551.23337-1-francesco@dolcini.it> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" From: Joao Paulo Goncalves Add Mallow carrier board for wifi and nonwifi variants of Toradex Verdin AM62 SoM. Mallow is a low-cost carrier board in the Verdin family with a small form factor and build for volume production making it ideal for industrial and embedded applications. https://www.toradex.com/products/carrier-board/mallow-carrier-board Acked-by: Krzysztof Kozlowski Signed-off-by: Joao Paulo Goncalves Signed-off-by: Francesco Dolcini --- v2: add acked-by --- Documentation/devicetree/bindings/arm/ti/k3.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentati= on/devicetree/bindings/arm/ti/k3.yaml index 03d2a0d79fb0..c6506bccfe88 100644 --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml @@ -50,6 +50,7 @@ properties: - enum: - toradex,verdin-am62-nonwifi-dahlia # Verdin AM62 Module on= Dahlia - toradex,verdin-am62-nonwifi-dev # Verdin AM62 Module on= Verdin Development Board + - toradex,verdin-am62-nonwifi-mallow # Verdin AM62 Module on= Mallow - toradex,verdin-am62-nonwifi-yavia # Verdin AM62 Module on= Yavia - const: toradex,verdin-am62-nonwifi # Verdin AM62 Module wi= thout Wi-Fi / BT - const: toradex,verdin-am62 # Verdin AM62 Module @@ -60,6 +61,7 @@ properties: - enum: - toradex,verdin-am62-wifi-dahlia # Verdin AM62 Wi-Fi / BT M= odule on Dahlia - toradex,verdin-am62-wifi-dev # Verdin AM62 Wi-Fi / BT M= . on Verdin Development B. + - toradex,verdin-am62-wifi-mallow # Verdin AM62 Wi-Fi / BT M= odule on Mallow - toradex,verdin-am62-wifi-yavia # Verdin AM62 Wi-Fi / BT M= odule on Yavia - const: toradex,verdin-am62-wifi # Verdin AM62 Wi-Fi / BT M= odule - const: toradex,verdin-am62 # Verdin AM62 Module --=20 2.25.1