1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-15 04:42:02 +00:00
openmptcprouter/root/target/linux/bcm27xx/patches-5.15/950-0803-dtoverlays-Connect-the-backlight-to-the-pitft35-disp.patch
Ycarus (Yannick Chabanois) 07d07219be Update bcm27xx 5.15 patches
2022-04-22 17:00:47 +02:00

34 lines
1.1 KiB
Diff

From fb864178b5a3baf305f23439639d77aae3a04643 Mon Sep 17 00:00:00 2001
From: Dave Stevenson <dave.stevenson@raspberrypi.com>
Date: Mon, 21 Mar 2022 18:27:45 +0000
Subject: [PATCH 803/828] dtoverlays: Connect the backlight to the pitft35
display
DRM will automatically handle the backlight with the display if
told about the linking, so link the two together.
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
---
arch/arm/boot/dts/overlays/pitft35-resistive-overlay.dts | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
--- a/arch/arm/boot/dts/overlays/pitft35-resistive-overlay.dts
+++ b/arch/arm/boot/dts/overlays/pitft35-resistive-overlay.dts
@@ -102,7 +102,7 @@
fragment@5 {
target-path = "/soc";
__overlay__ {
- backlight {
+ backlight: backlight {
compatible = "gpio-backlight";
gpios = <&stmpe_gpio 2 0>;
default-on;
@@ -115,6 +115,7 @@
rotate = <&pitft>,"rotate:0";
fps = <&pitft>,"fps:0";
debug = <&pitft>,"debug:0";
- drm = <&pitft>,"compatible=adafruit,yx350hv15";
+ drm = <&pitft>,"compatible=adafruit,yx350hv15",
+ <&pitft>,"backlight:0=",<&backlight>;
};
};