diff options
author | Tzung-Bi Shih <tzungbi@kernel.org> | 2022-05-23 11:08:20 +0200 |
---|---|---|
committer | Tzung-Bi Shih <tzungbi@kernel.org> | 2022-06-10 04:31:42 +0200 |
commit | 20f370efddb58c497588a51df889dc784055733f (patch) | |
tree | 59457c74c0e2f99dcdf5d24dbe78155b1f6b604e /Documentation/devicetree/bindings/chrome | |
parent | platform/chrome: cros_kbd_led_backlight: separate ACPI backend (diff) | |
download | linux-20f370efddb58c497588a51df889dc784055733f.tar.xz linux-20f370efddb58c497588a51df889dc784055733f.zip |
dt-bindings: add google,cros-kbd-led-backlight
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org>
Link: https://lore.kernel.org/r/20220523090822.3035189-4-tzungbi@kernel.org
Diffstat (limited to 'Documentation/devicetree/bindings/chrome')
-rw-r--r-- | Documentation/devicetree/bindings/chrome/google,cros-kbd-led-backlight.yaml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/chrome/google,cros-kbd-led-backlight.yaml b/Documentation/devicetree/bindings/chrome/google,cros-kbd-led-backlight.yaml new file mode 100644 index 000000000000..5b875af6a95a --- /dev/null +++ b/Documentation/devicetree/bindings/chrome/google,cros-kbd-led-backlight.yaml @@ -0,0 +1,35 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/chrome/google,cros-kbd-led-backlight.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: ChromeOS keyboard backlight LED driver. + +maintainers: + - Tzung-Bi Shih <tzungbi@kernel.org> + +properties: + compatible: + const: google,cros-kbd-led-backlight + +required: + - compatible + +additionalProperties: false + +examples: + - | + spi0 { + #address-cells = <1>; + #size-cells = <0>; + + cros_ec: ec@0 { + compatible = "google,cros-ec-spi"; + reg = <0>; + + kbd-led-backlight { + compatible = "google,cros-kbd-led-backlight"; + }; + }; + }; |