We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cfe62e commit 0532f74Copy full SHA for 0532f74
dts/upstream/src/arm64/qcom/sm8450-qrd.dts
@@ -25,7 +25,29 @@
25
};
26
27
chosen {
28
+ #address-cells = <2>;
29
+ #size-cells = <2>;
30
+ ranges;
31
+
32
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
49
+ no-map;
50
51
52
53
vph_pwr: vph-pwr-regulator {
0 commit comments