From patchwork Tue Sep 24 12:00:42 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Francesco Dolcini X-Patchwork-Id: 13810855 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 30346CF9C73 for ; Tue, 24 Sep 2024 12:03:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type: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=V+swmTvqd/t9RZT5+SFji75XjrVPBPAJd5GtKU0hUjM=; b=iv1N61YqyTRbd73MvHex+pu8Sn vJu4l3mrFwAX/pQxBr7ihGKsssaFeE5yek8mj+JkpcEQp8mqWSEKh4Ceotl949NASe5NCD8KLmrb5 8WJenoRxgVvznh9d9FeT7PiOw70Sc0hmgYphAhvo+fM+vwWgyCHDm2bRzVJo98nUhRfeVkDbv7T9n gzqGAvGBAVUlYpXaKvzhu4yYBQSVzyKmGFwyXhQtd92WNwy+rdvUdjhOKOcE80roDyjC5nHcw+605 shugst5U43t79RqklDQzynVnq45QhuMTCgcs/3FrReWE8BqchW9B0ApV1M/ZZJM8q4y0crMawAc34 AuBu7OXA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1st4G8-00000002Fut-2KIQ; Tue, 24 Sep 2024 12:03:12 +0000 Received: from mail11.truemail.it ([2001:4b7e:0:8::81]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1st4Ds-00000002FTa-3BfA for linux-arm-kernel@lists.infradead.org; Tue, 24 Sep 2024 12:00:54 +0000 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 EAC751FAA3; Tue, 24 Sep 2024 14:00:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dolcini.it; s=default; t=1727179251; bh=V+swmTvqd/t9RZT5+SFji75XjrVPBPAJd5GtKU0hUjM=; h=From:To:Subject; b=ceegyyovWvivNLoopbL2RbfMM41sePS4ECNoIFg0TR+VsSkycID7Vzkwi448K9v8i SftlccJuYN3fgb0uC/a9wyhyCfHNCk+vuZQtB46VX+kakWcsItQhyvZex7uLezvGxh 6bgho+znqPFTZq0jQQCpdmgGbMjLMBdFp2iqLD45ZPLWLfB2kzPHh1JwTPnD0b8uuj 5m7lJIU4jFRG/IJGKlbbqauPy1IZpvSBHpEZvYwvkq78SHS7krjeEQdOSahq/exjr7 W4YrtTn0XRzdubMakXLNvSsVgWP6t67vcGIkvc2Rwkd13s88KzI4vnWWP0ZsX2hBf3 tfSk0IiJ+kFew== From: Francesco Dolcini To: Nishanth Menon , Vignesh Raghavendra , Tero Kristo , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: =?utf-8?q?Jo=C3=A3o_Paulo_Gon=C3=A7alves?= , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Francesco Dolcini Subject: [PATCH v1 1/3] dt-bindings: arm: ti: Add verdin am62 ivy board Date: Tue, 24 Sep 2024 14:00:42 +0200 Message-Id: <20240924120044.130913-2-francesco@dolcini.it> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20240924120044.130913-1-francesco@dolcini.it> References: <20240924120044.130913-1-francesco@dolcini.it> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240924_050053_117525_03201624 X-CRM114-Status: UNSURE ( 7.45 ) 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 From: João Paulo Gonçalves Add Toradex Verdin Ivy carrier board support. https://www.toradex.com/products/carrier-board/ivy-carrier-board Signed-off-by: João Paulo Gonçalves Signed-off-by: Francesco Dolcini Acked-by: Conor Dooley --- Documentation/devicetree/bindings/arm/ti/k3.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentation/devicetree/bindings/arm/ti/k3.yaml index 5df99e361c21..bccb4d2e31e4 100644 --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml @@ -56,6 +56,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-ivy # Verdin AM62 Module on Ivy - 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 without Wi-Fi / BT @@ -67,6 +68,7 @@ properties: - enum: - toradex,verdin-am62-wifi-dahlia # Verdin AM62 Wi-Fi / BT Module on Dahlia - toradex,verdin-am62-wifi-dev # Verdin AM62 Wi-Fi / BT M. on Verdin Development B. + - toradex,verdin-am62-wifi-ivy # Verdin AM62 Wi-Fi / BT Module on Ivy - toradex,verdin-am62-wifi-mallow # Verdin AM62 Wi-Fi / BT Module on Mallow - toradex,verdin-am62-wifi-yavia # Verdin AM62 Wi-Fi / BT Module on Yavia - const: toradex,verdin-am62-wifi # Verdin AM62 Wi-Fi / BT Module