Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions arch/arm64/boot/dts/qcom/msm8916-samsung-gt510.dts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@
pinctrl-names = "default";

linux,keycodes = <KEY_APPSELECT KEY_BACK>;

touchscreen-inverted-x;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://wiki.postmarketos.org/wiki/Samsung_Galaxy_Tab_A_9.7_2015_(samsung-gt510)#Known_Issues

S-Pen models (SM-P550, SM-P555) may invert the touchscreen Y-axis after flashing and running TWRP. To fix it, flash stock Android Recovery and run it at least once.

};
};

Expand All @@ -128,6 +130,11 @@
status = "okay";
};

&usb {
status = "okay";
dr_mode = "host";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fail to understand this change. The correct way to fix this is to implement extcon/otg power support in the charger driver. Forcing host is wrong and usb won't get power anyway.

};

&mdss_dsi0 {
pinctrl-0 = <&mdss_default>;
pinctrl-1 = <&mdss_sleep>;
Expand Down
Loading