Message ID | 20220922082925.17975-1-luca.weiss@fairphone.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [v4,1/2] soc: qcom: spmi-pmic: convert hex numbers to lowercase | expand |
On Thu, 22 Sep 2022 10:29:22 +0200, Luca Weiss wrote: > There are some IDs that are written in uppercase. For consistency > convert them to lowercase. > > Applied, thanks! [1/2] soc: qcom: spmi-pmic: convert hex numbers to lowercase commit: e0b0da53b7bcf4d55ea9506db151b9596703d4e5 [2/2] soc: qcom: spmi-pmic: add more PMIC SUBTYPE IDs commit: 082f9bc60f337fdf4bbb89b5b5d6f8aee9c98d6b Best regards,
diff --git a/include/soc/qcom/qcom-spmi-pmic.h b/include/soc/qcom/qcom-spmi-pmic.h index 72398ff44719..fde0148d0077 100644 --- a/include/soc/qcom/qcom-spmi-pmic.h +++ b/include/soc/qcom/qcom-spmi-pmic.h @@ -29,9 +29,9 @@ #define PM8998_SUBTYPE 0x14 #define PMI8998_SUBTYPE 0x15 #define PM8005_SUBTYPE 0x18 -#define PM660L_SUBTYPE 0x1A -#define PM660_SUBTYPE 0x1B -#define PM8150_SUBTYPE 0x1E +#define PM660L_SUBTYPE 0x1a +#define PM660_SUBTYPE 0x1b +#define PM8150_SUBTYPE 0x1e #define PM8150L_SUBTYPE 0x1f #define PM8150B_SUBTYPE 0x20 #define PMK8002_SUBTYPE 0x21