ARM: dts: msm: add SLPI fw name property for msmcobalt
Add SLPI fw name property to support dynamic loading of SLPI fw images based on the version info. Change-Id: I69981b603526575758376695d7a5e9affd389dbe Signed-off-by: Ananda Kishore <kananda@codeaurora.org>
This commit is contained in:
parent
8b2625febf
commit
48c3c0c102
2 changed files with 6 additions and 1 deletions
|
@ -862,3 +862,7 @@
|
|||
|
||||
lanes-per-direction = <2>;
|
||||
};
|
||||
|
||||
&ssc_sensors {
|
||||
qcom,firmware-name = "slpi_v2";
|
||||
};
|
||||
|
|
|
@ -2810,9 +2810,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
qcom,msm-ssc-sensors {
|
||||
ssc_sensors: qcom,msm-ssc-sensors {
|
||||
compatible = "qcom,msm-ssc-sensors";
|
||||
status = "ok";
|
||||
qcom,firmware-name = "slpi_v1";
|
||||
};
|
||||
|
||||
dcc: dcc@10b3000 {
|
||||
|
|
Loading…
Add table
Reference in a new issue