Skip to content

Commit 0532f74

Browse files
committed
sm8450-qrd fb
Signed-off-by: Jens Reidel <adrian@travitia.xyz>
1 parent 6cfe62e commit 0532f74

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

dts/upstream/src/arm64/qcom/sm8450-qrd.dts

+22
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,29 @@
2525
};
2626

2727
chosen {
28+
#address-cells = <2>;
29+
#size-cells = <2>;
30+
ranges;
31+
2832
stdout-path = "serial0:115200n8";
33+
34+
framebuffer: framebuffer@b8000000 {
35+
compatible = "simple-frambuffer";
36+
reg = <0x0 0xb8000000 0x0 0x2b00000>;
37+
width = <1080>;
38+
height = <2340>;
39+
stride = <(1080 * 4)>;
40+
format = "a8r8g8b8";
41+
42+
clocks = <&gcc GCC_DISP_HF_AXI_CLK>;
43+
};
44+
};
45+
46+
reserved-memory {
47+
splash_region@b8000000 {
48+
reg = <0x0 0xb8000000 0x0 0x2b00000>;
49+
no-map;
50+
};
2951
};
3052

3153
vph_pwr: vph-pwr-regulator {

0 commit comments

Comments
 (0)