1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Add RPI4 beta support

This commit is contained in:
Ycarus (Yannick Chabanois) 2019-06-24 19:52:48 +02:00
parent abf18246f5
commit 5f08b288eb
155 changed files with 29237 additions and 0 deletions

View file

@ -0,0 +1,28 @@
From 3ec2782b83157b43659e0017e8678dd8116863a4 Mon Sep 17 00:00:00 2001
From: Dave Stevenson <dave.stevenson@raspberrypi.org>
Date: Fri, 31 May 2019 17:57:26 +0100
Subject: [PATCH 658/678] dts: Include CSI lane config for csi1
Without the include the peripheral is configured to have 0
data lanes, which doesn't allow much data to be passed.
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
---
arch/arm/boot/dts/bcm2711-rpi-4-b.dts | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/boot/dts/bcm2711-rpi-4-b.dts b/arch/arm/boot/dts/bcm2711-rpi-4-b.dts
index 87f8fdb7e7e5..92ac213649a7 100644
--- a/arch/arm/boot/dts/bcm2711-rpi-4-b.dts
+++ b/arch/arm/boot/dts/bcm2711-rpi-4-b.dts
@@ -1,6 +1,7 @@
/dts-v1/;
#include "bcm2711.dtsi"
+#include "bcm283x-rpi-csi1-2lane.dtsi"
/ {
compatible = "raspberrypi,4-model-b", "brcm,bcm2838", "brcm,bcm2837";
--
2.19.1