Skip to content

Commit 652eea2

Browse files
Thuan Nguyengeertu
authored andcommitted
arm64: dts: renesas: white-hawk-ard-audio: Fix TPU0 groups
White Hawk ARD audio uses a clock generated by the TPU, but commit 3d144ef ("pinctrl: renesas: r8a779g0: Fix TPU suffixes") renamed pin group "tpu_to0_a" to "tpu_to0_b". Update DTS accordingly otherwise the sound driver does not receive a clock signal. Fixes: 3d144ef ("pinctrl: renesas: r8a779g0: Fix TPU suffixes") Signed-off-by: Thuan Nguyen <[email protected]> Signed-off-by: Duy Nguyen <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Acked-by: Kuninori Morimoto <[email protected]> Link: https://lore.kernel.org/TYCPR01MB8740608B675365215ADB0374B49CA@TYCPR01MB8740.jpnprd01.prod.outlook.com Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent 1064013 commit 652eea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/renesas/white-hawk-ard-audio-da7212.dtso

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
};
109109

110110
tpu0_pins: tpu0 {
111-
groups = "tpu_to0_a";
111+
groups = "tpu_to0_b";
112112
function = "tpu";
113113
};
114114
};

0 commit comments

Comments
 (0)