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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 C904CC6FD1D for ; Wed, 15 Mar 2023 13:28:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 8B552C433EF; Wed, 15 Mar 2023 13:28:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8A641C433D2; Wed, 15 Mar 2023 13:28:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1678886902; bh=slJa6Exsp+hv/G1q47mIt9h0+GzmCwB+KWDkJ4Axt5A=; h=Date:From:List-Id:To:Cc:Subject:From; b=Io2CMbAVxTrzn9wh8JCaI/SUH68DsAhaW+9o7ZneSWMSOZgV8EkvBZa8u5dD2qvLj tbT5JiHMQ+shX+Gg9daOy2Qvre5HhVDplQXde7ChYKT37XaHeiTpX2FlDlIi+qECVe v4Wn4PhuX23hN8yJGCWsbSC4xqbhfAzM0hvuazFEgODaTzs5SV9asZc5sMY+Xql24/ sJCbQiHRRq+RH5lKb04goahlUuo0awvtszULb5T62DanxThPcx/ETdmbKAaALSdEav JewaCLcZDTcn8cST8LC2DvAlUz8UiYx4A4YFTSwU/wFEK4p/I2zuEeiUxTWrKzVU+i ANGyRIX+P9c+A== Date: Wed, 15 Mar 2023 21:28:14 +0800 From: Shawn Guo List-Id: To: soc@kernel.org, arm@kernel.org Cc: Fabio Estevam , Stefan Agner , Li Yang , kernel@pengutronix.de, linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL] i.MX fixes for 6.3 Message-ID: <20230315132814.GF143566@dragon> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6: Linux 6.3-rc1 (2023-03-05 14:52:03 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-6.3 for you to fetch changes up to b3cdf730486b048ca0bf23bef050550d9fd40422: arm64: dts: imx93: add missing #address-cells and #size-cells to i2c nodes (2023-03-14 14:55:17 +0800) ---------------------------------------------------------------- i.MX fixes for 6.3: - A couple of i.MX93 fixes from Alexander Stein to correct EQoS Ethernet properties. - Correct clock-names of FlexSPI device in imx8-ss-lsio DT. - Fix EQoS PHY reset GPIO by dropping the deprecated/wrong property and switch to the new bindings. - Fix an issue with imx-weim bus driver that branch condition evaluates to a garbage value. - Correct WM8960 clock name for imx8mm-nitrogen-r2 board. - Fix LCDIF2 clocks for i.MX8MP DT. - Add missing #sound-dai-cells properties to SAI nodes for i.MX8MN DT. - Revert LS1028A DT changes of getting MAC addresses from VPD, as the dependency on NVMEM device is not in place. - A series from Peng Fan to add missing pinctrl property for i.MX6SL based devices. ---------------------------------------------------------------- Alexander Stein (3): arm64: dts: freescale: imx8-ss-lsio: Fix flexspi clock order arm64: dts: imx93: Fix eqos properties arm64: dts: imx93: add missing #address-cells and #size-cells to i2c nodes Andrew Halaney (1): arm64: dts: imx8dxl-evk: Fix eqos phy reset gpio Ivan Bornyakov (1): bus: imx-weim: fix branch condition evaluates to a garbage value Krzysztof Kozlowski (1): arm64: dts: imx8mm-nitrogen-r2: fix WM8960 clock name Marek Vasut (2): arm64: dts: imx8mp: Fix LCDIF2 node clock order arm64: dts: imx8mn: specify #sound-dai-cells for SAI nodes Michael Walle (1): Revert "arm64: dts: ls1028a: sl28: get MAC addresses from VPD" Peng Fan (3): ARM: dts: imx6sll: e70k02: fix usbotg1 pinctrl ARM: dts: imx6sll: e60k02: fix usbotg1 pinctrl ARM: dts: imx6sl: tolino-shine2hd: fix usbotg1 pinctrl arch/arm/boot/dts/e60k02.dtsi | 1 + arch/arm/boot/dts/e70k02.dtsi | 1 + arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts | 1 + .../fsl-ls1028a-kontron-kbox-a-230-ls.dts | 12 ----------- .../freescale/fsl-ls1028a-kontron-sl28-var1.dts | 2 -- .../freescale/fsl-ls1028a-kontron-sl28-var2.dts | 8 -------- .../freescale/fsl-ls1028a-kontron-sl28-var4.dts | 2 -- .../dts/freescale/fsl-ls1028a-kontron-sl28.dts | 17 --------------- arch/arm64/boot/dts/freescale/imx8-ss-lsio.dtsi | 2 +- arch/arm64/boot/dts/freescale/imx8dxl-evk.dts | 5 +++-- .../boot/dts/freescale/imx8mm-nitrogen-r2.dts | 2 +- arch/arm64/boot/dts/freescale/imx8mn.dtsi | 5 +++++ arch/arm64/boot/dts/freescale/imx8mp.dtsi | 4 ++-- arch/arm64/boot/dts/freescale/imx93.dtsi | 24 ++++++++++++++++++---- drivers/bus/imx-weim.c | 2 +- 15 files changed, 36 insertions(+), 52 deletions(-) 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 BC44BC61DA4 for ; Wed, 15 Mar 2023 13:29:31 +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:Subject:Cc:To: From:Date: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=FoeNqCf6icKrODL6yJlgwM7wV0BN/5z55QYKKFIXnSQ=; b=2o7UN+92G3K7pm 1HEGjMPjFoMck6OJRsrzZqO4o1nM1sL1uxVLQ7G0RFSiWdNGgWg7KtvmbBf/kpuff2L0tZzHX728j arkZmovOC9lfCH2hvilb/yAMG1gPJECewR34I6qYq2Qrx9D0x/9MiMO2McLxvBV0zrFiqqfdQQlxg LWv7zrUSJU8y6GFIG9bJ1P3VFSipqd3LhXQOREfWzeOXNbVZFtX3Q9Dy+anH6sKD654/7ZeUEUCn4 slS9rk2x4bI0oH3JPJeuUaeHW9dX+GGP3i/1AKGr1ARDHzeCe0Famn/dAOMf2D5cH+riW1KfmlPb8 kvBq9l+24S6o+YX/Df9Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pcRB8-00DRjV-2f; Wed, 15 Mar 2023 13:28:30 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pcRB4-00DRir-2v for linux-arm-kernel@lists.infradead.org; Wed, 15 Mar 2023 13:28:28 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 110FB61D5F; Wed, 15 Mar 2023 13:28:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8A641C433D2; Wed, 15 Mar 2023 13:28:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1678886902; bh=slJa6Exsp+hv/G1q47mIt9h0+GzmCwB+KWDkJ4Axt5A=; h=Date:From:List-Id:To:Cc:Subject:From; b=Io2CMbAVxTrzn9wh8JCaI/SUH68DsAhaW+9o7ZneSWMSOZgV8EkvBZa8u5dD2qvLj tbT5JiHMQ+shX+Gg9daOy2Qvre5HhVDplQXde7ChYKT37XaHeiTpX2FlDlIi+qECVe v4Wn4PhuX23hN8yJGCWsbSC4xqbhfAzM0hvuazFEgODaTzs5SV9asZc5sMY+Xql24/ sJCbQiHRRq+RH5lKb04goahlUuo0awvtszULb5T62DanxThPcx/ETdmbKAaALSdEav JewaCLcZDTcn8cST8LC2DvAlUz8UiYx4A4YFTSwU/wFEK4p/I2zuEeiUxTWrKzVU+i ANGyRIX+P9c+A== Date: Wed, 15 Mar 2023 21:28:14 +0800 From: Shawn Guo To: soc@kernel.org, arm@kernel.org Cc: Fabio Estevam , Stefan Agner , Li Yang , kernel@pengutronix.de, linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL] i.MX fixes for 6.3 Message-ID: <20230315132814.GF143566@dragon> MIME-Version: 1.0 Content-Disposition: inline X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230315_062827_044507_74BA27BA X-CRM114-Status: GOOD ( 14.52 ) 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 The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6: Linux 6.3-rc1 (2023-03-05 14:52:03 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-6.3 for you to fetch changes up to b3cdf730486b048ca0bf23bef050550d9fd40422: arm64: dts: imx93: add missing #address-cells and #size-cells to i2c nodes (2023-03-14 14:55:17 +0800) ---------------------------------------------------------------- i.MX fixes for 6.3: - A couple of i.MX93 fixes from Alexander Stein to correct EQoS Ethernet properties. - Correct clock-names of FlexSPI device in imx8-ss-lsio DT. - Fix EQoS PHY reset GPIO by dropping the deprecated/wrong property and switch to the new bindings. - Fix an issue with imx-weim bus driver that branch condition evaluates to a garbage value. - Correct WM8960 clock name for imx8mm-nitrogen-r2 board. - Fix LCDIF2 clocks for i.MX8MP DT. - Add missing #sound-dai-cells properties to SAI nodes for i.MX8MN DT. - Revert LS1028A DT changes of getting MAC addresses from VPD, as the dependency on NVMEM device is not in place. - A series from Peng Fan to add missing pinctrl property for i.MX6SL based devices. ---------------------------------------------------------------- Alexander Stein (3): arm64: dts: freescale: imx8-ss-lsio: Fix flexspi clock order arm64: dts: imx93: Fix eqos properties arm64: dts: imx93: add missing #address-cells and #size-cells to i2c nodes Andrew Halaney (1): arm64: dts: imx8dxl-evk: Fix eqos phy reset gpio Ivan Bornyakov (1): bus: imx-weim: fix branch condition evaluates to a garbage value Krzysztof Kozlowski (1): arm64: dts: imx8mm-nitrogen-r2: fix WM8960 clock name Marek Vasut (2): arm64: dts: imx8mp: Fix LCDIF2 node clock order arm64: dts: imx8mn: specify #sound-dai-cells for SAI nodes Michael Walle (1): Revert "arm64: dts: ls1028a: sl28: get MAC addresses from VPD" Peng Fan (3): ARM: dts: imx6sll: e70k02: fix usbotg1 pinctrl ARM: dts: imx6sll: e60k02: fix usbotg1 pinctrl ARM: dts: imx6sl: tolino-shine2hd: fix usbotg1 pinctrl arch/arm/boot/dts/e60k02.dtsi | 1 + arch/arm/boot/dts/e70k02.dtsi | 1 + arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts | 1 + .../fsl-ls1028a-kontron-kbox-a-230-ls.dts | 12 ----------- .../freescale/fsl-ls1028a-kontron-sl28-var1.dts | 2 -- .../freescale/fsl-ls1028a-kontron-sl28-var2.dts | 8 -------- .../freescale/fsl-ls1028a-kontron-sl28-var4.dts | 2 -- .../dts/freescale/fsl-ls1028a-kontron-sl28.dts | 17 --------------- arch/arm64/boot/dts/freescale/imx8-ss-lsio.dtsi | 2 +- arch/arm64/boot/dts/freescale/imx8dxl-evk.dts | 5 +++-- .../boot/dts/freescale/imx8mm-nitrogen-r2.dts | 2 +- arch/arm64/boot/dts/freescale/imx8mn.dtsi | 5 +++++ arch/arm64/boot/dts/freescale/imx8mp.dtsi | 4 ++-- arch/arm64/boot/dts/freescale/imx93.dtsi | 24 ++++++++++++++++++---- drivers/bus/imx-weim.c | 2 +- 15 files changed, 36 insertions(+), 52 deletions(-) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel