]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
power: supply: qcom_battmgr: Enable battery support on x1e80100
authorAbel Vesa <abel.vesa@linaro.org>
Fri, 21 Jun 2024 07:16:35 +0000 (10:16 +0300)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Thu, 4 Jul 2024 08:35:45 +0000 (10:35 +0200)
The x1e80100, being a compute platform, provides functionality for the
exact same power supplies as sc8280xp. Add the compatible and assign
the sc8280xp match data.

Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Reviewed-by: Johan Hovold <johan+linaro@kernel.org>
Tested-by: Johan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20240621-x1e80100-power-supply-qcom-battmgr-v1-1-40cb89a0c144@linaro.org
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/qcom_battmgr.c

index ec163d1bcd189192abcecbcb4e29e0e4251b2e38..46f36dcb185c366aec6652017e1c64f9b0822ae1 100644 (file)
@@ -1308,6 +1308,7 @@ static void qcom_battmgr_pdr_notify(void *priv, int state)
 static const struct of_device_id qcom_battmgr_of_variants[] = {
        { .compatible = "qcom,sc8180x-pmic-glink", .data = (void *)QCOM_BATTMGR_SC8280XP },
        { .compatible = "qcom,sc8280xp-pmic-glink", .data = (void *)QCOM_BATTMGR_SC8280XP },
+       { .compatible = "qcom,x1e80100-pmic-glink", .data = (void *)QCOM_BATTMGR_SC8280XP },
        /* Unmatched devices falls back to QCOM_BATTMGR_SM8350 */
        {}
 };