Skip to content

Commit

Permalink
dts: msm8216-samsung: add e53g
Browse files Browse the repository at this point in the history
Co-authored-by: Raymond Hackley <[email protected]>
  • Loading branch information
2 people authored and TravMurav committed Nov 12, 2024
1 parent 2660019 commit 4754d48
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
- Samsung Galaxy Ace 4 - SM-G357FZ (quirky - see comment in `lk2nd/device/dts/msm8916/msm8916-samsung.dts`)
- Samsung Galaxy Core Max - SM-G5108Q (quirky - see comment in `lk2nd/device/dts/msm8916/msm8916-samsung.dts`)
- Samsung Galaxy Core Prime LTE - SM-G360F, SM-G360G, SM-G360T (rossaltezt is quirky - see comment in `lk2nd/device/dts/msm8916/msm8916-samsung.dts`)
- Samsung Galaxy E5 - SM-E500F
- Samsung Galaxy E5 - SM-E500F, SM-E500H
- Samsung Galaxy E7 - SM-E7000
- Samsung Galaxy Grand Max - SM-G720AX
- Samsung Galaxy Grand Prime - SM-G530FZ, SM-G530H, SM-G530R4, SM-G530W, SM-G530Y (G530Y is quirky - see comment in `lk2nd/device/dts/msm8916/msm8916-samsung.dts`)
Expand Down
15 changes: 14 additions & 1 deletion lk2nd/device/dts/msm8916/msm8216-samsung.dts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
qcom,msm-id = <QCOM_ID_MSM8216 0>;
qcom,board-id = <0xF808FF01 5>,
<0xF808FF01 7>,
<0xF808FF01 8>;
<0xF808FF01 8>,
<0xF808FF01 10>;
};

&lk2nd {
Expand Down Expand Up @@ -95,5 +96,17 @@
qcom,board-id = <0xF808FF01 8>;
};

/* rev 10 */

e53g {
model = "Samsung Galaxy E5 (SM-E500H)";
compatible = "samsung,e35g", "samsung,e5";
lk2nd,match-bootloader = "E500H*";

lk2nd,dtb-files = "msm8916-samsung-e5";

qcom,msm-id = <QCOM_ID_MSM8216 0>;
qcom,board-id = <0xF808FF01 10>;
};
};

0 comments on commit 4754d48

Please sign in to comment.