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 1728ab7 commit bfeeb64Copy full SHA for bfeeb64
arch/arm/boot/dts/qcom/qcom-msm8909-acer-t01.dts
@@ -20,11 +20,15 @@
20
};
21
22
chosen {
23
+ #address-cells = <1>;
24
+ #size-cells = <1>;
25
+ ranges;
26
+
27
stdout-path = "serial0";
28
- framebuffer@83200000 {
29
+ framebuffer@83201000 {
30
compatible = "simple-framebuffer";
- reg = <0x83200000 (480 * 854 * 3)>;
31
+ reg = <0x83201000 (480 * 854 * 3)>;
32
33
width = <480>;
34
height = <854>;
@@ -43,6 +47,17 @@
43
47
44
48
45
49
50
+ reserved-memory {
51
52
53
54
55
56
57
+ no-map;
58
+ };
59
60
46
61
backlight: backlight {
62
compatible = "pwm-backlight";
63
pwms = <&pm8909_pwm 0 100000>;
0 commit comments