Skip to content

Commit c70812c

Browse files
nxpfrankliShawn Guo
authored andcommitted
arm64: dts: imx8-ss-audio: add fallback compatible string fsl,imx6ull-esai for esai
The ESAI of i.MX8QM is the same as i.MX6ULL. So add fsl,imx6ull-esai for esai. Signed-off-by: Frank Li <Frank.Li@nxp.com> Acked-by: Rob Herring (Arm) <robh@kernel.org> Fixes: adf7ea4 ("ASoC: dt-bindings: fsl-esai: allow fsl,imx8qm-esai fallback to fsl,imx6ull-esai") Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 40384c8 commit c70812c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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>,

0 commit comments

Comments
 (0)