Skip to content

Commit

Permalink
fixup! arm64: dts: qcom: Add Xiaomi Mi Pad 4 Plus device tree
Browse files Browse the repository at this point in the history
  • Loading branch information
minlexx committed Jun 8, 2024
1 parent 6c6cdc3 commit 54c2a13
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion arch/arm64/boot/dts/qcom/sdm660-xiaomi-clover-plus.dts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
//vdda-3p3-supply = <0x197>; // pm660l_ldob6
//wqhd-vddio-supply = <0x17e>; // pm660_ldoa11

panel@0 {
panel: panel@0 {
compatible = "boe,nt51021-10wu";
reg = <0>;

Expand All @@ -127,6 +127,9 @@
//pp1800-supply = <&vreg_l11a_1p8>; // wqhd-vddio-supply
// supply is the same for touchscreen

width-mm = <135>;
height-mm = <216>;

port {
panel_in: endpoint {
remote-endpoint = <&mdss_dsi0_out>;
Expand All @@ -145,6 +148,12 @@
status = "okay";
};

&simplefb {
/* In order to allow simledrm framebuffer to know panel
* physical size to allow userspace to do proper DPI scaling */
panel = <&panel>;
};

&tlmm {
lcd_bl_en_default: lcd-bl-en-default-state {
pins = "gpio72";
Expand Down

0 comments on commit 54c2a13

Please sign in to comment.