summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/leds/backlight
diff options
context:
space:
mode:
authorSebastian Reichel <sebastian.reichel@collabora.com>2023-10-23 15:12:20 +0200
committerLee Jones <lee@kernel.org>2023-11-01 10:02:17 +0000
commit93fae36e030d8f74ea3a862814f3c45755639929 (patch)
tree42154a35aa2d9768b8fb61955e2de2145ef8c0ca /Documentation/devicetree/bindings/leds/backlight
parent0db434f513d5cde5420787f737c7538b21f93998 (diff)
dt-bindings: mfd: max8925: Convert to DT schema format
Convert the binding to DT schema format. The sub-functions of this MFD device do not have their own compatible string and are thus described directly in the MFD binding document after being converted to YAML. Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20231023131409.1796451-1-sebastian.reichel@collabora.com Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/leds/backlight')
-rw-r--r--Documentation/devicetree/bindings/leds/backlight/max8925-backlight.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/Documentation/devicetree/bindings/leds/backlight/max8925-backlight.txt b/Documentation/devicetree/bindings/leds/backlight/max8925-backlight.txt
deleted file mode 100644
index b4cffdaa4137..000000000000
--- a/Documentation/devicetree/bindings/leds/backlight/max8925-backlight.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-88pm860x-backlight bindings
-
-Optional properties:
- - maxim,max8925-dual-string: whether support dual string
-
-Example:
-
- backlights {
- maxim,max8925-dual-string = <0>;
- };