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 other carrier variants of kltechn #321

Merged
merged 2 commits into from
Jan 28, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 20 additions & 2 deletions dts/msm8974/msm8974-samsung-r10.dts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,27 @@
// This is used by the bootloader to find the correct DTB
qcom,msm-id = <0xC208FF01 10 0x10000>;

kltechn {
kltechn-unicom {
model = "Samsung Galaxy S5 China Unicom (Duos) (SM-G9006V/W)";
compatible = "samsung,klte", "qcom,msm8974", "lk2nd,device";
compatible = "samsung,kltechn-unicom",
"samsung,kltechn", "samsung,klte",
"qcom,msm8974", "lk2nd,device";
lk2nd,match-bootloader = "G9006*";
};

kltechn-mobile {
model = "Samsung Galaxy S5 China Mobile (Duos) (SM-G9008V/W)";
compatible = "samsung,kltechn-mobile",
"samsung,kltechn", "samsung,klte",
"qcom,msm8974", "lk2nd,device";
lk2nd,match-bootloader = "G9008*";
};

kltechn-telecom {
model = "Samsung Galaxy S5 China Telecom LTE (SM-G9009W)";
compatible = "samsung,kltechn-telecom",
"samsung,kltechn", "samsung,klte",
"qcom,msm8974", "lk2nd,device";
lk2nd,match-bootloader = "G9009W*";
};
};