Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: berlin: bg2q: remove CLK_IGNORE_UNUSED flag for sdio clk

Since we have added the necessary two clks' properties in dts, we can
remove the "sdio" clk's CLK_IGNORE_UNUSED flag now.

Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
Signed-off-by: Michael Turquette <mturquette@baylibre.com>

authored by

Jisheng Zhang and committed by
Michael Turquette
123796bb 254f9463

+1 -1
+1 -1
drivers/clk/berlin/bg2q.c
··· 283 283 { "usb2", "perif", 13 }, 284 284 { "usb3", "perif", 14 }, 285 285 { "pbridge", "perif", 15, CLK_IGNORE_UNUSED }, 286 - { "sdio", "perif", 16, CLK_IGNORE_UNUSED }, 286 + { "sdio", "perif", 16 }, 287 287 { "nfc", "perif", 18 }, 288 288 { "pcie", "perif", 22 }, 289 289 };