mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
20fe7e687e
Sync 6.1 patches with the RPi foundation. Since rpi-6.6.y is now the main branch of the RPi foundation, there won't be any new patches for linux 6.1. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
73 lines
2.1 KiB
Diff
73 lines
2.1 KiB
Diff
From 707f6e221946ec2025e8f0e2fedf92016ed8a5b7 Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
Date: Fri, 2 Feb 2024 14:08:14 +0000
|
|
Subject: [PATCH 1269/1295] 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>;
|