Commit 0a03767e authored by Linus Walleij's avatar Linus Walleij

ARM: dts: ux500: Disable charging on HREF boards

The HREF boards are usually used without battery and not
using active charging. Disable it.
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20230417075659.3162603-1-linus.walleij@linaro.org
parent ac9a7868
......@@ -418,6 +418,24 @@ default_cfg {
};
};
};
/*
* Charging is not working on the HREF unless an actual battery is
* mounted, most HREFs have a DC cable in to the "battery power"
* which means this will only be cofusing. So do not enable charging
* of the HREFs.
*/
ab8500_fg {
status = "disabled";
};
ab8500_btemp {
status = "disabled";
};
ab8500_charger {
status = "disabled";
};
ab8500_chargalg {
status = "disabled";
};
};
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment