Skip to content

Commit

Permalink
Merge branch 'mt8192-apmixed-name-update' of https://github.com/nfrap…
Browse files Browse the repository at this point in the history
…rado/bootrr into HEAD
  • Loading branch information
staging-kernelci-org committed Feb 22, 2023
2 parents dbabe6c + 865dd22 commit 3d870e9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion boards/google,spherion
Original file line number Diff line number Diff line change
Expand Up @@ -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.*
Expand Down

0 comments on commit 3d870e9

Please sign in to comment.