From: Trevor Wu Date: Wed, 10 May 2023 03:55:24 +0000 (+0800) Subject: ASoC: mediatek: mt8188: add required clocks X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2e5c422a624aa35cefb5a448a2040df6627f505b;p=linux.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