brcm2708: bcm2711: remove custom config file
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.19 / 950-0524-dts-Use-fb-rather-than-leds-for-dpi-overlay.patch
1 From 48a12a229f61b9f86fa09d44cd04a4e2c3ca9879 Mon Sep 17 00:00:00 2001
2 From: popcornmix <popcornmix@gmail.com>
3 Date: Thu, 12 Oct 2017 18:11:32 +0100
4 Subject: [PATCH 524/773] dts: Use fb rather than leds for dpi overlay
5
6 ---
7 arch/arm/boot/dts/overlays/dpi18-overlay.dts | 2 +-
8 arch/arm/boot/dts/overlays/dpi24-overlay.dts | 2 +-
9 2 files changed, 2 insertions(+), 2 deletions(-)
10
11 --- a/arch/arm/boot/dts/overlays/dpi18-overlay.dts
12 +++ b/arch/arm/boot/dts/overlays/dpi18-overlay.dts
13 @@ -9,7 +9,7 @@
14 // reference on - leds will do
15
16 fragment@0 {
17 - target = <&leds>;
18 + target = <&fb>;
19 __overlay__ {
20 pinctrl-names = "default";
21 pinctrl-0 = <&dpi18_pins>;
22 --- a/arch/arm/boot/dts/overlays/dpi24-overlay.dts
23 +++ b/arch/arm/boot/dts/overlays/dpi24-overlay.dts
24 @@ -9,7 +9,7 @@
25 // reference on - leds will do
26
27 fragment@0 {
28 - target = <&leds>;
29 + target = <&fb>;
30 __overlay__ {
31 pinctrl-names = "default";
32 pinctrl-0 = <&dpi24_pins>;