mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
8c405cdccc
The patches were generated from the RPi repo with the following command: git format-patch v6.6.34..rpi-6.1.y Some patches needed rebasing and, as usual, the applied and reverted, wireless drivers, Github workflows, READMEs and defconfigs patches were removed. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
73 lines
2.1 KiB
Diff
73 lines
2.1 KiB
Diff
From 4bfaf6f4b41f18824e2a251026ada4a5b69221d1 Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
Date: Fri, 2 Feb 2024 14:08:14 +0000
|
|
Subject: [PATCH 0880/1085] overlays: Correct some compatible strings
|
|
|
|
More thorough overlay testing has identified some Pi 4-specific
|
|
overlays that has "brcm,bcm2835" compatible strings. Correct them.
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
|
|
---
|
|
arch/arm/boot/dts/overlays/midi-uart2-overlay.dts | 2 +-
|
|
arch/arm/boot/dts/overlays/midi-uart3-overlay.dts | 2 +-
|
|
arch/arm/boot/dts/overlays/midi-uart4-overlay.dts | 2 +-
|
|
arch/arm/boot/dts/overlays/midi-uart5-overlay.dts | 2 +-
|
|
arch/arm/boot/dts/overlays/ramoops-pi4-overlay.dts | 2 +-
|
|
5 files changed, 5 insertions(+), 5 deletions(-)
|
|
|
|
--- a/arch/arm/boot/dts/overlays/midi-uart2-overlay.dts
|
|
+++ b/arch/arm/boot/dts/overlays/midi-uart2-overlay.dts
|
|
@@ -12,7 +12,7 @@
|
|
*/
|
|
|
|
/{
|
|
- compatible = "brcm,bcm2835";
|
|
+ compatible = "brcm,bcm2711";
|
|
|
|
fragment@0 {
|
|
target-path = "/";
|
|
--- a/arch/arm/boot/dts/overlays/midi-uart3-overlay.dts
|
|
+++ b/arch/arm/boot/dts/overlays/midi-uart3-overlay.dts
|
|
@@ -12,7 +12,7 @@
|
|
*/
|
|
|
|
/{
|
|
- compatible = "brcm,bcm2835";
|
|
+ compatible = "brcm,bcm2711";
|
|
|
|
fragment@0 {
|
|
target-path = "/";
|
|
--- a/arch/arm/boot/dts/overlays/midi-uart4-overlay.dts
|
|
+++ b/arch/arm/boot/dts/overlays/midi-uart4-overlay.dts
|
|
@@ -12,7 +12,7 @@
|
|
*/
|
|
|
|
/{
|
|
- compatible = "brcm,bcm2835";
|
|
+ compatible = "brcm,bcm2711";
|
|
|
|
fragment@0 {
|
|
target-path = "/";
|
|
--- a/arch/arm/boot/dts/overlays/midi-uart5-overlay.dts
|
|
+++ b/arch/arm/boot/dts/overlays/midi-uart5-overlay.dts
|
|
@@ -12,7 +12,7 @@
|
|
*/
|
|
|
|
/{
|
|
- compatible = "brcm,bcm2835";
|
|
+ compatible = "brcm,bcm2711";
|
|
|
|
fragment@0 {
|
|
target-path = "/";
|
|
--- a/arch/arm/boot/dts/overlays/ramoops-pi4-overlay.dts
|
|
+++ b/arch/arm/boot/dts/overlays/ramoops-pi4-overlay.dts
|
|
@@ -2,7 +2,7 @@
|
|
/plugin/;
|
|
|
|
/ {
|
|
- compatible = "brcm,bcm2835";
|
|
+ compatible = "brcm,bcm2711";
|
|
|
|
fragment@0 {
|
|
target = <&rmem>;
|