Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: AB8505: Enable charging options

These are not disabled on the AB8500 and after testing we
see they work fine, so enable them on AB8505 too.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

-4
-4
arch/arm/boot/dts/ste-ab8505.dtsi
··· 93 93 }; 94 94 95 95 ab8500_fg { 96 - status = "disabled"; 97 96 compatible = "stericsson,ab8500-fg"; 98 97 interrupts = <24 IRQ_TYPE_LEVEL_HIGH>, 99 98 <8 IRQ_TYPE_LEVEL_HIGH>, ··· 110 111 }; 111 112 112 113 ab8500_btemp { 113 - status = "disabled"; 114 114 compatible = "stericsson,ab8500-btemp"; 115 115 interrupts = <20 IRQ_TYPE_LEVEL_HIGH>, 116 116 <80 IRQ_TYPE_LEVEL_HIGH>, ··· 129 131 }; 130 132 131 133 ab8500_charger { 132 - status = "disabled"; 133 134 compatible = "stericsson,ab8500-charger"; 134 135 interrupts = <10 IRQ_TYPE_LEVEL_HIGH>, 135 136 <11 IRQ_TYPE_LEVEL_HIGH>, ··· 167 170 }; 168 171 169 172 ab8500_chargalg { 170 - status = "disabled"; 171 173 compatible = "stericsson,ab8500-chargalg"; 172 174 monitored-battery = <&battery>; 173 175 };