From mboxrd@z Thu Jan 1 00:00:00 1970 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 30CEBC25B75 for ; Thu, 6 Jun 2024 09:10:27 +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=BhW1r5ELP9Hhm+zMb3i/sygOtoMiGwt77hzkPqnG2yQ=; b=l4TaBSnM8iN1Sn YKHmUloPzlGuElDo3ts0U4miGV3fipod2MgWBhhtIB67/tmapaxKqrTqWf6OTKu9ao34XARSNEwig ng08j+pxsjnfcurXCWJ3Fp13F31patFzhe+hyz7d0w6738BcnYq6kVmbozlHbstOPmdGLpZx0/822 oPHzAW22uw2XOwEDq3NBPMtjzcJSIRx55QWnewyFkFyDiK9W7WRtnTllNKklkgdqd2yGE8p+rMs1x z2xl7cEu47lfMbbEoFBX16PboBU4trOXFH5kOXml41Wy2TF2lC9o1vjzHHsIPo/Ei+WX3hiGHyxYj AKYVRTgruUUirl7PcArQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sF98P-000000092iw-2kJy; Thu, 06 Jun 2024 09:10:13 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sF98M-000000092h3-2Dwj for linux-arm-kernel@lists.infradead.org; Thu, 06 Jun 2024 09:10:11 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id DDA3E61CE6; Thu, 6 Jun 2024 09:10:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6E221C3277B; Thu, 6 Jun 2024 09:02:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1717664539; bh=aI1uY2JkIFv49wkndJdFla4RkxMA1ro2reo6rPm40Lc=; h=From:To:Cc:Subject:Date:From; b=DNjPGWpRTKgNoFfrNShpv8HfmT32GYqbdvbxB96anseRQkVufCH7u1hQPI34iHI/F eOriX6W0KiC0mbFTscBG4842Okh+GnpYAR4ogQzjzLTBjQnb4KHgT57pkjMM8C77HR 0KKThcg0p55reSWy9rgCmfftGczF/e3e8GReYaIwtvl11pifEoSX5dY97QhCS/DhP0 Ax5puUo9CkA3AogUQs72WezouRsBzuCu7XQ8CzWCp7wglsg3YExXxAWZzOe4U28037 YZYaLZN4qeia3Q4JVdr56KU5tnKzMhVT/ArqKnVLZcMUs/o8dssTvKYooiXijmJ4ED n1PsG6pqdXVAw== From: Michael Walle To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Li Yang Cc: Pengutronix Kernel Team , Fabio Estevam , Priit Laes , Michael Grzeschik , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Marco Felsch , imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, Michael Walle Subject: [PATCH v2 00/13] ARM: dts: kontron-samx6i: various fixes Date: Thu, 6 Jun 2024 11:01:53 +0200 Message-Id: <20240606090206.2021237-1-mwalle@kernel.org> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240606_021010_634996_F8E4E015 X-CRM114-Status: GOOD ( 13.49 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org While working on a new PHY support for this board I've noticed quite a few errors. Fix these and introduce an actual board for the module. For now, there was just a dtsi and no actual user of it. v2: - new patch to fix the node names to make the schema happy - new patch to fix the PCIe reset line polarity - new patch to remove the unused and invalid wake-up-gpio property - add required poperties for the supply voltages to the wm8904 node - enable PCIe in the ADS2 device tree include Michael Walle (13): ARM: dts: imx6qdl-kontron-samx6i: fix phy-mode ARM: dts: imx6qdl-kontron-samx6i: fix PHY reset ARM: dts: imx6qdl-kontron-samx6i: fix board reset ARM: dts: imx6qdl-kontron-samx6i: cleanup the PMIC node ARM: dts: imx6qdl-kontron-samx6i: fix SPI0 chip selects ARM: dts: imx6qdl-kontron-samx6i: fix product name ARM: dts: imx6qdl-kontron-samx6i: always enable eMMC ARM: dts: imx6qdl-kontron-samx6i: add SDIO_PWR_EN support ARM: dts: imx6qdl-kontron-samx6i: fix node names ARM: dts: imx6qdl-kontron-samx6i: fix PCIe reset polarity ARM: dts: imx6qdl-kontron-samx6i: remove wake-up-gpio property dt-bindings: arm: fsl: document Kontron SMARC-sAMX6i boards ARM: dts: imx6qdl-kontron-samx6i: add actual device trees .../devicetree/bindings/arm/fsl.yaml | 12 ++ arch/arm/boot/dts/nxp/imx/Makefile | 2 + .../nxp/imx/imx6dl-kontron-samx6i-ads2.dts | 12 ++ .../dts/nxp/imx/imx6dl-kontron-samx6i.dtsi | 2 +- .../dts/nxp/imx/imx6q-kontron-samx6i-ads2.dts | 12 ++ .../dts/nxp/imx/imx6q-kontron-samx6i.dtsi | 25 +-- .../nxp/imx/imx6qdl-kontron-samx6i-ads2.dtsi | 148 ++++++++++++++++++ .../dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi | 58 ++++--- 8 files changed, 225 insertions(+), 46 deletions(-) create mode 100644 arch/arm/boot/dts/nxp/imx/imx6dl-kontron-samx6i-ads2.dts create mode 100644 arch/arm/boot/dts/nxp/imx/imx6q-kontron-samx6i-ads2.dts create mode 100644 arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i-ads2.dtsi -- 2.39.2 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel