diff options
author | Joel Selvaraj <jo@jsfamily.in> | 2022-04-01 05:48:09 +0530 |
---|---|---|
committer | Sumit Semwal <sumit.semwal@linaro.org> | 2022-06-08 23:37:18 +0530 |
commit | 2292639b4cc89f4411a7dd565634517fb09ec97c (patch) | |
tree | 2bbe44f57c8fca36ceeb045dc5d5b9f7e53f0fc3 /Documentation | |
parent | c11256f82ec82216f69dafee75b3d854d92392d1 (diff) | |
download | lwn-2292639b4cc89f4411a7dd565634517fb09ec97c.tar.gz lwn-2292639b4cc89f4411a7dd565634517fb09ec97c.zip |
dt-bindings: display: novatek, nt36672a: add backlight property
Add backlight property and update example to include it.
Signed-off-by: Joel Selvaraj <jo@jsfamily.in>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Marijn Suijten <marijn.suijten@somainline.org>
Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/BY5PR02MB70090BB5D8C7D655BEE0642FD9E09@BY5PR02MB7009.namprd02.prod.outlook.com
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/display/panel/novatek,nt36672a.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/novatek,nt36672a.yaml b/Documentation/devicetree/bindings/display/panel/novatek,nt36672a.yaml index 563766d283f6..41ee3157a1cd 100644 --- a/Documentation/devicetree/bindings/display/panel/novatek,nt36672a.yaml +++ b/Documentation/devicetree/bindings/display/panel/novatek,nt36672a.yaml @@ -46,6 +46,7 @@ properties: reg: true port: true + backlight: true required: - compatible @@ -73,6 +74,7 @@ examples: vddpos-supply = <&lab>; vddneg-supply = <&ibb>; + backlight = <&pmi8998_wled>; reset-gpios = <&tlmm 6 GPIO_ACTIVE_HIGH>; port { |