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
24 changes: 24 additions & 0 deletions lk2nd/device/dts/msm8909/msm8909-1gb-qrd-skuc.dts
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,28 @@
};
};
};

lenovo-achilles {
model = "Lenovo Tab 2 A10-30 (Achilles)";

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Is it a WiFi only tablet by the way?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

There are two models of this tablet:

  • TB2-X30L - With wifi and mobile connection (I tested on it)
  • TB2-X30F - WiFi only

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

??

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

it might be worth adding L to this device model description, depending on whether the wifi version would be able to match on 8909 chip, or it would only match the wifi-only 8009

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Would you mind adding this device to the Documentation/devices.md list?

compatible = "lenovo,achilles";

lk2nd,dtb-files = "msm8909-lenovo-achilles";
lk2nd,match-panel;

panel {
compatible = "lenovo,achilles", "lk2nd,panel";

qcom,mdss_dsi_nt35523b_boe_wxga_video {
compatible = "lenovo,nt35523b-boe-wxga";
};
};

gpio-keys {
compatible = "gpio-keys";
volume-up {
lk2nd,code = <KEY_VOLUMEUP>;
gpios = <&tlmm 90 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
};
};
};
};
Loading