brcm2708: rename target to bcm27xx
[openwrt/staging/mkresin.git] / target / linux / bcm27xx / patches-4.19 / 950-0568-dts-Include-CSI-lane-config-for-csi1.patch
1 From 2fcb94a04778708b13b6d36390000e97063460e6 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] 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";