brcm2708: update to latest patches from RPi foundation
[openwrt/staging/wigyori.git] / target / linux / brcm2708 / patches-4.19 / 950-0648-dts-Include-CSI-lane-config-for-csi1.patch
1 From c6d6956b9083b654c86e2ab3feb19c9867c01c28 Mon Sep 17 00:00:00 2001
2 From: Dave Stevenson <dave.stevenson@raspberrypi.org>
3 Date: Fri, 31 May 2019 17:57:26 +0100
4 Subject: [PATCH 648/773] dts: Include CSI lane config for csi1
5
6 Without the include the peripheral is configured to have 0
7 data lanes, which doesn't allow much data to be passed.
8
9 Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
10 ---
11 arch/arm/boot/dts/bcm2711-rpi-4-b.dts | 1 +
12 1 file changed, 1 insertion(+)
13
14 --- a/arch/arm/boot/dts/bcm2711-rpi-4-b.dts
15 +++ b/arch/arm/boot/dts/bcm2711-rpi-4-b.dts
16 @@ -1,6 +1,7 @@
17 /dts-v1/;
18
19 #include "bcm2711.dtsi"
20 +#include "bcm283x-rpi-csi1-2lane.dtsi"
21
22 / {
23 compatible = "raspberrypi,4-model-b", "brcm,bcm2838", "brcm,bcm2837";