mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 07:51:16 -04:00
arm64: dts: qcom: sdm845-xiaomi-beryllium: change firmware path and use mbn format
The "qcom/sdm845/" path conflicts with db845c's firmware that are present in the linux-firmware package. Xiaomi uses their own signed firmware for Poco F1 and can't use the db845c's firmware. So let's use "qcom/sdm845/beryllium/" to distinguish Poco F1's firmware files. For easier handling and packaging, the mdt+bXX files are squashed using Bjorn Andersson's pil-squasher tool from this link: https://github.com/andersson/pil-squasher Signed-off-by: Joel Selvaraj <jo@jsfamily.in> Reviewed-by: Caleb Connolly <caleb@connolly.tech> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/BY5PR02MB700966DEE6F6044EBEB5B892D91F9@BY5PR02MB7009.namprd02.prod.outlook.com
This commit is contained in:
committed by
Bjorn Andersson
parent
fc0e7dd6d2
commit
efbd359915
@@ -121,7 +121,7 @@ vreg_s4a_1p8: vreg-s4a-1p8 {
|
||||
|
||||
&adsp_pas {
|
||||
status = "okay";
|
||||
firmware-name = "qcom/sdm845/adsp.mdt";
|
||||
firmware-name = "qcom/sdm845/beryllium/adsp.mbn";
|
||||
};
|
||||
|
||||
&apps_rsc {
|
||||
@@ -208,7 +208,7 @@ vreg_l26a_1p2: ldo26 {
|
||||
|
||||
&cdsp_pas {
|
||||
status = "okay";
|
||||
firmware-name = "qcom/sdm845/cdsp.mdt";
|
||||
firmware-name = "qcom/sdm845/beryllium/cdsp.mbn";
|
||||
};
|
||||
|
||||
&dsi0 {
|
||||
@@ -262,7 +262,7 @@ &gpu {
|
||||
|
||||
zap-shader {
|
||||
memory-region = <&gpu_mem>;
|
||||
firmware-name = "qcom/sdm845/a630_zap.mbn";
|
||||
firmware-name = "qcom/sdm845/beryllium/a630_zap.mbn";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -289,7 +289,7 @@ &mdss {
|
||||
|
||||
&mss_pil {
|
||||
status = "okay";
|
||||
firmware-name = "qcom/sdm845/mba.mbn", "qcom/sdm845/modem.mdt";
|
||||
firmware-name = "qcom/sdm845/beryllium/mba.mbn", "qcom/sdm845/beryllium/modem.mbn";
|
||||
};
|
||||
|
||||
&pm8998_gpio {
|
||||
|
||||
Reference in New Issue
Block a user