Skip to content
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: msm8974: Add support for Samsung Galaxy Note 3 #389

Merged
merged 4 commits into from
Jul 13, 2024

Conversation

FrostI7Alex
Copy link
Contributor

Adds initial support for the Samsung Galaxy Note 3 (hlte).
And also, a few patches by @amessier (#314) are in here as they weren't picked up during the transition to the new fork.

Finally got my lazy ass to somewhat finish it...

lk2nd.log

In case the first bootloader enabled the watchdog timer, disable
it. This is required on some devices (e.g. HTC One M8).

This fixes the phone rebooting/shutting down by itself when using
the phone, for example when flashing an image to the system partition
using fastboot.

Signed-off-by: Alexandre Messier <[email protected]>
From perusing the vendor kernel code, only the AC variant supports
HS400 mode (and only on the first sdhc interface).

For the other variants, the interface only supports HS200 mode.

This fixes eMMC init on the HTC One M8.

Signed-off-by: Alexandre Messier <[email protected]>
There are two functions to detect if the SoC is a Pro variant or
the more specific Pro-AC variant.

The implementation of the two functions is seemingly swapped, as
the function containing only the AC models is obviously the one
detecting for the AC variant.

Fix the functions by swapping them around.

Signed-off-by: Alexandre Messier <[email protected]>
Add support for Samsung Galaxy Note 3 (hlte).
@TravMurav TravMurav merged commit e24cb16 into msm8916-mainline:main Jul 13, 2024
42 checks passed
@TravMurav
Copy link
Member

Thanks!

@FrostI7Alex FrostI7Alex deleted the hlte branch July 14, 2024 05:37
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