dt-bindings: display: remove backlight node from panel examples
authorLuca Ceresoli <luca.ceresoli@bootlin.com>
Wed, 11 Oct 2023 10:47:38 +0000 (12:47 +0200)
committerRob Herring <robh@kernel.org>
Tue, 17 Oct 2023 18:44:41 +0000 (13:44 -0500)
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>
Documentation/devicetree/bindings/display/ilitek,ili9486.yaml
Documentation/devicetree/bindings/display/panel/ilitek,ili9163.yaml
Documentation/devicetree/bindings/display/sitronix,st7735r.yaml

index 1f8f2182e2f1f7d2db024de57b7f0a9f49762305..9cc1fd0751cdbf908ec9bab225b523098106933a 100644 (file)
@@ -50,10 +50,6 @@ examples:
   - |
     #include <dt-bindings/gpio/gpio.h>
 
-    backlight: backlight {
-            compatible = "gpio-backlight";
-            gpios = <&gpio 22 GPIO_ACTIVE_HIGH>;
-    };
     spi {
             #address-cells = <1>;
             #size-cells = <0>;
index 90e323e19edb7f051983b10484c6addd647a1dc8..3cabbba86581caa688fcd8bdcd4bc989f56461c7 100644 (file)
@@ -48,10 +48,6 @@ examples:
   - |
     #include <dt-bindings/gpio/gpio.h>
 
-    backlight: backlight {
-            compatible = "gpio-backlight";
-            gpios = <&gpio 22 GPIO_ACTIVE_HIGH>;
-    };
     spi {
             #address-cells = <1>;
             #size-cells = <0>;
index 621f2714841990a90ea6cdda04d9aa04fd51c394..3b0ebc0db8e099ab0541cb4f0069e730ac95ff33 100644 (file)
@@ -54,11 +54,6 @@ examples:
   - |
     #include <dt-bindings/gpio/gpio.h>
 
-    backlight: backlight {
-            compatible = "gpio-backlight";
-            gpios = <&gpio 44 GPIO_ACTIVE_HIGH>;
-    };
-
     spi {
             #address-cells = <1>;
             #size-cells = <0>;