clk: thead: fix dependency on clk_ignore_unused

Add the CLK_IGNORE_UNUSED flag to the vp-axi clock (CLK_VP_AXI) to avoid
depending on clk_ignore_unused in the cmdline. Without this fix, the
emmc-sdio clock (CLK_EMMC_SDIO) fails to work after vp-axi is disabled.

Signed-off-by: Drew Fustini <drew@pdp7.com>
Link: https://lore.kernel.org/r/20240731061439.3807172-1-drew@pdp7.com
Fixes: ae81b69fd2b1 ("clk: thead: Add support for T-Head TH1520 AP_SUBSYS clocks")
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by Drew Fustini and committed by Stephen Boyd 39a33965 8400291e

+1 -1
+1 -1
drivers/clk/thead/clk-th1520-ap.c
··· 738 738 .hw.init = CLK_HW_INIT_PARENTS_HW("vp-axi", 739 739 video_pll_clk_parent, 740 740 &ccu_div_ops, 741 - 0), 741 + CLK_IGNORE_UNUSED), 742 742 }, 743 743 }; 744 744