We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83c2304 commit c2ada12Copy full SHA for c2ada12
arch/arm64/boot/dts/qcom/sdm636-xiaomi-tulip.dts
@@ -47,7 +47,12 @@
47
48
/* In order to allow simple-framebuffer to know
49
* physical dimensions */
50
- panel = <&panel>;
+ panel = <&fb_panel>;
51
+
52
+ fb_panel: fb-panel {
53
+ width-mm = <68>;
54
+ height-mm = <143>;
55
+ };
56
};
57
58
@@ -183,9 +188,6 @@
183
188
184
189
pinctrl-names = "default";
185
190
pinctrl-0 = <&mdss_dsi_active &mdss_te_active>;
186
-
187
- width-mm = <68>;
- height-mm = <143>;
191
192
193
0 commit comments