mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
2e715fb4fc
Add support for BCM2712 (Raspberry Pi 5).
3bb5880ab3
Patches were generated from the diff between linux kernel branch linux-6.1.y
and rpi-6.1.y from raspberry pi kernel source:
- git format-patch linux-6.1.y...rpi-6.1.y
Build system: x86_64
Build-tested: bcm2708, bcm2709, bcm2710, bcm2711
Run-tested: bcm2710/RPi3B, bcm2711/RPi4B
Signed-off-by: Marty Jones <mj8263788@gmail.com>
[Remove applied and reverted patches, squash patches and config commits]
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
25 lines
1.1 KiB
Diff
25 lines
1.1 KiB
Diff
From 6f4106f7a7fdcbc03290008713915b4122988c90 Mon Sep 17 00:00:00 2001
|
|
From: James Hughes <JamesH65@users.noreply.github.com>
|
|
Date: Wed, 5 Jul 2023 15:43:30 +0100
|
|
Subject: [PATCH] overlays: audremap: Document CM4 40&41 restriction
|
|
|
|
Update audremap information to state pins 40,41 are not available on the CM4.
|
|
|
|
Signed-off-by: James Hughes (james.hughes@raspberrypi.com)
|
|
---
|
|
arch/arm/boot/dts/overlays/README | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
--- a/arch/arm/boot/dts/overlays/README
|
|
+++ b/arch/arm/boot/dts/overlays/README
|
|
@@ -703,7 +703,8 @@ Params: swap_lr Reverse
|
|
nothing on BCM2711 (default off)
|
|
pins_12_13 Select GPIOs 12 & 13 (default)
|
|
pins_18_19 Select GPIOs 18 & 19
|
|
- pins_40_41 Select GPIOs 40 & 41
|
|
+ pins_40_41 Select GPIOs 40 & 41 (not available on CM4, used
|
|
+ for other purposes)
|
|
pins_40_45 Select GPIOs 40 & 45 (don't use on BCM2711 - the
|
|
pins are on different controllers)
|
|
|