Skip to content

Add support for Lenovo Tab 2 A10-30#603

Open
kucer0043 wants to merge 6 commits into
msm8916-mainline:mainfrom
kucer0043:main
Open

Add support for Lenovo Tab 2 A10-30#603
kucer0043 wants to merge 6 commits into
msm8916-mainline:mainfrom
kucer0043:main

Conversation

@kucer0043

Copy link
Copy Markdown

No description provided.

Comment on lines +8 to +9
qcom,msm-id = <0xf5 0x00>;
qcom,board-id = <0x1000b 0x08 0x11000b 0x08 0x21000b 0x08>;

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.

	qcom,msm-id = <QCOM_ID_MSM8909 0>;
	qcom,board-id = <QCOM_BOARD_ID(QRD, 0x01, 0) 0x8>,
			<QCOM_BOARD_ID(QRD, 0x11, 0) 0x8>,
			<QCOM_BOARD_ID(QRD, 0x21, 0) 0x8>;

It's identical to msm8909-1gb-qrd-skuc and we can move this device to it. We cannot have 2 device trees with identical ids either 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.

I fixed it.

};

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

@TravMurav TravMurav left a comment

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.

Sorry for the delay, one small comment

};

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

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants