Searched +full:dok +full:- +full:gpios (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Sebastian Reichel <sre@kernel.org>13 - $ref: power-supply.yaml#19 dok-gpios:23 uok-gpios:27 cen-gpios:31 chg-gpios:35 flt-gpios:[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * max8903_charger.c - Maxim 8903 USB/Adapter Charger Driver22 * GPIOs24 * dok or uok must be present.25 * If dok is present, cen must be present.28 struct gpio_desc *dok; /* DC (Adapter) Power OK output */ member32 struct gpio_desc *dcm; /* Current-Limit Mode input (1: DC, 2: USB) */53 val->intval = POWER_SUPPLY_STATUS_UNKNOWN; in max8903_get_property()54 if (data->chg) { in max8903_get_property()55 if (gpiod_get_value(data->chg)) in max8903_get_property()[all …]
9 /dts-v1/;11 #include <dt-bindings/gpio/gpio.h>12 #include <dt-bindings/input/input.h>17 compatible = "fsl,imx6sll-evk", "fsl,imx6sll";24 compatible = "pwm-backlight";26 brightness-levels = <0 4 8 16 32 64 128 255>;27 default-brightness-level = <6>;32 compatible = "fsl,max8903-charger";33 pinctrl-names = "default";45 compatible = "fsl,imx6sl-pxp-v4l2";[all …]