Skip to content

Commit

Permalink
dts: xiaomi-daisy: let lk2nd enable correct touchscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
ntonnaett committed Oct 21, 2023
1 parent 7ccd905 commit eb63d76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/qcom/msm8953-xiaomi-daisy.dts
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@
};

&ft5406_ts {
status = "okay";
status = "disabled";

touchscreen-size-x = <1080>;
touchscreen-size-y = <2280>;
};

&gt917d_ts {
status = "okay";
status = "disabled";

touchscreen-size-x = <1080>;
touchscreen-size-y = <2280>;
Expand Down

0 comments on commit eb63d76

Please sign in to comment.