mirror of
https://github.com/torvalds/linux.git
synced 2026-04-26 10:32:25 -04:00
status=okay should appear in final place where all required properties are provided, because that makes the code the easiest to read. Move the status from common OnePlus DTSI to board DTS. No functional changes. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230308125906.236885-11-krzysztof.kozlowski@linaro.org
52 lines
931 B
Plaintext
52 lines
931 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-only
|
|
/*
|
|
* Copyright (c) 2022, Harry Austen <hpausten@protonmail.com>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "msm8996-oneplus-common.dtsi"
|
|
|
|
/ {
|
|
model = "OnePlus 3T";
|
|
compatible = "oneplus,oneplus3t", "qcom,msm8996";
|
|
chassis-type = "handset";
|
|
qcom,board-id = <8 0 15811 26>,
|
|
<8 0 15811 27>,
|
|
<8 0 15811 28>;
|
|
};
|
|
|
|
&adsp_pil {
|
|
firmware-name = "qcom/msm8996/oneplus3t/adsp.mbn";
|
|
status = "okay";
|
|
};
|
|
|
|
&battery {
|
|
charge-full-design-microamp-hours = <3400000>;
|
|
voltage-max-design-microvolt = <4400000>;
|
|
};
|
|
|
|
&gpu {
|
|
status = "okay";
|
|
|
|
zap-shader {
|
|
firmware-name = "qcom/msm8996/oneplus3t/a530_zap.mbn";
|
|
};
|
|
};
|
|
|
|
&mss_pil {
|
|
firmware-name = "qcom/msm8996/oneplus3t/mba.mbn",
|
|
"qcom/msm8996/oneplus3t/modem.mbn";
|
|
status = "okay";
|
|
};
|
|
|
|
&slpi_pil {
|
|
firmware-name = "qcom/msm8996/oneplus3t/slpi.mbn";
|
|
status = "okay";
|
|
};
|
|
|
|
&venus {
|
|
firmware-name = "qcom/msm8996/oneplus3t/venus.mbn";
|
|
status = "okay";
|
|
};
|