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 <thuan.nguyen-hong@banvien.com.vn> Signed-off-by: Duy Nguyen <duy.nguyen.rh@renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Link: https://lore.kernel.org/TYCPR01MB8740608B675365215ADB0374B49CA@TYCPR01MB8740.jpnprd01.prod.outlook.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent 1064013 commit 652eea2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)