mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-31 14:13:39 +00:00

The PX line powers some hardware related to sensors. Assume the board doesn't reinvent what MTP has established and hook up LVS2 @ 1.8V as such. This fixes the 'is required' type of bindings validator errors. Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/r/20250327-topic-more_dt_bindings_fixes-v2-10-b763d958545f@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
53 lines
960 B
Plaintext
53 lines
960 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 3";
|
|
compatible = "oneplus,oneplus3", "qcom,msm8996";
|
|
chassis-type = "handset";
|
|
qcom,board-id = <8 0 15801 15>, <8 0 15801 16>;
|
|
qcom,msm-id = <246 0x30001>;
|
|
};
|
|
|
|
&adsp_pil {
|
|
firmware-name = "qcom/msm8996/oneplus3/adsp.mbn";
|
|
status = "okay";
|
|
};
|
|
|
|
&battery {
|
|
charge-full-design-microamp-hours = <3000000>;
|
|
voltage-max-design-microvolt = <4350000>;
|
|
};
|
|
|
|
&gpu {
|
|
status = "okay";
|
|
|
|
zap-shader {
|
|
firmware-name = "qcom/msm8996/oneplus3/a530_zap.mbn";
|
|
};
|
|
};
|
|
|
|
&mss_pil {
|
|
firmware-name = "qcom/msm8996/oneplus3/mba.mbn",
|
|
"qcom/msm8996/oneplus3/modem.mbn";
|
|
status = "okay";
|
|
};
|
|
|
|
&slpi_pil {
|
|
firmware-name = "qcom/msm8996/oneplus3/slpi.mbn";
|
|
px-supply = <&vreg_lvs2a>;
|
|
|
|
status = "okay";
|
|
};
|
|
|
|
&venus {
|
|
firmware-name = "qcom/msm8996/oneplus3/venus.mbn";
|
|
status = "okay";
|
|
};
|