mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 00:43:08 -04:00
arm64: dts: qcom: sm8150: Disable Adreno and modem by default
Components that rely on proprietary (not to mention signed!) firmware should not be enabled by default, as lack of the aforementioned firmware could cause various issues, from random errors to straight-up failing to boot. Not enabling modem back on the HDK, as it uses a sa8150. Also fixed a sorting mistake in both boards' dt while at it. Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> Link: https://lore.kernel.org/r/20210611203301.101067-1-konrad.dybcio@somainline.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
ece28cb5ed
commit
b1dc3c6b3d
@@ -354,7 +354,11 @@ vreg_l6f_2p85: ldo6 {
|
||||
};
|
||||
};
|
||||
|
||||
&qupv3_id_1 {
|
||||
&gmu {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&gpu {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -372,6 +376,10 @@ resin {
|
||||
};
|
||||
};
|
||||
|
||||
&qupv3_id_1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&remoteproc_adsp {
|
||||
status = "okay";
|
||||
|
||||
|
||||
@@ -349,7 +349,11 @@ vreg_l6f_2p85: ldo6 {
|
||||
};
|
||||
};
|
||||
|
||||
&qupv3_id_1 {
|
||||
&gmu {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&gpu {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -367,6 +371,10 @@ resin {
|
||||
};
|
||||
};
|
||||
|
||||
&qupv3_id_1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&remoteproc_adsp {
|
||||
status = "okay";
|
||||
firmware-name = "qcom/sm8150/adsp.mdt";
|
||||
|
||||
@@ -1152,6 +1152,8 @@ gpu: gpu@2c00000 {
|
||||
|
||||
qcom,gmu = <&gmu>;
|
||||
|
||||
status = "disabled";
|
||||
|
||||
zap-shader {
|
||||
memory-region = <&gpu_mem>;
|
||||
};
|
||||
@@ -1219,6 +1221,8 @@ gmu: gmu@2c6a000 {
|
||||
|
||||
operating-points-v2 = <&gmu_opp_table>;
|
||||
|
||||
status = "disabled";
|
||||
|
||||
gmu_opp_table: opp-table {
|
||||
compatible = "operating-points-v2";
|
||||
|
||||
@@ -1566,6 +1570,8 @@ remoteproc_mpss: remoteproc@4080000 {
|
||||
qcom,smem-states = <&modem_smp2p_out 0>;
|
||||
qcom,smem-state-names = "stop";
|
||||
|
||||
status = "disabled";
|
||||
|
||||
glink-edge {
|
||||
interrupts = <GIC_SPI 449 IRQ_TYPE_EDGE_RISING>;
|
||||
label = "modem";
|
||||
|
||||
Reference in New Issue
Block a user