-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Lenovo Yoga Tab 3 10 LTE support #434
Conversation
exkc
commented
Oct 17, 2024
|
||
&lk2nd { | ||
lxf_p5001_b01 { | ||
model = "Lenovo Yoga Tab 3 10 LTE"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i proby should name it as lxf_p5001.
apparently there are other Lenovo Yoga Tab 3 10 (wifi/lte) are called lxf_p5001 but different sufixes like b01,j01,etc
}; | ||
|
||
&lk2nd { | ||
lxf_p5001_b01 { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd prefer to conform to linux code style for dts in which underscores are not used in names, you can drop the b01 suffix if you think that's more correct
lxf_p5001_b01 { | |
lxf-p5001-b01 { |
16f1ca8
to
2044140
Compare
}; | ||
|
||
&lk2nd { | ||
// The motherboard of it has QR code sticker has a code name printed on it.All Lenovo Yoga Tab 3 10 LTE/WiFi varian code name appear to have lxf-p5100 prefix and a lot of different suffix. this device is particular known for having b1 suffix and yt3-x50y model number. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd appreciate if this comment were to be C style (/**/
) and folded at 60-80. This would make it easier to read
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i removed it bc there are a issue : I don't know how do we gonna match different model/varian.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean what if a different model/varian's bootloader select the same tree then how we going to differentiate them. Also Lenovo probably used same panel on Lenovo Yoga Tab 3 10.
the only thing I know so far at least we can differentiate the Wi-Fi vaint and LTE vaint . those vaint proby not goona selecting the same tree
Thanks! |