Searched +full:axp202 +full:- +full:ac +full:- +full:power +full:- +full:supply (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/mfd/x-powers,axp152.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: X-Powers AXP PMIC10 - Chen-Yu Tsai <wens@csie.org>13 - if:18 - x-powers,axp15219 - x-powers,axp20220 - x-powers,axp209[all …]
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/power/supply/x-powers,axp20x-ac-power-supply.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: AXP20x AC power-supply10 The AXP20X can read the current current and voltage supplied by AC by12 tell if an AC power supply is present and usable. AXP813/AXP803 are13 able to limit current and supply voltage16 - Chen-Yu Tsai <wens@csie.org>17 - Sebastian Reichel <sre@kernel.org>[all …]
2 * Copyright 2015 Chen-Yu Tsai4 * Chen-Yu Tsai <wens@csie.org>6 * This file is dual-licensed: you can use it either under the terms46 * AXP202/209 Integrated Power Management Chip47 * http://www.x-powers.com/product/AXP20X.php48 * http://dl.linux-sunxi.org/AXP/AXP209%20Datasheet%20v1.0_cn.pdf52 pmic-temp {53 compatible = "iio-hwmon";54 io-channels = <&axp_adc 4>; /* Internal temperature */59 compatible = "x-powers,axp209";[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * AXP20X and AXP22X PMICs' ACIN power supply driver6 * Quentin Schulz <quentin.schulz@free-electrons.com>30 #define AXP813_VHOLD_UV_TO_BIT(x) ((((x) / 100000) - 40) << 3)35 #define AXP813_CURR_LIMIT_UA_TO_BIT(x) (((x) / 500000) - 3)39 #define DRVNAME "axp20x-ac-power-supply"43 struct power_supply *supply; member53 struct axp20x_ac_power *power = devid; in axp20x_ac_power_irq() local55 power_supply_changed(power->supply); in axp20x_ac_power_irq()64 struct axp20x_ac_power *power = power_supply_get_drvdata(psy); in axp20x_ac_power_get_property() local[all …]