003 File Manager
Current Path:
/usr/src/sys/contrib/device-tree/Bindings/leds/backlight
usr
/
src
/
sys
/
contrib
/
device-tree
/
Bindings
/
leds
/
backlight
/
📁
..
📄
88pm860x.txt
(306 B)
📄
arcxcnn_bl.txt
(1.01 KB)
📄
gpio-backlight.txt
(395 B)
📄
gpio-backlight.yaml
(839 B)
📄
led-backlight.txt
(882 B)
📄
led-backlight.yaml
(1.5 KB)
📄
lm3630a-backlight.yaml
(3.47 KB)
📄
lp855x.txt
(1.65 KB)
📄
max8925-backlight.txt
(173 B)
📄
pwm-backlight.txt
(2.36 KB)
📄
pwm-backlight.yaml
(2.76 KB)
📄
qcom-wled.yaml
(5.87 KB)
📄
sky81452-backlight.txt
(922 B)
📄
tps65217-backlight.txt
(771 B)
📄
zii,rave-sp-backlight.txt
(608 B)
Editing: gpio-backlight.yaml
# SPDX-License-Identifier: GPL-2.0-only %YAML 1.2 --- $id: http://devicetree.org/schemas/leds/backlight/gpio-backlight.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: gpio-backlight bindings maintainers: - Lee Jones <lee.jones@linaro.org> - Daniel Thompson <daniel.thompson@linaro.org> - Jingoo Han <jingoohan1@gmail.com> properties: compatible: const: gpio-backlight gpios: description: The gpio that is used for enabling/disabling the backlight. maxItems: 1 default-on: description: enable the backlight at boot. type: boolean required: - compatible - gpios additionalProperties: false examples: - | #include <dt-bindings/gpio/gpio.h> backlight { compatible = "gpio-backlight"; gpios = <&gpio3 4 GPIO_ACTIVE_HIGH>; default-on; }; ...
Upload File
Create Folder