mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-22 07:27:12 +08:00
soc: qcom: spmi-pmic: add more PMIC SUBTYPE IDs
Add the PMM8650AU and PMM8650AU_PSAIL PMIC SUBTYPE IDs and These PMICs are used by the qcs8300 and qcs9100 platforms. Signed-off-by: Rakesh Kota <rakesh.kota@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/r/20250704113036.1627695-1-rakesh.kota@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
9c4299b236
commit
50b749fab1
@@ -128,6 +128,8 @@ static const char *const pmic_models[] = {
|
||||
[72] = "PMR735D",
|
||||
[73] = "PM8550",
|
||||
[74] = "PMK8550",
|
||||
[78] = "PMM8650AU",
|
||||
[79] = "PMM8650AU_PSAIL",
|
||||
[80] = "PM7550",
|
||||
[82] = "PMC8380",
|
||||
[83] = "SMB2360",
|
||||
|
||||
@@ -50,6 +50,8 @@
|
||||
#define PMR735B_SUBTYPE 0x34
|
||||
#define PM6350_SUBTYPE 0x36
|
||||
#define PM4125_SUBTYPE 0x37
|
||||
#define PMM8650AU_SUBTYPE 0x4e
|
||||
#define PMM8650AU_PSAIL_SUBTYPE 0x4f
|
||||
|
||||
#define PMI8998_FAB_ID_SMIC 0x11
|
||||
#define PMI8998_FAB_ID_GF 0x30
|
||||
|
||||
Reference in New Issue
Block a user