Skip to content

Commit 32f86da

Browse files
krzkShawn Guo
authored andcommitted
arm64: dts: imx8mm-nitrogen-r2: fix WM8960 clock name
The WM8960 Linux driver expects the clock to be named "mclk". Otherwise the clock will be ignored and not prepared/enabled by the driver. Fixes: 40ba2ed ("arm64: dts: imx8mm-nitrogen-r2: add audio") Cc: <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent feafeb5 commit 32f86da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/freescale/imx8mm-nitrogen-r2.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
compatible = "wlf,wm8960";
248248
reg = <0x1a>;
249249
clocks = <&clk IMX8MM_CLK_SAI1_ROOT>;
250-
clock-names = "mclk1";
250+
clock-names = "mclk";
251251
wlf,shared-lrclk;
252252
#sound-dai-cells = <0>;
253253
};

0 commit comments

Comments
 (0)