brcm2708: rename target to bcm27xx
[openwrt/staging/stintel.git] / target / linux / bcm27xx / patches-4.19 / 950-0452-dts-Use-fb-rather-than-leds-for-dpi-overlay.patch
1 From 4a09c51bc328b2b83ffa20a6db02ac18139a963d 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] 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>;