From: Trevor Wu Date: Wed, 10 May 2023 03:55:24 +0000 (+0800) Subject: ASoC: mediatek: mt8188: add required clocks X-Git-Tag: v6.5-rc1~154^2^2~129^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2e5c422a624aa35cefb5a448a2040df6627f505b;p=thirdparty%2Fkernel%2Flinux.git ASoC: mediatek: mt8188: add required clocks apll2_d4, apll12_div4, top_a2sys and top_aud_iec are possibly used in the future. To prevent from breaking binding ABI after any mt8188 dts upstream, add these clocks to clock list in advance. Signed-off-by: Trevor Wu