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>
24 lines
630 B
Diff
24 lines
630 B
Diff
From d4a37d7e99588685a81d75699b3bbd85621fbaea Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
Date: Tue, 21 May 2024 12:05:26 +0100
|
|
Subject: [PATCH 1098/1135] overlays: Add sdio -> sdio-pi5 mapping
|
|
|
|
There is already an sdio-pi5 overlays, but the automatic mapping was
|
|
missing.
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
|
|
---
|
|
arch/arm/boot/dts/overlays/overlay_map.dts | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/arch/arm/boot/dts/overlays/overlay_map.dts
|
|
+++ b/arch/arm/boot/dts/overlays/overlay_map.dts
|
|
@@ -267,6 +267,7 @@
|
|
sdio {
|
|
bcm2835;
|
|
bcm2711;
|
|
+ bcm2712 = "sdio-pi5";
|
|
};
|
|
|
|
sdio-1bit {
|