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

Add kernel 5.15 for RPI4 support

This commit is contained in:
Ycarus (Yannick Chabanois) 2021-11-24 18:32:01 +01:00
parent e961d478cd
commit df88a19bbd
638 changed files with 239907 additions and 0 deletions

View file

@ -0,0 +1,30 @@
From add56b1e89346af656682950ed992f938c3bb191 Mon Sep 17 00:00:00 2001
From: Phil Elwell <phil@raspberrypi.com>
Date: Mon, 18 Oct 2021 11:13:35 +0100
Subject: [PATCH 569/634] ARM: dts: Delete vestigial vcsm node
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
---
arch/arm/boot/dts/bcm270x-rpi.dtsi | 6 ------
1 file changed, 6 deletions(-)
diff --git a/arch/arm/boot/dts/bcm270x-rpi.dtsi b/arch/arm/boot/dts/bcm270x-rpi.dtsi
index efca67213816..57e7d5f60d3e 100644
--- a/arch/arm/boot/dts/bcm270x-rpi.dtsi
+++ b/arch/arm/boot/dts/bcm270x-rpi.dtsi
@@ -65,12 +65,6 @@ fb: fb {
status = "okay";
};
- vcsm: vcsm {
- compatible = "raspberrypi,bcm2835-vcsm";
- firmware = <&firmware>;
- status = "okay";
- };
-
/* External sound card */
sound: sound {
status = "disabled";
--
2.33.1