diff options
author | Konrad Dybcio <[email protected]> | 2023-03-15 19:38:19 +0100 |
---|---|---|
committer | Lee Jones <[email protected]> | 2023-04-26 11:40:33 +0100 |
commit | 44604617ce7aa0c24fd198b5a8760e018549922f (patch) | |
tree | ee5e299cf0eda907f1efbf57ff29242389c574e9 | |
parent | e90978ecdf9d016e31f6aff36da77255b42fb4fd (diff) |
dt-bindings: mfd: qcom,spmi-pmic: Add PM2250
Add a compatible for PM2250, commonly found with QCM2290.
Signed-off-by: Konrad Dybcio <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml index 8f076bb622b1..975c30aad23c 100644 --- a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml +++ b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml @@ -33,6 +33,7 @@ properties: compatible: items: - enum: + - qcom,pm2250 - qcom,pm6125 - qcom,pm6150 - qcom,pm6150l |