mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
Changes to enable CMA memory support for neo-idp and neo-qxr. Disable CMA nodes for neo-sg-idp and neo_luna-sg-idp. Change-Id: I306f4ae61a27d5914cdfa7ca569492d6ccce408b
41 lines
677 B
Plaintext
41 lines
677 B
Plaintext
#include "neo-idp.dtsi"
|
|
|
|
&soc {
|
|
};
|
|
|
|
&pm8150_vadc {
|
|
pm8150_wlan_therm {
|
|
reg = <ADC5_AMUX_THM2_100K_PU>;
|
|
label = "pm8150_wlan_temp";
|
|
qcom,hw-settle-time = <200>;
|
|
qcom,ratiometric;
|
|
qcom,pre-scaling = <1 1>;
|
|
};
|
|
};
|
|
|
|
&pm8150_adc_tm {
|
|
io-channels = <&pm8150_vadc ADC5_AMUX_THM1_100K_PU>,
|
|
<&pm8150_vadc ADC5_AMUX_THM2_100K_PU>,
|
|
<&pm8150_vadc ADC5_XO_THERM_100K_PU>;
|
|
|
|
pm8150_wlan_therm {
|
|
reg = <ADC5_AMUX_THM2_100K_PU>;
|
|
qcom,hw-settle-time = <200>;
|
|
qcom,ratiometric;
|
|
};
|
|
};
|
|
|
|
&thermal_zones {
|
|
sys-therm-1 {
|
|
thermal-sensors = <&pm8150_adc_tm ADC5_AMUX_THM2_100K_PU>;
|
|
};
|
|
};
|
|
|
|
&audio_ml_cma {
|
|
status = "disabled";
|
|
};
|
|
|
|
&audio_cma_mem {
|
|
status = "disabled";
|
|
};
|