/linux/arch/arm64/boot/dts/allwinner/ |
H A D | axp803.dtsi | 5 * AXP803 Integrated Power Management Chip 9 &axp803 { 14 compatible = "x-powers,axp803-ac-power-supply", 20 compatible = "x-powers,axp803-adc", "x-powers,axp813-adc"; 25 compatible = "x-powers,axp803-gpio", "x-powers,axp813-gpio"; 31 compatible = "x-powers,axp803-battery-power-supply", 141 compatible = "x-powers,axp803-usb-power-supply",
|
H A D | sun50i-a64-sopine.dtsi | 44 axp803: pmic@3a3 { label 45 compatible = "x-powers,axp803"; 64 #include "axp803.dtsi"
|
H A D | sun50i-a64-pine64.dts | 138 axp803: pmic@3a3 { label 139 compatible = "x-powers,axp803"; 146 #include "axp803.dtsi" 193 * As AXP803 DCDC5 cannot reach 1.35V accurately, use 1.36V instead.
|
H A D | sun50i-a100-allwinner-perf1.dts | 46 axp803: pmic@34 { label 47 compatible = "x-powers,axp803"; 55 #include "axp803.dtsi"
|
H A D | sun50i-a64-nanopi-a64.dts | 151 axp803: pmic@3a3 { label 152 compatible = "x-powers,axp803"; 159 #include "axp803.dtsi"
|
H A D | sun50i-h64-remix-mini-pc.dts | 190 axp803: pmic@3a3 { label 191 compatible = "x-powers,axp803"; 213 #include "axp803.dtsi"
|
H A D | sun50i-a64-bananapi-m64.dts | 190 axp803: pmic@3a3 { label 191 compatible = "x-powers,axp803"; 199 #include "axp803.dtsi"
|
H A D | sun50i-a64-amarula-relic.dts | 172 axp803: pmic@3a3 { label 173 compatible = "x-powers,axp803"; 181 #include "axp803.dtsi"
|
H A D | sun50i-a64-olinuxino.dts | 197 axp803: pmic@3a3 { label 198 compatible = "x-powers,axp803"; 212 #include "axp803.dtsi"
|
H A D | sun50i-a64-teres-i.dts | 215 axp803: pmic@3a3 { label 216 compatible = "x-powers,axp803"; 223 #include "axp803.dtsi"
|
H A D | sun50i-a64-orangepi-win.dts | 191 axp803: pmic@3a3 { label 192 compatible = "x-powers,axp803"; 200 #include "axp803.dtsi"
|
H A D | sun50i-a64-pinebook.dts | 245 axp803: pmic@3a3 { label 246 compatible = "x-powers,axp803"; 253 #include "axp803.dtsi"
|
H A D | sun50i-a64-pinetab.dts | 277 axp803: pmic@3a3 { label 278 compatible = "x-powers,axp803"; 286 #include "axp803.dtsi"
|
H A D | sun50i-a64-pinephone.dtsi | 314 axp803: pmic@3a3 { label 315 compatible = "x-powers,axp803"; 322 #include "axp803.dtsi"
|
/linux/drivers/mfd/ |
H A D | axp20x.c | 46 "AXP803", 154 /* AXP288 ranges are shared with the AXP803, as they cover the same range */ 327 /* AXP803 and AXP813/AXP818 share the same interrupts */ 678 INIT_REGMAP_IRQ(AXP803, ACIN_OVER_V, 0, 7), 679 INIT_REGMAP_IRQ(AXP803, ACIN_PLUGIN, 0, 6), 680 INIT_REGMAP_IRQ(AXP803, ACIN_REMOVAL, 0, 5), 681 INIT_REGMAP_IRQ(AXP803, VBUS_OVER_V, 0, 4), 682 INIT_REGMAP_IRQ(AXP803, VBUS_PLUGIN, 0, 3), 683 INIT_REGMAP_IRQ(AXP803, VBUS_REMOVAL, 0, 2), 684 INIT_REGMAP_IRQ(AXP803, BATT_PLUGIN, 1, 7), [all …]
|
H A D | axp20x-i2c.c | 69 { .compatible = "x-powers,axp803", .data = (void *)AXP803_ID }, 86 { "axp803" },
|
H A D | axp20x-rsb.c | 62 { .compatible = "x-powers,axp803", .data = (void *)AXP803_ID },
|
/linux/drivers/regulator/ |
H A D | axp20x-regulator.c | 890 AXP_DESC(AXP803, DCDC1, "dcdc1", "vin1", 1600, 3400, 100, 893 AXP_DESC_RANGES(AXP803, DCDC2, "dcdc2", "vin2", 897 AXP_DESC_RANGES(AXP803, DCDC3, "dcdc3", "vin3", 901 AXP_DESC_RANGES(AXP803, DCDC4, "dcdc4", "vin4", 905 AXP_DESC_RANGES(AXP803, DCDC5, "dcdc5", "vin5", 909 AXP_DESC_RANGES(AXP803, DCDC6, "dcdc6", "vin6", 914 AXP_DESC_SW(AXP803, DC1SW, "dc1sw", NULL, 916 AXP_DESC(AXP803, ALDO1, "aldo1", "aldoin", 700, 3300, 100, 919 AXP_DESC(AXP803, ALDO2, "aldo2", "aldoin", 700, 3300, 100, 922 AXP_DESC(AXP803, ALDO3, "aldo3", "aldoin", 700, 3300, 100, [all …]
|
/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | x-powers,axp20x-ac-power-supply.yaml | 12 tell if an AC power supply is present and usable. AXP813/AXP803 are 28 - const: x-powers,axp803-ac-power-supply
|
H A D | x-powers,axp20x-battery-power-supply.yaml | 28 - const: x-powers,axp803-battery-power-supply
|
H A D | x-powers,axp20x-usb-power-supply.yaml | 29 - const: x-powers,axp803-usb-power-supply
|
/linux/Documentation/devicetree/bindings/gpio/ |
H A D | x-powers,axp209-gpio.yaml | 30 - const: x-powers,axp803-gpio
|
/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | x-powers,axp209-adc.yaml | 70 - const: x-powers,axp803-adc
|
/linux/include/linux/mfd/ |
H A D | axp20x.h | 212 /* Other DCDC regulator control registers are the same as AXP803 */ 399 /* AXP288/AXP803 specific registers */
|
/linux/Documentation/devicetree/bindings/mfd/ |
H A D | x-powers,axp152.yaml | 104 - x-powers,axp803
|