sched/fair: Fix sched domains NULL dereference in select_idle_sibling()
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / gpio / gpio-tps65086.txt
1 * TPS65086 GPO Controller bindings
2
3 Required properties:
4  - compatible           : Should be "ti,tps65086-gpio".
5  - gpio-controller      : Marks the device node as a GPIO Controller.
6  - #gpio-cells          : Should be two. The first cell is the pin number
7                             and the second cell is used to specify flags.
8                             See ../gpio/gpio.txt for possible values.
9
10 Example:
11
12         gpio4: gpio {
13                 compatible = "ti,tps65086-gpio";
14                 gpio-controller;
15                 #gpio-cells = <2>;
16         };