diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-06-26 12:49:06 +0300 |
---|---|---|
committer | Jacek Anaszewski <jacek.anaszewski@gmail.com> | 2018-06-28 22:34:44 +0300 |
commit | 868ec1cad0d93365ddbb1cba2b671c6c8c9221ba (patch) | |
tree | c000122328c59b8c78f5b3370b7de790900877d3 | |
parent | 3d74243db89f9c7cea7afc471f67e15b96cc6278 (diff) | |
download | linux-868ec1cad0d93365ddbb1cba2b671c6c8c9221ba.tar.xz |
devicectree: bindings: fix location of leds common file
The leds.txt was moved and renamed. Fix references to
it accordingly.
Fixes: f67605394f0b ("devicetree/bindings: Move gpio-leds binding into leds directory")
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
-rw-r--r-- | Documentation/devicetree/bindings/leds/common.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/leds/common.txt b/Documentation/devicetree/bindings/leds/common.txt index 1d4afe9644b6..aa1399814a2a 100644 --- a/Documentation/devicetree/bindings/leds/common.txt +++ b/Documentation/devicetree/bindings/leds/common.txt @@ -31,7 +31,7 @@ Optional properties for child nodes: "backlight" - LED will act as a back-light, controlled by the framebuffer system "default-on" - LED will turn on (but for leds-gpio see "default-state" - property in Documentation/devicetree/bindings/gpio/led.txt) + property in Documentation/devicetree/bindings/leds/leds-gpio.txt) "heartbeat" - LED "double" flashes at a load average based rate "disk-activity" - LED indicates disk activity "ide-disk" - LED indicates IDE disk activity (deprecated), |