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: msm8926: add Support for Samsung Galaxy S5 Mini Duos (kmini3g) #279

Closed
wants to merge 27 commits into from

Conversation

vicenteicc2008
Copy link

this adds support for Samsung Galaxy S5 Mini Duos (kmini3g)

@vicenteicc2008 vicenteicc2008 changed the title add Support for Samsung Galaxy S5 Mini Duos (kmini3g) dts: msm8926 add Support for Samsung Galaxy S5 Mini Duos (kmini3g) Jul 29, 2023
@vicenteicc2008 vicenteicc2008 changed the title dts: msm8926 add Support for Samsung Galaxy S5 Mini Duos (kmini3g) dts: msm8926: add Support for Samsung Galaxy S5 Mini Duos (kmini3g) Jul 29, 2023
Copy link
Member

@TravMurav TravMurav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this PR, here are some comments.

dts/msm8226/msm8926-samsung-kmini3g.dts Outdated Show resolved Hide resolved
dts/msm8226/msm8926-samsung-kmini3g.dts Outdated Show resolved Hide resolved
@@ -119,6 +119,7 @@ page on the EFIDroid wiki for an exact mapping of LK targets to SoCs.
- Motorola Moto G 2013 - falcon
- Samsung Galaxy Grand 2 - SM-G7102
- Samsung Galaxy Tab 4 10.1 (2014) - SM-T530, SM-T535
- Samsung Galaxy S5 Mini Duos - SM-G800H
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe S goes before T in the alphabet :)

@vicenteicc2008
Copy link
Author

buttons working fine

@vicenteicc2008
Copy link
Author

i am having error (MODEL- unknown (FIXME!)) and does not recognize in my computer

@TravMurav TravMurav linked an issue Aug 4, 2023 that may be closed by this pull request
@@ -10,4 +10,5 @@ DTBS += \
$(LOCAL_DIR)/msm8226-samsung-ms013g.dtb \
$(LOCAL_DIR)/msm8926-huawei-g6-l11-vb.dtb \
$(LOCAL_DIR)/msm8926-samsung-r02.dtb \
$(LOCAL_DIR)/msm8926-v2-720p-mtp.dtb
$(LOCAL_DIR)/msm8926-v2-720p-mtp.dtb \
$(LOCAL_DIR)/msm8926-samsung-r04.dtb

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about msm8228 instead?
https://desktop.firmware.mobi/device:346


/ {
// This is used by the bootloader to find the correct DTB
qcom,msm-id = <0x6E08FF01 4 0x20000>;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://github.com/msm8916-mainline/lk2nd/blob/experimental-tmp2/lk2nd/include/dt-bindings/arm/qcom%2Cids.h#L90

Where do you know about 0x6E (110)? It's neither msm8226, 8926, 8228 or 8928

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i renamed dts

Comment on lines 10 to 11
qcom,msm-id = <221 0>;
qcom,board-id = <0xdf08ff01 3>;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -10,4 +10,5 @@ DTBS += \
$(LOCAL_DIR)/msm8226-samsung-ms013g.dtb \
$(LOCAL_DIR)/msm8926-huawei-g6-l11-vb.dtb \
$(LOCAL_DIR)/msm8926-samsung-r02.dtb \
$(LOCAL_DIR)/msm8926-v2-720p-mtp.dtb
$(LOCAL_DIR)/msm8926-v2-720p-mtp.dtb \
$(LOCAL_DIR)/msm8228-samsung-r03.dtb

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

	...
	$(LOCAL_DIR)/msm8226-*.dtb \
	$(LOCAL_DIR)/msm8228-*.dtb \
	$(LOCAL_DIR)/msm8926-*.dtb \
	...

@TravMurav TravMurav deleted the branch msm8916-mainline:master May 27, 2024 13:33
@TravMurav TravMurav closed this May 27, 2024
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.

S5 Mini Duos G800H USB not working
3 participants