]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
mfd: qcom_rpm: Add msm8960 QDSS clock resource
authorAntony Kurniawan Soemardi <linux@smankusors.com>
Thu, 14 May 2026 14:08:32 +0000 (21:08 +0700)
committerLee Jones <lee@kernel.org>
Wed, 17 Jun 2026 10:32:46 +0000 (11:32 +0100)
The msm8960 RPM resource table is missing the QDSS clock entry (resource
ID 209) that is present in the android-msm-mako-3.4 downstream kernel.
Add it so that RPM clock initialization succeeds.

Tested-by: Rudraksha Gupta <guptarud@gmail.com>
Signed-off-by: Antony Kurniawan Soemardi <linux@smankusors.com>
Link: https://patch.msgid.link/20260514-msm8960-wifi-v2-3-7cbae45dab5e@smankusors.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/qcom_rpm.c

index 27446f43e3f3af01820668d9e34c6ee3aa6c4e0b..0defb3279af1d3eab9ca2f3763c4fe50131b2e2e 100644 (file)
@@ -324,6 +324,7 @@ static const struct qcom_rpm_resource msm8960_rpm_resource_table[] = {
        [QCOM_RPM_USB_OTG_SWITCH] =             { 205, 119, 82, 1 },
        [QCOM_RPM_HDMI_SWITCH] =                { 206, 120, 83, 1 },
        [QCOM_RPM_DDR_DMM] =                    { 207, 121, 84, 2 },
+       [QCOM_RPM_QDSS_CLK] =                   { 209, ~0, 7, 1 },
 };
 
 static const struct qcom_rpm_data msm8960_template = {