-
Notifications
You must be signed in to change notification settings - Fork 404
dts: msm8952: add support for Mobvoi TicWatch Pro 3 LTE (rover) #558
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
base: main
Are you sure you want to change the base?
Conversation
NekoCWD
commented
Jul 1, 2025
*/ | ||
/ { | ||
qcom,msm-id = <QCOM_ID_SDM429W 0x00>; | ||
qcom,board-id = <0x10b 0x08>; |
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.
Thinking of it, perhaps also qrd v0.1 here
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.
Qualcomm Technologies, Inc. SDM429 BG WTP
Could be sdm429-bg-wtp
? Yes it's also a qrd device.
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.
Should i rename to wtp and add bootloader match to it?
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.
if the thing uses caf msm/board id then yeah, it's better to use caf naming for the file and have matching, so it's easier to disambiguate later if another device needs same ID
*/ | ||
/ { | ||
qcom,msm-id = <QCOM_ID_SDM429W 0x00>; | ||
qcom,board-id = <0x10b 0x08>; |
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.
Qualcomm Technologies, Inc. SDM429 BG WTP
Could be sdm429-bg-wtp
? Yes it's also a qrd device.
There are also GPS version, but i don't have one to test Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
468a049
to
7001c1c
Compare
#include <skeleton64.dtsi> | ||
#include <lk2nd.dtsi> | ||
|
||
/* |
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 don't think it is quirky that is how this SoC are working, other dtbo devices documented on the postmarketos wiki maybe we should do the same here.