Searched +full:vddadc +full:- +full:supply (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.04 ---5 $id: http://devicetree.org/schemas/power/supply/stericsson,ab8500-charger.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#11 - Sebastian Reichel <sre@kernel.org>14 - $ref: power-supply.yaml#18 const: stericsson,ab8500-charger20 monitored-battery:28 vddadc-supply:29 description: Supply for USB and Main charger[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later6 #include <dt-bindings/clock/ste-ab8500.h>10 iio-hwmon {11 compatible = "iio-hwmon";12 io-channels = <&gpadc 0x02>, /* Battery temperature */24 interrupt-parent = <&intc>;26 interrupt-controller;27 #interrupt-cells = <2>;28 #address-cells = <1>;29 #size-cells = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later6 #include <dt-bindings/clock/ste-ab8500.h>10 iio-hwmon {11 compatible = "iio-hwmon";12 io-channels = <&gpadc 0x02>, /* Battery temperature */27 interrupt-parent = <&intc>;29 interrupt-controller;30 #interrupt-cells = <2>;31 #address-cells = <1>;32 #size-cells = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright (C) ST-Ericsson SA 201236 #include "ab8500-bm.h"37 #include "ab8500-chargalg.h"94 /* Lowest charger voltage is 3.39V -> 0x4E */112 /* UsbLineStatus register - usb types */174 * struct ab8500_charger_interrupts - ab8500 interrupts218 * struct ab8500_charger - ab8500 Charger device information224 * @vddadc_en_ac: Indicate if VDD ADC supply is enabled because AC226 * @vddadc_en_usb: Indicate if VDD ADC supply is enabled because USB[all …]