/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | x-powers,axp152.yaml | 4 $id: http://devicetree.org/schemas/mfd/x-powers,axp152.yaml# 7 title: X-Powers AXP PMIC 18 - x-powers,axp152 19 - x-powers,axp202 20 - x-powers,axp209 26 x-powers,dcdc-freq: 35 x-powers,dcdc-freq: 45 - x-powers,axp152 46 - x-powers,axp202 47 - x-powers,axp209 [all …]
|
H A D | x-powers,ac100.yaml | 4 $id: http://devicetree.org/schemas/mfd/x-powers,ac100.yaml# 7 title: X-Powers AC100 14 const: x-powers,ac100 27 const: x-powers,ac100-codec 53 const: x-powers,ac100-rtc 94 compatible = "x-powers,ac100"; 98 compatible = "x-powers,ac100-codec"; 106 compatible = "x-powers,ac100-rtc";
|
/openbmc/linux/Documentation/devicetree/bindings/gpio/ |
H A D | x-powers,axp209-gpio.yaml | 4 $id: http://devicetree.org/schemas/gpio/x-powers,axp209-gpio.yaml# 7 title: X-Powers AXP209 GPIO 21 - x-powers,axp209-gpio 22 - x-powers,axp221-gpio 23 - x-powers,axp813-gpio 26 - x-powers,axp223-gpio 27 - x-powers,axp809-gpio 28 - const: x-powers,axp221-gpio 30 - const: x-powers,axp803-gpio 31 - const: x-powers,axp813-gpio
|
/openbmc/linux/arch/arm64/boot/dts/allwinner/ |
H A D | axp803.dtsi | 14 compatible = "x-powers,axp803-ac-power-supply", 15 "x-powers,axp813-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", 32 "x-powers,axp813-battery-power-supply"; 38 x-powers,dcdc-freq = <3000>; 141 compatible = "x-powers,axp803-usb-power-supply", 142 "x-powers,axp813-usb-power-supply";
|
H A D | sun50i-h616-orangepi-zero2.dts | 30 compatible = "x-powers,axp305", "x-powers,axp805", 31 "x-powers,axp806"; 36 x-powers,self-working-mode;
|
H A D | sun50i-h616-x96-mate.dts | 77 compatible = "x-powers,axp305", "x-powers,axp805", 78 "x-powers,axp806"; 83 x-powers,self-working-mode;
|
/openbmc/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | x-powers,axp20x-usb-power-supply.yaml | 4 $id: http://devicetree.org/schemas/power/supply/x-powers,axp20x-usb-power-supply.yaml# 25 - x-powers,axp192-usb-power-supply 26 - x-powers,axp202-usb-power-supply 27 - x-powers,axp221-usb-power-supply 28 - x-powers,axp223-usb-power-supply 29 - x-powers,axp813-usb-power-supply 31 - const: x-powers,axp803-usb-power-supply 32 - const: x-powers,axp813-usb-power-supply
|
H A D | x-powers,axp20x-battery-power-supply.yaml | 4 $id: http://devicetree.org/schemas/power/supply/x-powers,axp20x-battery-power-supply.yaml# 23 - const: x-powers,axp202-battery-power-supply 24 - const: x-powers,axp209-battery-power-supply 25 - const: x-powers,axp221-battery-power-supply 27 - const: x-powers,axp803-battery-power-supply 28 - const: x-powers,axp813-battery-power-supply 29 - const: x-powers,axp813-battery-power-supply
|
H A D | x-powers,axp20x-ac-power-supply.yaml | 4 $id: http://devicetree.org/schemas/power/supply/x-powers,axp20x-ac-power-supply.yaml# 25 - const: x-powers,axp202-ac-power-supply 26 - const: x-powers,axp221-ac-power-supply 28 - const: x-powers,axp803-ac-power-supply 29 - const: x-powers,axp813-ac-power-supply 30 - const: x-powers,axp813-ac-power-supply
|
/openbmc/linux/drivers/mfd/ |
H A D | axp20x-i2c.c | 3 * I2C driver for the X-Powers' Power Management ICs 61 { .compatible = "x-powers,axp152", .data = (void *)AXP152_ID }, 62 { .compatible = "x-powers,axp192", .data = (void *)AXP192_ID }, 63 { .compatible = "x-powers,axp202", .data = (void *)AXP202_ID }, 64 { .compatible = "x-powers,axp209", .data = (void *)AXP209_ID }, 65 { .compatible = "x-powers,axp221", .data = (void *)AXP221_ID }, 66 { .compatible = "x-powers,axp223", .data = (void *)AXP223_ID }, 67 { .compatible = "x-powers,axp313a", .data = (void *)AXP313A_ID }, 68 { .compatible = "x-powers,axp803", .data = (void *)AXP803_ID }, 69 { .compatible = "x-powers,axp806", .data = (void *)AXP806_ID }, [all …]
|
H A D | axp20x-rsb.c | 3 * RSB driver for the X-Powers' Power Management ICs 60 { .compatible = "x-powers,axp223", .data = (void *)AXP223_ID }, 61 { .compatible = "x-powers,axp803", .data = (void *)AXP803_ID }, 62 { .compatible = "x-powers,axp806", .data = (void *)AXP806_ID }, 63 { .compatible = "x-powers,axp809", .data = (void *)AXP809_ID }, 64 { .compatible = "x-powers,axp813", .data = (void *)AXP813_ID },
|
H A D | axp20x.c | 3 * MFD core driver for the X-Powers' Power Management ICs 825 .of_compatible = "x-powers,axp192-adc", 828 .of_compatible = "x-powers,axp192-battery-power-supply", 831 .of_compatible = "x-powers,axp202-ac-power-supply", 836 .of_compatible = "x-powers,axp192-usb-power-supply", 846 .of_compatible = "x-powers,axp209-gpio", 855 .of_compatible = "x-powers,axp209-adc", 858 .of_compatible = "x-powers,axp209-battery-power-supply", 861 .of_compatible = "x-powers,axp202-ac-power-supply", 866 .of_compatible = "x-powers,axp202-usb-power-supply", [all …]
|
H A D | ac100.c | 3 * MFD core driver for X-Powers' AC100 Audio Codec IC 81 .of_compatible = "x-powers,ac100-codec", 84 .of_compatible = "x-powers,ac100-rtc", 118 { .compatible = "x-powers,ac100" },
|
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | x-powers,axp209-adc.yaml | 4 $id: http://devicetree.org/schemas/iio/adc/x-powers,axp209-adc.yaml# 7 title: X-Powers AXP ADC 53 - const: x-powers,axp209-adc 54 - const: x-powers,axp221-adc 55 - const: x-powers,axp813-adc 58 - const: x-powers,axp803-adc 59 - const: x-powers,axp813-adc 70 compatible = "x-powers,axp221-adc";
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | axp209.dtsi | 47 * http://www.x-powers.com/product/AXP20X.php 52 compatible = "x-powers,axp209"; 57 compatible = "x-powers,axp202-ac-power-supply"; 62 compatible = "x-powers,axp209-adc"; 67 compatible = "x-powers,axp209-gpio"; 73 compatible = "x-powers,axp209-battery-power-supply"; 79 x-powers,dcdc-freq = <1500>; 116 compatible = "x-powers,axp202-usb-power-supply";
|
H A D | axp22x.dtsi | 47 * http://www.x-powers.com/product/AXP22X.php 56 compatible = "x-powers,axp221-ac-power-supply"; 61 compatible = "x-powers,axp221-battery-power-supply"; 67 x-powers,dcdc-freq = <3000>; 162 compatible = "x-powers,axp221-usb-power-supply";
|
H A D | axp81x.dtsi | 52 compatible = "x-powers,axp813-adc"; 57 compatible = "x-powers,axp813-gpio"; 73 compatible = "x-powers,axp813-battery-power-supply"; 79 x-powers,dcdc-freq = <3000>;
|
/openbmc/linux/arch/arm/boot/dts/allwinner/ |
H A D | axp209.dtsi | 47 * http://www.x-powers.com/product/AXP20X.php 59 compatible = "x-powers,axp209"; 64 compatible = "x-powers,axp202-ac-power-supply"; 69 compatible = "x-powers,axp209-adc"; 74 compatible = "x-powers,axp209-gpio"; 80 compatible = "x-powers,axp209-battery-power-supply"; 86 x-powers,dcdc-freq = <1500>; 123 compatible = "x-powers,axp202-usb-power-supply";
|
H A D | axp22x.dtsi | 47 * http://www.x-powers.com/product/AXP22X.php 56 compatible = "x-powers,axp221-ac-power-supply"; 61 compatible = "x-powers,axp221-adc"; 66 compatible = "x-powers,axp221-battery-power-supply"; 71 compatible = "x-powers,axp221-gpio"; 78 x-powers,dcdc-freq = <3000>; 173 compatible = "x-powers,axp221-usb-power-supply";
|
H A D | axp81x.dtsi | 52 compatible = "x-powers,axp813-ac-power-supply"; 57 compatible = "x-powers,axp813-adc"; 62 compatible = "x-powers,axp813-gpio"; 68 compatible = "x-powers,axp813-battery-power-supply"; 74 x-powers,dcdc-freq = <3000>; 162 compatible = "x-powers,axp813-usb-power-supply";
|
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/ |
H A D | adi,adv7533.yaml | 61 description: A 1.8V supply that powers up the AVDD pin. 64 description: A 1.8V supply that powers up the DVDD pin. 67 description: A 1.8V supply that powers up the PVDD pin. 70 description: A 1.8V supply that powers up the A2VDD pin. 73 description: A 3.3V supply that powers up the V3P3 pin. 77 A supply that powers up the V1P2 pin. It can be either 1.2V
|
H A D | adi,adv7511.yaml | 63 description: A 1.8V supply that powers up the AVDD pin. 66 description: A 1.8V supply that powers up the DVDD pin. 69 description: A 1.8V supply that powers up the PVDD pin. 72 description: A 3.3V supply that powers up the DVDD_3V pin. 75 description: A 1.8V supply that powers up the BGVDD pin.
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | adi,max98396.yaml | 28 description: A 1.8V supply that powers up the AVDD pin. 31 description: A 1.2V supply that powers up the DVDD pin. 34 description: A 1.2V or 1.8V supply that powers up the VDDIO pin. 37 description: A 3.0V to 20V supply that powers up the PVDD pin. 40 description: A 3.3V to 5.5V supply that powers up the VBAT pin.
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_benchmark.c | 173 "benchmark test: %d (GTT to VRAM, buffer size sweep, powers of 2)\n", in amdgpu_benchmark() 175 /* GTT to VRAM, buffer size sweep, powers of 2 */ in amdgpu_benchmark() 186 "benchmark test: %d (VRAM to GTT, buffer size sweep, powers of 2)\n", in amdgpu_benchmark() 188 /* VRAM to GTT, buffer size sweep, powers of 2 */ in amdgpu_benchmark() 199 "benchmark test: %d (VRAM to VRAM, buffer size sweep, powers of 2)\n", in amdgpu_benchmark() 201 /* VRAM to VRAM, buffer size sweep, powers of 2 */ in amdgpu_benchmark()
|
/openbmc/u-boot/drivers/power/ |
H A D | Kconfig | 87 powers some of the pingroups, NAND/eMMC, SD/MMC, and USB OTG. 103 On A80 boards dcdc2 powers the GPU and can be left off. 139 On A80 boards dcdc4 powers VDD-SYS, HDMI, USB OTG and should be 0.9V. 163 On A80 boards aldo1 powers the USB hosts and should be 3.0V. 181 On A80 boards aldo2 powers PB pingroup and camera IO and can be left off. 182 On A83T / H8 boards aldo2 powers VDD-DLL, VCC18-PLL, CPVDD, VDD18-ADC, 270 On A80 boards dldo2 normally powers the PL pins and should be 3.0V. 314 On A80 boards it powers the PM pingroup and should be 3.0V.
|