File tree Expand file tree Collapse file tree 2 files changed +19
-5
lines changed
Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 852852 status = "okay";
853853 compatible = "ayaneo,wt0600-2k";
854854 reg = <0>;
855- pinctrl-names = "default", "suspend ";
856- pinctrl-0 = <&sde_dsi_active>;
857- pinctrl-1 = <&sde_dsi_suspend>;
855+ pinctrl-names = "default", "sleep ";
856+ pinctrl-0 = <&sde_dsi_active>, <&sde_te_active> ;
857+ pinctrl-1 = <&sde_dsi_suspend>, <&sde_te_suspend> ;
858858
859859 avdd-supply = <&sgm3804>;
860860
11961196 bias-pull-down;
11971197 };
11981198
1199+ sde_te_active: sde-te-active-state {
1200+ pins = "gpio86";
1201+ function = "mdp_vsync";
1202+ drive-strength = <2>;
1203+ bias-pull-down;
1204+ };
1205+
1206+ sde_te_suspend: sde-te-suspend-state {
1207+ pins = "gpio86";
1208+ function = "mdp_vsync";
1209+ drive-strength = <2>;
1210+ bias-pull-down;
1211+ };
1212+
11991213 ts_irq: ts-irq-state {
12001214 pins = "gpio25";
12011215 function = "gpio";
Original file line number Diff line number Diff line change 895895 compatible = "ayaneo,wt0630-2k";
896896 reg = <0>;
897897 pinctrl-names = "default", "sleep";
898- pinctrl-0 = <&disp0_reset_n_active>;
899- pinctrl-1 = <&disp0_reset_n_suspend>;
898+ pinctrl-0 = <&disp0_reset_n_active>, <&mdp_vsync_active> ;
899+ pinctrl-1 = <&disp0_reset_n_suspend>, <&mdp_vsync_suspend> ;
900900 vddio-supply = <&vreg_l12b_1p8>;
901901 vci-supply = <&vreg_l13b_3p0>;
902902 vdd-supply = <&vreg_l11b_1p2>;
You can’t perform that action at this time.
0 commit comments