From: Thuan Nguyen <thuan.nguyen-hong@xxxxxxxxxxxxxx> The White Hawk's sound uses a clock from the TPU, but commit 3d144ef10a44 ("pinctrl: renesas: r8a779g0: Fix TPU suffixes") has renamed tpu_to0_a to tpu_to0_b. We must change accordingly otherwise the sound driver will not receive a clock signal. Signed-off-by: Thuan Nguyen <thuan.nguyen-hong@xxxxxxxxxxxxxx> Signed-off-by: Duy Nguyen <duy.nguyen.rh@xxxxxxxxxxx> --- arch/arm64/boot/dts/renesas/white-hawk-ard-audio-da7212.dtso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/renesas/white-hawk-ard-audio-da7212.dtso b/arch/arm64/boot/dts/renesas/white-hawk-ard-audio-da7212.dtso index c27b9b3d4e5f..f2d53e958da1 100644 --- a/arch/arm64/boot/dts/renesas/white-hawk-ard-audio-da7212.dtso +++ b/arch/arm64/boot/dts/renesas/white-hawk-ard-audio-da7212.dtso @@ -108,7 +108,7 @@ sound_clk_pins: sound-clk { }; tpu0_pins: tpu0 { - groups = "tpu_to0_a"; + groups = "tpu_to0_b"; function = "tpu"; }; }; -- 2.34.1