Skip to content

Commit 00f63a0

Browse files
committed
Merge tag 'imx-fixes-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes
i.MX fixes for 6.13: - Add fallback for i.MX8QM ESAI compatible to fix a dt-schema warning caused by bindings update - Fix uSDHC1 clock for i.MX RT1050 - Enable SND_SOC_SPDIF in imx_v6_v7_defconfig to fix a regression caused by an i.MX6 SPDIF sound card change in DT - Fix address length of i.MX95 netcmix_blk_ctrl * tag 'imx-fixes-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux: ARM: dts: imxrt1050: Fix clocks for mmc ARM: imx_v6_v7_defconfig: enable SND_SOC_SPDIF arm64: dts: imx95: correct the address length of netcmix_blk_ctrl arm64: dts: imx8-ss-audio: add fallback compatible string fsl,imx6ull-esai for esai Link: https://lore.kernel.org/r/Z3Jf9zbv/xH3YzuB@dragon Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents 627522c + 5f12203 commit 00f63a0

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

arch/arm/boot/dts/nxp/imx/imxrt1050.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
reg = <0x402c0000 0x4000>;
8888
interrupts = <110>;
8989
clocks = <&clks IMXRT1050_CLK_IPG_PDOF>,
90-
<&clks IMXRT1050_CLK_OSC>,
90+
<&clks IMXRT1050_CLK_AHB_PODF>,
9191
<&clks IMXRT1050_CLK_USDHC1>;
9292
clock-names = "ipg", "ahb", "per";
9393
bus-width = <4>;

arch/arm/configs/imx_v6_v7_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ CONFIG_SND_SOC_IMX_SGTL5000=y
323323
CONFIG_SND_SOC_FSL_ASOC_CARD=y
324324
CONFIG_SND_SOC_AC97_CODEC=y
325325
CONFIG_SND_SOC_CS42XX8_I2C=y
326+
CONFIG_SND_SOC_SPDIF=y
326327
CONFIG_SND_SOC_TLV320AIC3X_I2C=y
327328
CONFIG_SND_SOC_WM8960=y
328329
CONFIG_SND_SOC_WM8962=y

arch/arm64/boot/dts/freescale/imx8-ss-audio.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ audio_subsys: bus@59000000 {
165165
};
166166

167167
esai0: esai@59010000 {
168-
compatible = "fsl,imx8qm-esai";
168+
compatible = "fsl,imx8qm-esai", "fsl,imx6ull-esai";
169169
reg = <0x59010000 0x10000>;
170170
interrupts = <GIC_SPI 409 IRQ_TYPE_LEVEL_HIGH>;
171171
clocks = <&esai0_lpcg IMX_LPCG_CLK_4>,

arch/arm64/boot/dts/freescale/imx8qm-ss-audio.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
};
135135

136136
esai1: esai@59810000 {
137-
compatible = "fsl,imx8qm-esai";
137+
compatible = "fsl,imx8qm-esai", "fsl,imx6ull-esai";
138138
reg = <0x59810000 0x10000>;
139139
interrupts = <GIC_SPI 411 IRQ_TYPE_LEVEL_HIGH>;
140140
clocks = <&esai1_lpcg IMX_LPCG_CLK_0>,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1673,7 +1673,7 @@
16731673

16741674
netcmix_blk_ctrl: syscon@4c810000 {
16751675
compatible = "nxp,imx95-netcmix-blk-ctrl", "syscon";
1676-
reg = <0x0 0x4c810000 0x0 0x10000>;
1676+
reg = <0x0 0x4c810000 0x0 0x8>;
16771677
#clock-cells = <1>;
16781678
clocks = <&scmi_clk IMX95_CLK_BUSNETCMIX>;
16791679
assigned-clocks = <&scmi_clk IMX95_CLK_BUSNETCMIX>;

0 commit comments

Comments
 (0)