89ae5b2b93
This patch adds few bindings for the new drivers to be submitted through the appropriate maintainers. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16 lines
332 B
Plaintext
16 lines
332 B
Plaintext
LED connected to GPIO
|
|
|
|
Required properties:
|
|
- compatible : should be "gpio-led".
|
|
- label : (optional) the label for this LED. If omitted, the label is
|
|
taken from the node name (excluding the unit address).
|
|
- gpios : should specify LED GPIO.
|
|
|
|
Example:
|
|
|
|
led@0 {
|
|
compatible = "gpio-led";
|
|
label = "hdd";
|
|
gpios = <&mcu_pio 0 1>;
|
|
};
|