Skip to content

Commit cbcd04a

Browse files
Stanislav Jakubekandersson
authored andcommitted
ARM: dts: qcom: msm8226-motorola-falcon: add clocks, power-domain to simpleFB
Makes the display work without clk_ignore_unused and pd_ignore_unused. Signed-off-by: Stanislav Jakubek <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/cdb6915bf40c055c77a0beb2f49c20458adf7481.1746711762.git.stano.jakubek@gmail.com Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 3ea2671 commit cbcd04a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

arch/arm/boot/dts/qcom/msm8226-motorola-falcon.dts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@
3131
vsp-supply = <&reg_lcd_pos>;
3232
vsn-supply = <&reg_lcd_neg>;
3333
vddio-supply = <&vddio_disp_vreg>;
34+
clocks = <&mmcc MDSS_AHB_CLK>,
35+
<&mmcc MDSS_AXI_CLK>,
36+
<&mmcc MDSS_BYTE0_CLK>,
37+
<&mmcc MDSS_ESC0_CLK>,
38+
<&mmcc MDSS_MDP_CLK>,
39+
<&mmcc MMSS_MISC_AHB_CLK>,
40+
<&mmcc MDSS_PCLK0_CLK>,
41+
<&mmcc MDSS_VSYNC_CLK>;
42+
power-domains = <&mmcc MDSS_GDSC>;
3443
};
3544
};
3645

0 commit comments

Comments
 (0)