soc: qcom: sys_pm_vx: Add drv names for neo

This change to add compatible and DRV names available.

Change-Id: I50cd24a9834635d98f4f70d1761fdf071b0c51c6
Signed-off-by: Chintan Kothari <quic_ckothari@quicinc.com>
This commit is contained in:
Chintan Kothari 2024-09-18 17:11:14 +05:30
parent f203c78a6a
commit bec9089033

View file

@ -157,6 +157,13 @@ static const char * const drv_names_anorak[] = {
""
};
static const char * const drv_names_neo[] = {
"TZ", "HYP", "HLOS", "L3", "SECPROC", "AUDIO", "SENSOR", "AOP", "DEBUG",
"GPU", "DISPLAY", "COMPUTE_DSP", "TME_HW", "TME_SW", "WPSS",
"MDM SW", "MDM HW", "WLAN RF", "WLAN BB", "DDR AUX", "ARC CPRF",
""
};
static ssize_t debug_time_ms_show(struct device *dev,
struct device_attribute *attr, char *buf)
{
@ -556,6 +563,8 @@ static const struct of_device_id drv_match_table[] = {
.data = drv_names_niobe },
{ .compatible = "qcom,sys-pm-anorak",
.data = drv_names_anorak },
{ .compatible = "qcom,sys-pm-neo",
.data = drv_names_neo },
{ }
};