From patchwork Sun May 14 09:22:42 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Francesco Dolcini X-Patchwork-Id: 681885 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 8A6E3C77B7F for ; Sun, 14 May 2023 09:23:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233987AbjENJXT (ORCPT ); Sun, 14 May 2023 05:23:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44506 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229758AbjENJXR (ORCPT ); Sun, 14 May 2023 05:23:17 -0400 Received: from mail11.truemail.it (mail11.truemail.it [IPv6:2001:4b7e:0:8::81]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B021F1FFD; Sun, 14 May 2023 02:23:14 -0700 (PDT) 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 34CCC20B13; Sun, 14 May 2023 11:23:10 +0200 (CEST) From: Francesco Dolcini To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Cc: Francesco Dolcini , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Shawn Guo , Rob Herring , Krzysztof Kozlowski , Sascha Hauer , Marcel Ziswiler Subject: [PATCH v2 0/4] arm64: dts: colibri-imx8x: misc fixes Date: Sun, 14 May 2023 11:22:42 +0200 Message-Id: <20230514092246.9741-1-francesco@dolcini.it> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Francesco Dolcini This series fixes a few small issues on the just introduced Colibri iMX8X: * Remove duplicate GPIO3_IO01 pin configuration * Remove GPIO3_IO01 pin configuration from SoM level * Delete non-existing i.MX8X peripherals adc1 and dsp In addition to that a small cleanup patch is added * Move iomuxc pinctrl from SoM to carrier board level v2: - remove stray newline after Fixes: tag - fixed from patch From: Andrejs Cainikovs (1): arm64: dts: colibri-imx8x: delete adc1 and dsp Emanuele Ghidoli (3): arm64: dts: colibri-imx8x: fix eval board pin configuration arm64: dts: colibri-imx8x: move pinctrl property from SoM to eval board arm64: dts: colibri-imx8x: fix iris pinctrl configuration .../boot/dts/freescale/imx8x-colibri-eval-v3.dtsi | 6 ++++++ .../boot/dts/freescale/imx8x-colibri-iris.dtsi | 3 +-- arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi | 14 ++++++++------ 3 files changed, 15 insertions(+), 8 deletions(-)