[GIT PULL] i.MX fixes for 6.3
Shawn Guo
shawnguo at kernel.org
Wed Mar 15 06:28:14 PDT 2023
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(-)
More information about the linux-arm-kernel
mailing list