Power Led Device
================

The device tree node which describes GPIO to use as the power LED
is as follows:

Required properties :
- compatible = "sony,power-led"
- gpios : Set GPIO to use as the power LED

Example
=======

	power_led {
		compatible = "sony,power-led";
		gpios = <&gpio5 3 GPIO_ACTIVE_HIGH>;
	};
