Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: display: remove backlight node from panel examples

The examples for these panel drivers have a backlight node in addition to
the actual panel node. However the exact backlight is outside the scope of
this binding and should be dropped from the example.

Link: https://lore.kernel.org/linux-devicetree/20230724143152.GA3430423-robh@kernel.org/
Suggested-by: Rob Herring <robh@kernel.org>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Acked-by: David Lechner <david@lechnology.com>
Link: https://lore.kernel.org/r/20231011-dt-panel-example-no-backlight-v1-1-b81618d32752@bootlin.com
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Luca Ceresoli and committed by
Rob Herring
eb559fa6 ca5a75df

-13
-4
Documentation/devicetree/bindings/display/ilitek,ili9486.yaml
··· 50 50 - | 51 51 #include <dt-bindings/gpio/gpio.h> 52 52 53 - backlight: backlight { 54 - compatible = "gpio-backlight"; 55 - gpios = <&gpio 22 GPIO_ACTIVE_HIGH>; 56 - }; 57 53 spi { 58 54 #address-cells = <1>; 59 55 #size-cells = <0>;
-4
Documentation/devicetree/bindings/display/panel/ilitek,ili9163.yaml
··· 48 48 - | 49 49 #include <dt-bindings/gpio/gpio.h> 50 50 51 - backlight: backlight { 52 - compatible = "gpio-backlight"; 53 - gpios = <&gpio 22 GPIO_ACTIVE_HIGH>; 54 - }; 55 51 spi { 56 52 #address-cells = <1>; 57 53 #size-cells = <0>;
-5
Documentation/devicetree/bindings/display/sitronix,st7735r.yaml
··· 54 54 - | 55 55 #include <dt-bindings/gpio/gpio.h> 56 56 57 - backlight: backlight { 58 - compatible = "gpio-backlight"; 59 - gpios = <&gpio 44 GPIO_ACTIVE_HIGH>; 60 - }; 61 - 62 57 spi { 63 58 #address-cells = <1>; 64 59 #size-cells = <0>;