diff options
author | Rob Herring <robh@kernel.org> | 2015-09-21 17:50:52 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2015-10-22 16:21:22 +0200 |
commit | 7755313e69aac99800c617ea835d86cd06f7f54c (patch) | |
tree | 684f436cfc6caa0648be62297854028c73404390 /Documentation/devicetree/bindings/mfd | |
parent | dt-bindings: consolidate display related bindings (diff) | |
download | linux-7755313e69aac99800c617ea835d86cd06f7f54c.tar.xz linux-7755313e69aac99800c617ea835d86cd06f7f54c.zip |
dt-bindings: move backlight bindings under leds
Backlights are generally a subtype of LEDs at least from a software
point of view if not always electrically. Move the bindings from the
video directory to underneath the leds dir.
Signed-off-by: Rob Herring <robh@kernel.org>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
Cc: Kumar Gala <galak@codeaurora.org>
Diffstat (limited to 'Documentation/devicetree/bindings/mfd')
-rw-r--r-- | Documentation/devicetree/bindings/mfd/sky81452.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mfd/sky81452.txt b/Documentation/devicetree/bindings/mfd/sky81452.txt index 35181794aa24..511764acd4d5 100644 --- a/Documentation/devicetree/bindings/mfd/sky81452.txt +++ b/Documentation/devicetree/bindings/mfd/sky81452.txt @@ -6,7 +6,7 @@ Required properties: Required child nodes: - backlight : container node for backlight following the binding - in video/backlight/sky81452-backlight.txt + in leds/backlight/sky81452-backlight.txt - regulator : container node for regulators following the binding in regulator/sky81452-regulator.txt |