From patchwork Fri Dec 1 15:39:27 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Francesco Dolcini X-Patchwork-Id: 13476011 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 979C2C4167B for ; Fri, 1 Dec 2023 15:40:08 +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=pw1UKNZpGdq4vDQV2FVNaXkRJoXsx9LrNKrGxlXecYk=; b=XiSV7dSqCv9Fcj XlIpZk/zxFwV4fCNgTgbYf8Y0c0CTSBVVc8JSrXtopF04r1Yx8gu2n+Mdjwou8r+Uft6+FAnVRtWi gBLC/YFsJK/LdbYJAYdPLqsL6DSpWTky0IFaHr0tv8+3ufwINhCqy8MpouQXYfoJReXPRYC7wl8mM k+UCRK4r62qCxq/P2CaVXFgBqMTGBKCekZxvzjEsRLmKZj1O8RBxZkwy4PSGYJwObsR3hqG+CrGC5 as5WW85DTgx78vHMfVUHnOMvDkkSyi2JYjvbxjzlwyJJfM3XWWQWqTOurVbZ+HPoKpIuuCWSHvwIt 6q03713nRN8eGce68Nqw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1r95cD-00E47G-0z; Fri, 01 Dec 2023 15:39:41 +0000 Received: from mail11.truemail.it ([2001:4b7e:0:8::81]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1r95c9-00E45c-3A for linux-arm-kernel@lists.infradead.org; Fri, 01 Dec 2023 15:39:39 +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 8824B20A0E; Fri, 1 Dec 2023 16:39:33 +0100 (CET) From: Francesco Dolcini To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Li Yang Cc: Francesco Dolcini , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH v2 0/2] arm64: dts: freescale: verdin-imx8mp: add support to mallow board Date: Fri, 1 Dec 2023 16:39:27 +0100 Message-Id: <20231201153929.26590-1-francesco@dolcini.it> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231201_073938_186345_3A4A92BD X-CRM114-Status: UNSURE ( 7.59 ) 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: Francesco Dolcini Add Toradex Verdin IMX8MP Mallow carrier board support. 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 v1: - https://lore.kernel.org/all/20231129164022.143340-1-francesco@dolcini.it/ v2: - remove dt nodes: eeprom_display_adapter, hwmon - add Acked-by: Krzysztof - correct hwmon_temp node compatible to "ti,tmp1075" Joao Paulo Goncalves (2): dt-bindings: arm: fsl: add verdin imx8mp mallow board arm64: dts: freescale: verdin-imx8mp: add support to mallow board .../devicetree/bindings/arm/fsl.yaml | 2 + arch/arm64/boot/dts/freescale/Makefile | 2 + .../dts/freescale/imx8mp-verdin-mallow.dtsi | 199 ++++++++++++++++++ .../imx8mp-verdin-nonwifi-mallow.dts | 18 ++ .../freescale/imx8mp-verdin-wifi-mallow.dts | 18 ++ 5 files changed, 239 insertions(+) create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-verdin-mallow.dtsi create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-verdin-nonwifi-mallow.dts create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-verdin-wifi-mallow.dts