Skip to content

Commit

Permalink
ARM: dts: qcom: msm8909-acer-t01: Add simple-framebuffer
Browse files Browse the repository at this point in the history
Signed-off-by: Raymond Hackley <[email protected]>
  • Loading branch information
wonderfulShrineMaidenOfParadise authored and stephan-gh committed Nov 20, 2024
1 parent 3758e66 commit 8df7d68
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions arch/arm/boot/dts/qcom/qcom-msm8909-acer-t01.dts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,26 @@

chosen {
stdout-path = "serial0";

framebuffer@83200000 {
compatible = "simple-framebuffer";
reg = <0x83200000 (480 * 854 * 3)>;

width = <480>;
height = <854>;
stride = <(480 * 3)>;
format = "r8g8b8";

power-domains = <&gcc MDSS_GDSC>;

clocks = <&gcc GCC_MDSS_AHB_CLK>,
<&gcc GCC_MDSS_AXI_CLK>,
<&gcc GCC_MDSS_VSYNC_CLK>,
<&gcc GCC_MDSS_MDP_CLK>,
<&gcc GCC_MDSS_BYTE0_CLK>,
<&gcc GCC_MDSS_PCLK0_CLK>,
<&gcc GCC_MDSS_ESC0_CLK>;
};
};

backlight: backlight {
Expand Down

0 comments on commit 8df7d68

Please sign in to comment.