From 865dd220d22434abcb27d999ac8b7453cd9f3b86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=ADcolas=20F=2E=20R=2E=20A=2E=20Prado?= Date: Tue, 21 Feb 2023 17:15:22 -0500 Subject: [PATCH] boards: google,spherion: Update driver name for clk-mt8192-apmixedsys MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Following "clk: mediatek: mt8192: Move apmixedsys clock driver to its own file" [1], the driver name for the apmixedsys clock on mt8192 became clk-mt8192-apmixed. Update the test accordingly. [1] https://lore.kernel.org/all/20230221115549.360132-48-angelogioacchino.delregno@collabora.com/ Signed-off-by: NĂ­colas F. R. A. Prado --- boards/google,spherion | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/boards/google,spherion b/boards/google,spherion index 7ae4ae1..164c352 100755 --- a/boards/google,spherion +++ b/boards/google,spherion @@ -11,7 +11,11 @@ assert_driver_present clk-mt8192-driver-present clk-mt8192 assert_device_present clk-mt8192-topckgen-probed clk-mt8192 10000000.* assert_device_present clk-mt8192-infracfg-probed clk-mt8192 10001000.* assert_device_present clk-mt8192-pericfg-probed clk-mt8192 10003000.* -assert_device_present clk-mt8192-apmixedsys-probed clk-mt8192 1000c000.* +if kernel_greater_than "6.3"; then + assert_device_present clk-mt8192-apmixedsys-probed clk-mt8192-apmixed 1000c000.* +else + assert_device_present clk-mt8192-apmixedsys-probed clk-mt8192 1000c000.* +fi assert_driver_present clk-mt8192-aud-driver-present clk-mt8192-aud assert_device_present clk-mt8192-aud-probed clk-mt8192-aud 11210000.*