clk: qcom: gcc-parrot: Fix Camera, Video GDSC powerup failures
Fix the Camera and Video GDSC powerup failures on PARROT platform. Change-Id: Ibf6358d0c224912043adf6bab50acf32ee1fb46f Signed-off-by: Jagadeesh Kona <quic_jkona@quicinc.com>
This commit is contained in:
parent
1f3ec0375d
commit
18a884e1cc
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user