Skip to content

Commit

Permalink
dts: msm8916: Add Samsung Galaxy E5 (SM-E500F)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Dahan authored and TravMurav committed Jul 25, 2023
1 parent 7e20764 commit f9c1065
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ page on the EFIDroid wiki for an exact mapping of LK targets to SoCs.
- Samsung Galaxy Ace 4 - SM-G357FZ (quirky - see comment in `dts/msm8916/msm8916-samsung-r02.dts`)
- Samsung Galaxy Core Max - SM-G5108Q (quirky - see comment in `dts/msm8916/msm8916-samsung-r08.dts`)
- Samsung Galaxy Core Prime LTE - SM-G360F, SM-G360G (rossaltezt is quirky - see comment in `dts/msm8916/msm8916-samsung-r03.dts`)
- Samsung Galaxy E5 - SM-E500F
- Samsung Galaxy E7 - SM-E7000
- Samsung Galaxy Grand Max - SM-G720AX
- Samsung Galaxy Grand Prime - SM-G530FZ, SM-G530H, SM-G530W, SM-G530Y (G530Y is quirky - see comment in `dts/msm8916/msm8916-samsung-r11.dts`)
Expand Down
6 changes: 6 additions & 0 deletions dts/msm8916/msm8916-samsung-r04.dts
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,10 @@
i2c-address = <0x14>;
};
};

e5ltexx {
model = "Samsung Galaxy E5 (SM-E500F)";
compatible = "samsung,e5ltexx", "qcom,msm8916", "lk2nd,device";
lk2nd,match-bootloader = "E500F*";
};
};
9 changes: 9 additions & 0 deletions dts/msm8916/msm8929-samsung-r04.dts
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,13 @@
qcom,board-id = <0xEF08FF1 1>;
lk2nd,smd-rpm-hack-opening;
};

e5ltexx {
model = "Samsung Galaxy E5 (SM-E500F)";
compatible = "samsung,e5ltexx", "qcom,msm8916", "lk2nd,device";
lk2nd,match-bootloader = "E500F*";

qcom,msm-id = <206 0>;
qcom,board-id = <0xCE08FF01 4>;
};
};

0 comments on commit f9c1065

Please sign in to comment.