Skip to content

Commit

Permalink
fixup! arm64: dts: qcom: Add initial support for asus-x00td
Browse files Browse the repository at this point in the history
  • Loading branch information
minlexx committed Aug 24, 2024
1 parent ea9c907 commit 5ab3828
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions arch/arm64/boot/dts/qcom/sdm636-asus-x00td.dts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,12 @@

/* In order to allow simpledrm framebuffer to know
* physical dimensions */
panel = <&panel>;
panel = <&fb_panel>;

fb_panel: fb-panel {
width-mm = <68>;
height-mm = <136>;
}
};
};

Expand Down Expand Up @@ -579,9 +584,6 @@
reset-gpios = <&tlmm 53 GPIO_ACTIVE_HIGH>;
disp-te-gpios = <&tlmm 59 GPIO_ACTIVE_HIGH>;

width-mm = <68>;
height-mm = <136>;

pinctrl-names = "default";
pinctrl-0 = <&panel_reset_gpio &panel_te_gpio>;
port {
Expand Down

0 comments on commit 5ab3828

Please sign in to comment.