Files
kernel_xiaomi_sm8450-device…/qcom/neo-sg-idp.dtsi
Hanuma Sri Saketh Valluri 058c21e6bf ARM: dts: msm: Add audio-ml node for neo dt
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
2022-07-19 23:41:06 -07:00

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";
};