Skip to content

Commit 2aedcb0

Browse files
committed
Merge tag 'imx-fixes-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes
i.MX fixes for 5.9, round 2: - Fix the misspelling of 'interrupts' property in i.MX8MQ TMU DT node. - Correct 'ahb' clock for i.MX8MP SDMA1 in device tree. - Fix pad QSPI1B_SCLK mux mode for UART3 on i.MX6SX. * tag 'imx-fixes-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux: ARM: dts: imx6sx: fix the pad QSPI1B_SCLK mux mode for uart3 arm64: dts: imx8mp: correct sdma1 clk setting arm64: dts: imx8mq: Fix TMU interrupt property Link: https://lore.kernel.org/r/20200909143844.GA25109@dragon Signed-off-by: Olof Johansson <[email protected]>
2 parents 0e38402 + 3ee99f6 commit 2aedcb0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

arch/arm/boot/dts/imx6sx-pinfunc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@
10261026
#define MX6SX_PAD_QSPI1B_DQS__SIM_M_HADDR_15 0x01B0 0x04F8 0x0000 0x7 0x0
10271027
#define MX6SX_PAD_QSPI1B_SCLK__QSPI1_B_SCLK 0x01B4 0x04FC 0x0000 0x0 0x0
10281028
#define MX6SX_PAD_QSPI1B_SCLK__UART3_DCE_RX 0x01B4 0x04FC 0x0840 0x1 0x4
1029-
#define MX6SX_PAD_QSPI1B_SCLK__UART3_DTE_TX 0x01B4 0x04FC 0x0000 0x0 0x0
1029+
#define MX6SX_PAD_QSPI1B_SCLK__UART3_DTE_TX 0x01B4 0x04FC 0x0000 0x1 0x0
10301030
#define MX6SX_PAD_QSPI1B_SCLK__ECSPI3_SCLK 0x01B4 0x04FC 0x0730 0x2 0x1
10311031
#define MX6SX_PAD_QSPI1B_SCLK__ESAI_RX_HF_CLK 0x01B4 0x04FC 0x0780 0x3 0x2
10321032
#define MX6SX_PAD_QSPI1B_SCLK__CSI1_DATA_16 0x01B4 0x04FC 0x06DC 0x4 0x1

arch/arm64/boot/dts/freescale/imx8mp.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@
702702
reg = <0x30bd0000 0x10000>;
703703
interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
704704
clocks = <&clk IMX8MP_CLK_SDMA1_ROOT>,
705-
<&clk IMX8MP_CLK_SDMA1_ROOT>;
705+
<&clk IMX8MP_CLK_AHB>;
706706
clock-names = "ipg", "ahb";
707707
#dma-cells = <3>;
708708
fsl,sdma-ram-script-name = "imx/sdma/sdma-imx7d.bin";

arch/arm64/boot/dts/freescale/imx8mq.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@
423423
tmu: tmu@30260000 {
424424
compatible = "fsl,imx8mq-tmu";
425425
reg = <0x30260000 0x10000>;
426-
interrupt = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
426+
interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
427427
clocks = <&clk IMX8MQ_CLK_TMU_ROOT>;
428428
little-endian;
429429
fsl,tmu-range = <0xb0000 0xa0026 0x80048 0x70061>;

0 commit comments

Comments
 (0)