Lines Matching +full:device +full:- +full:state +full:- +full:gpios
2 # SPDX-License-Identifier: Apache-2.0
7 supply-gpios:
8 type: phandle-array
10 GPIO specifier that controls power to the device.
12 This property should be provided when the device has a dedicated
13 switch that controls power to the device. The supply state is
14 entirely the responsibility of the device driver.
16 Contrast with vin-supply.
18 vin-supply:
21 Reference to the regulator that controls power to the device.
24 This property should be provided when device power is supplied
25 by a shared regulator. The supply state is dependent on the
28 Contrast with supply-gpios. If both properties are provided
29 then the regulator must be requested before the supply GPIOS is
30 set to an active state, and the supply GPIOS must be set to an
31 inactive state before releasing the regulator.