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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 75AC2C433F5 for ; Fri, 11 Feb 2022 09:25:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348565AbiBKJZL (ORCPT ); Fri, 11 Feb 2022 04:25:11 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:40420 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348558AbiBKJZE (ORCPT ); Fri, 11 Feb 2022 04:25:04 -0500 Received: from mout.perfora.net (mout.perfora.net [74.208.4.194]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EA90A1093; Fri, 11 Feb 2022 01:24:59 -0800 (PST) Received: from localhost.localdomain ([81.221.85.15]) by mrelay.perfora.net (mreueus003 [74.208.5.2]) with ESMTPSA (Nemesis) id 0MC3mA-1nRDZx0FBw-008rrY; Fri, 11 Feb 2022 10:23:45 +0100 From: Marcel Ziswiler To: linux-arm-kernel@lists.infradead.org Cc: Marek Vasut , Marcel Ziswiler , Adam Ford , Alex Marginean , Alexander Stein , Alexei Starovoitov , Andrii Nakryiko , Ariel D'Alessandro , Arnd Bergmann , Biju Das , Bjorn Andersson , Catalin Marinas , Chester Lin , Christoph Niedermaier , Daniel Borkmann , Dong Aisheng , Enric Balletbo i Serra , Fabio Estevam , Frank Rowand , Geert Uytterhoeven , Heiko Thiery , Jagan Teki , John Fastabend , KP Singh , Krzysztof Kozlowski , Krzysztof Kozlowski , Li Yang , Lucas Stach , Lucas Stach , Marek Vasut , Martin KaFai Lau , Matthias Schiffer , NXP Linux Team , Nobuhiro Iwamatsu , Oleksij Rempel , =?UTF-8?q?Oliver=20St=C3=A4bler?= , Olof Johansson , Pengutronix Kernel Team , Rob Herring , Russell King , Sascha Hauer , Sebastian Reichel , Shawn Guo , Song Liu , Tim Harvey , Will Deacon , Yonghong Song , bpf@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: [PATCH v6 00/12] arm64: prepare and add verdin imx8m mini support Date: Fri, 11 Feb 2022 10:23:10 +0100 Message-Id: <20220211092322.287487-1-marcel@ziswiler.com> X-Mailer: git-send-email 2.33.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K1:7w5KYRKknb7BBDzPYukxiHh8yFyZKgSG9xwi/4LCD9cxSfbNnZA pfVIg4x+OjCZx3OYYTUpS6Ejdg9I9y4pr2HyC/rVjP61OSGk6rt7dyWNPa1Ec3I9gq4hH9c WBxjo38Xg2mDpcIYgotq/IFKwqAp+RO5dH87WVRDEosKjQ1tkRyvsYAQeSaIYX0gFNMxyvi 15bzF8L66zXSbWXRNKQCQ== X-UI-Out-Filterresults: notjunk:1;V03:K0:+ZUf9f1Mwk8=:u9ps+IeiHfrybGOvLWFmoB qCHNyq8RF3QcHEwb1bmLNJS6CJZo3E9srdgqdWb7+Gi9wo/kH9YXBOkUbCqKZdWIrTT/IyqpS C8QKNB4Y43mEVPDErQtvunEo/TGVPsCSzO73Ma/eCnjBaZRs95bxGMZXljRIMpZKpj2Tookix i3KIe+8zJIDcAzw3baoDW2X/9p5syEyr2tJZotYEvHez0VEeegS856rhEf1WUQfmd9ZZ22G1S OOmOWrt1xMVE3+j55BuLUZ8POsOxXUJPe5qYK7g9YgddkR1++wLN5+pW6kVlh2nByY4+58V/7 Jgzzbgs4CdaqNWSJjuWbwCQ591QJqqzq9PR1HnArCVuKQei6GRWv7n9ZkgBAZce8YzN49pOm0 azE/oBUCsxCO5SFrRjGhson2+mVn71sPFmWXXO1am6D6O6qeyatQB58PtnE9p+NVcAG/e33nC pqOQry9EZLN+dhmUl22glExsxQSnsSiPj6srwHMs60zm7QeUgKocoJh7/mafacGEziZkoWrn3 AWmzhOXPoTxSDykEfaVf8pg4tOO2pgXAqgz4A4Bg2NYy59cQstPczuiOlxLNnxospnQwoKPWo 64GVk6UmmnL/HDFpnUCYbCR5nXNn/Ao4IHe8OKPm0Th33BeN+2IMe/+Sd1n0MetPAy9NoBT1g pyQNy++Veq9u8y2jgVoLFyW2QZgPu3rtFhaXOR4cHaREo4CjLVP3yoZFsrCR2E+0U0XA= Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Marcel Ziswiler Fix strange hex notation and gpio-hog example, rebuild default configuration, enable various relevant configuration options mainly to be built as modules, add toradex,verdin-imx8mm et al. to dt-bindings and finally, add initial support for Verdin iMX8M Mini. Changes in v6: - Rename codec to audio-codec. - Put status property last. Thanks, Shawn for reviewing and pointing those out! Changes in v5: - Add Rob's ack. - Remove invalid wifi-host property. - Remove rpmsg_reserved from the NXP vendor BSP not applicable upstream. - Remove 2nd cs-gpio only going to an N/A component. - Remove spi-num-chipselects as it is implicit by cs-gpios. - Remove vbus-wakeup-supply not being a valid property. - Fix picophy,dc-vol-level-adjust and picophy,pre-emp-curr-control which upstream are rather called samsung,picophy-dc-vol-level-adjust resp. samsung,picophy-pre-emp-curr-control. Thanks, Fabio for reviewing and pointing those out! Changes in v4: - Re-base on top of Shawn's for-next branch. - Fix gpio-line-names taking V1.1 re-design into account. - Fix wrong SODIMM pin number. - Drop 2nd SPI CAN instance being N/A in all SKUs. Changes in v3: - Add Krzysztof's reviewed-by tag. - Add Krzysztof's reviewed-by tag. - New separate patch only for re-ordering as suggested by Krzysztof. - Not dropping CONFIG_SECCOMP=y, CONFIG_SLIMBUS=m, CONFIG_INTERCONNECT=y and CONFIG_CONFIGFS_FS=y as requested by Krzysztof. - Add Krzysztof's reviewed-by tag. - New patch enabling imx8m pcie phy driver in arm64 defconfig. - Add Krzysztof's reviewed-by tag. - Add Krzysztof's reviewed-by tag. - Rebase on top of shawnguo's for-next. - Drop [PATCH v2 02/11] ("dt-bindings: gpio: fix gpio-hog example") as it already got applied by Bart. - Remove the 'pm-ignore-notify' property analogous to commit aafac22d6b23 ("arm64: dts: imx8mm/n: Remove the 'pm-ignore-notify' property"). - Now with PCIe support finally having landed in -next enable it as well. - Add Krzysztof's acked-by tag. Changes in v2: - Add Laurent's reviewed-by tag. - New patch following full defconfig analysis as requested by Krzysztof. - New patch following full defconfig analysis as requested by Krzysztof. - Done full defconfig analysis as requested by Krzysztof. - Add Song's acked-by tag. - A similar change got accepted for imx_v6_v7_defconfig. Further discussion may be found in [1]. [1] https://lore.kernel.org/lkml/20210920144938.314588-6-marcel@ziswiler.com/ - Explain why enabling it may be a good idea as requested by Krzysztof. - Explain why enabling these may make sense and squash them relevant changes as requested by Krzysztof. - Add Rob's acked-by tag. - Fix Colibri vs. Verdin copy/paste mistake. Thanks to Francesco Dolcini for pointing that out to me. - Remove bootargs which will be filled in by the bootloader as requested by Krzysztof. - Remove the previously #ifdefed-out spi-nor as requested by Krzysztof. - Fix capitalisation in cover-letter. Marcel Ziswiler (12): arm64: dts: imx8mm: fix strange hex notation arm64: defconfig: enable taskstats configuration arm64: defconfig: enable pcieaer configuration arm64: defconfig: re-order default configuration arm64: defconfig: rebuild default configuration arm64: defconfig: enable bpf/cgroup firewalling arm64: defconfig: enable imx8m pcie phy driver arm64: defconfig: build imx-sdma as a module arm64: defconfig: build r8169 as a module arm64: defconfig: enable verdin-imx8mm relevant drivers as modules dt-bindings: arm: fsl: add toradex,verdin-imx8mm et al. arm64: dts: freescale: add initial support for verdin imx8m mini .../devicetree/bindings/arm/fsl.yaml | 21 + arch/arm64/boot/dts/freescale/Makefile | 4 + .../arm64/boot/dts/freescale/imx8mm-pinfunc.h | 6 +- .../dts/freescale/imx8mm-verdin-dahlia.dtsi | 150 ++ .../boot/dts/freescale/imx8mm-verdin-dev.dtsi | 67 + .../imx8mm-verdin-nonwifi-dahlia.dts | 18 + .../freescale/imx8mm-verdin-nonwifi-dev.dts | 18 + .../dts/freescale/imx8mm-verdin-nonwifi.dtsi | 75 + .../freescale/imx8mm-verdin-wifi-dahlia.dts | 18 + .../dts/freescale/imx8mm-verdin-wifi-dev.dts | 18 + .../dts/freescale/imx8mm-verdin-wifi.dtsi | 94 ++ .../boot/dts/freescale/imx8mm-verdin.dtsi | 1264 +++++++++++++++++ arch/arm64/configs/defconfig | 126 +- 13 files changed, 1811 insertions(+), 68 deletions(-) create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-verdin-dahlia.dtsi create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-verdin-dev.dtsi create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-verdin-nonwifi-dahlia.dts create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-verdin-nonwifi-dev.dts create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-verdin-nonwifi.dtsi create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-verdin-wifi-dahlia.dts create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-verdin-wifi-dev.dts create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-verdin-wifi.dtsi create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi -- 2.33.1