Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mfd: qcom-rpm: Add apq8064 QDSS clock resource

Qualcomm Debug Subsystem clock is used by CoreSight components.
Add required definitions for it. qcom_rpm_resource::status_id is
not used by driver, so just mark it as ~0.

Signed-off-by: Ivan T. Ivanov <ivan.ivanov@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Ivan T. Ivanov and committed by
Lee Jones
51d0eb81 0e777366

+1
+1
drivers/mfd/qcom_rpm.c
··· 149 149 [QCOM_RPM_USB_OTG_SWITCH] = { 210, 125, 82, 1 }, 150 150 [QCOM_RPM_HDMI_SWITCH] = { 211, 126, 83, 1 }, 151 151 [QCOM_RPM_DDR_DMM] = { 212, 127, 84, 2 }, 152 + [QCOM_RPM_QDSS_CLK] = { 214, ~0, 7, 1 }, 152 153 [QCOM_RPM_VDDMIN_GPIO] = { 215, 131, 89, 1 }, 153 154 }; 154 155