Merge "clk: qcom: gcc-parrot: Fix Camera, Video GDSC powerup failures"

This commit is contained in:
qctecmdr 2022-06-27 01:19:05 -07:00 committed by Gerrit - the friendly Code Review server
commit 3fd11b399b

View File

@ -2988,6 +2988,10 @@ static int gcc_parrot_probe(struct platform_device *pdev)
regmap_update_bits(regmap, 0x42004, BIT(0), BIT(0));
regmap_update_bits(regmap, 0x42018, BIT(0), BIT(0));
regmap_update_bits(regmap, 0x36010, BIT(20), BIT(20));
regmap_update_bits(regmap, 0x36014, BIT(20), BIT(20));
regmap_update_bits(regmap, 0x4200c, BIT(20), BIT(20));
/* Ignore the PMU clock disable signal for gcc_video_axi0_clk. */
regmap_update_bits(regmap, gcc_video_axi0_clk.clkr.enable_reg, BIT(21), BIT(21));