diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2016-08-16 22:41:36 +0300 |
---|---|---|
committer | Jacek Anaszewski <j.anaszewski@samsung.com> | 2016-08-19 22:05:39 +0300 |
commit | 1d1a77ddc8acfa3d506f1958e09a12085e71fc69 (patch) | |
tree | 9da585d17ceb3afc0dac10a99de709c647577d2f /Documentation/devicetree/bindings/leds/leds-bcm6328.txt | |
parent | 7f866986e7052197396d8a663fa009209af18aee (diff) | |
download | linux-1d1a77ddc8acfa3d506f1958e09a12085e71fc69.tar.xz |
leds: centralize definition of "default-state" property
Four different drivers define the "default-state" property.
Move this into the common.txt common LEDs properties.
Cc: devicetree@vger.kernel.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
Diffstat (limited to 'Documentation/devicetree/bindings/leds/leds-bcm6328.txt')
-rw-r--r-- | Documentation/devicetree/bindings/leds/leds-bcm6328.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/leds/leds-bcm6328.txt b/Documentation/devicetree/bindings/leds/leds-bcm6328.txt index 3f48c1eaf085..ccebce597f37 100644 --- a/Documentation/devicetree/bindings/leds/leds-bcm6328.txt +++ b/Documentation/devicetree/bindings/leds/leds-bcm6328.txt @@ -49,7 +49,7 @@ LED sub-node optional properties: - active-low : Boolean, makes LED active low. Default : false - default-state : see - Documentation/devicetree/bindings/leds/leds-gpio.txt + Documentation/devicetree/bindings/leds/common.txt - linux,default-trigger : see Documentation/devicetree/bindings/leds/common.txt |