clk: mediatek: mt7981-topckgen: flag SGM_REG_SEL as critical
authorDaniel Golle <daniel@makrotopia.org>
Sun, 18 Feb 2024 03:11:15 +0000 (03:11 +0000)
committerStephen Boyd <sboyd@kernel.org>
Thu, 22 Feb 2024 04:55:50 +0000 (20:55 -0800)
commitaa690050c00a251ab69e3c5204d582833d0b958c
tree06405ba19d14500fcae0b79dbe75e81742121679
parenta65083fa663a335008e34f65e184041174a9dc7e
clk: mediatek: mt7981-topckgen: flag SGM_REG_SEL as critical

Without the SGM_REG_SEL clock enabled the cpu freezes if trying to
access registers used by MT7981 clock drivers itself.
Mark SGM_REG_SEL as critical to make sure it is always enabled to
prevent freezes on boot even if the Ethernet driver which prepares
and enables the clock is not loaded or probed at a later point.

Fixes: 813c3b53b55b ("clk: mediatek: add MT7981 clock support")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Link: https://lore.kernel.org/r/fc157139e6b7f8dfb6430ac7191ba754027705e8.1708221995.git.daniel@makrotopia.org
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/mediatek/clk-mt7981-topckgen.c