-
Notifications
You must be signed in to change notification settings - Fork 362
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
dts: msm8952: Add Motorola Moto E5 Plus (MSM8917) #486
Conversation
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.
Please don't remove MSM8937 variant.
There are 3 hannah variant. 8917 8937 and 8940
Fact, there are rhannah for MSM8917, ahannah for MSM8937 and hannah for MSM8940. I will try to fix it |
Yes but all have Btw my MSM8937 variant says this
further more 8940 and 8917 variants have different display panels. (maybe 8917 is same) |
So I only changed the name of the model in .dts and in devices.md. That's all (I think) |
I would left 8937 as it is |
@@ -11,6 +11,30 @@ | |||
}; | |||
|
|||
&lk2nd { | |||
motorola-hannah { |
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.
Fix the indentation
hannah { | ||
model = "Motorola Moto E5 Plus (hannah) (MSM8937)"; | ||
|
||
motorola-hannah { |
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.
same
@@ -41,7 +41,7 @@ | |||
}; | |||
}; | |||
|
|||
l38011 { | |||
l38011 { |
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.
same
Wait, I fix something |
I discovered, that neovim I think he showed me wrong, so I had to change it via other editor |
Documentation/devices.md
Outdated
@@ -81,7 +81,8 @@ | |||
- Leeco s2 | |||
- Lenovo K5 Play (l38011) | |||
- Motorola Moto E5 (nora) | |||
- Motorola Moto E5 Plus (hannah) (MSM8937) | |||
- Motorola Moto E5 Plus (hannah) (msm8917) |
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.
- Motorola Moto E5 Plus (hannah) (msm8917) | |
- Motorola Moto E5 Plus (hannah) (MSM8917) |
Documentation/devices.md
Outdated
@@ -81,7 +81,8 @@ | |||
- Leeco s2 | |||
- Lenovo K5 Play (l38011) | |||
- Motorola Moto E5 (nora) | |||
- Motorola Moto E5 Plus (hannah) (MSM8937) | |||
- Motorola Moto E5 Plus (hannah) (msm8917) | |||
- Motorola Moto E5 Plus (hannah) (msm8937) |
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.
- Motorola Moto E5 Plus (hannah) (msm8937) | |
- Motorola Moto E5 Plus (hannah) (MSM8937) |
Please squash your commits and use A good commit message title could be |
Done |
And thanks for help. |
0088fa8
to
45905f2
Compare
yep |
I don't know why I was struggling with it half hour, but it's very strange (or I am idk) |
you still miss the prefixes from the commit message, otherwise it looks good now. |
which prefixes ? |
|
Done |
I this really needs these workaround? https://wiki.postmarketos.org/wiki/Motorola_Moto_E5_Plus_(motorola-hannah)#LK2nd_Building |
It can be normally installed but this is guide if you want build Lk2nd for the Motorola hannah. It has 'LK2ND_QCDTBS` option, because firmware of motorola hannah supports only images with QCDT format 👍️ |
MSM9837 variant works with ADTB, you should set QCDTBS in rules.mk and document if still some workaround is needed. |
well, I guess it's just MSM8917 then, with the QCDT support. I installed Lk2nd via |
Btw we can edit the wiki, which can support MSM8937 and MSM8917. |
and we can btw if you want text about kernel or the other things related to MSM8x7 on the matrix, cuz I am on the msm8937-mainline group, then you can ping me via "@\operachi" (ignore this slash) |
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.
No workarounds are need @TravMurav you can merge it if it seems fine to you.
Thanks! |
Add Motorola Moto E5 Plus (hannah) (MSM8917) Variant.