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

Add support for Redmi 6 Pro (xiaomi-sakura) #51

Merged
merged 1 commit into from
Jul 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ and then loaded by lk2nd.
- Xiaomi Redmi 4 Prime - markw
- Xiaomi Redmi Note 5 / 5 Plus Snapdragon - vince
- Xiaomi Redmi S2 / Y2 - ysl
- Xiaomi Redmi 6 Pro - sakura
- Meizu M6 Note - m1721
- Motorola Moto G7 Power - ocean
- Xiaomi Mi A2 Lite - daisy
- Xiaomi Mi A1 - tissot
- XIaomi Mi A2 Lite - daisy
barni2000 marked this conversation as resolved.
Show resolved Hide resolved
- Samsung Galaxy Tab A2 XL WiFi (2018) - SM-T590

## Installation
Expand Down
23 changes: 22 additions & 1 deletion dts/msm8953-xiaomi-common.dts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,28 @@
};
};
};


sakura {
/* Xiaomi Redmi 6 Pro (sakura) and Xiaomi Mi A2 Lite (daisy) are software compatible */
model = "Xiaomi Redmi 6 Pro";
compatible = "xiaomi,sakura", "qcom,msm8953", "lk2nd,device";
lk2nd,match-bootloader = "*DAISY*";
barni2000 marked this conversation as resolved.
Show resolved Hide resolved
lk2nd,pstore = <0x9ff00000 0x100000>;

panel {
compatible = "xiaomi,daisy-panel";
qcom,mdss_dsi_ili7807_fhdplus_video {
compatible = "mdss,ili7807-fhdplus";
};
qcom,mdss_dsi_hx8399c_fhdplus_video {
compatible = "himax,hx8399c-fhdplus";
};
qcom,mdss_dsi_otm1911_fhdplus_video {
compatible = "mdss,otm1911-fhdplus";
};
};
};

mido {
model = "Xiaomi Redmi Note 4X Snapdragon (mido)";
compatible = "xiaomi,mido", "qcom,msm8953", "lk2nd,device";
Expand Down