Skip to content

Commit

Permalink
dts: msm8952: Add Xiaomi Redmi 4 (prada)
Browse files Browse the repository at this point in the history
Add support for msm8937 based xiaomi-prada.
  • Loading branch information
barni2000 authored and TravMurav committed Jan 3, 2025
1 parent 72e9aba commit 519bcd7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
- Motorola Moto G6 Play (jeter)
- OPPO A57 (A57) (quirky - see comment in `lk2nd/device/dts/msm8952/msm8940-oppo-a57.dts`)
- Redmi 3S (land) (quirky - see comment in `lk2nd/device/dts/msm8952/msm8937-xiaomi-land.dts`)
- Redmi 4 (prada)
- Redmi 4A (rolex)
- Redmi 4X (santoni)
- Redmi 5A (riva)
Expand Down
22 changes: 22 additions & 0 deletions lk2nd/device/dts/msm8952/msm8937-mtp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,26 @@
};
};
};

prada {
model = "Xiaomi Redmi 4 (prada)";
compatible = "xiaomi,prada";

lk2nd,dtb-files = "msm8937-xiaomi-prada";

lk2nd,match-panel;
panel {
compatible = "xiaomi,prada-panel", "lk2nd,panel";

qcom,mdss_dsi_hx8394f_boe_720p_video {
compatible = "xiaomi,prada-hx8394f-boe";
};
qcom,mdss_dsi_nt35521s_ctc_720p_video {
compatible = "xiaomi,prada-nt35521s-ctc";
};
qcom,mdss_dsi_ili9881c_tianma_720p_video {
compatible = "xiaomi,prada-ili9881c-tianma";
};
};
};
};

0 comments on commit 519bcd7

Please sign in to comment.