mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +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>
40 lines
2.4 KiB
Diff
40 lines
2.4 KiB
Diff
From 5a0aa24b8ff58ceaf98c62670156bef7f48ed32b Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
Date: Tue, 21 Nov 2023 15:08:38 +0000
|
|
Subject: [PATCH] overlays: README: Fix cut-and-paste errors
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
|
|
---
|
|
arch/arm/boot/dts/overlays/README | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
--- a/arch/arm/boot/dts/overlays/README
|
|
+++ b/arch/arm/boot/dts/overlays/README
|
|
@@ -1673,7 +1673,7 @@ Params: 24db_digital_gain Allow ga
|
|
responsibility of the user to ensure that
|
|
the Digital volume control is set to a value
|
|
that does not result in clipping/distortion!)
|
|
- slave Force DAC+ Pro into slave mode, using Pi as
|
|
+ slave Force AMP100 into slave mode, using Pi as
|
|
master for bit clock and frame clock.
|
|
leds_off If set to 'true' the onboard indicator LEDs
|
|
are switched off at all times.
|
|
@@ -1713,7 +1713,7 @@ Params: 24db_digital_gain Allow ga
|
|
responsibility of the user to ensure that
|
|
the Digital volume control is set to a value
|
|
that does not result in clipping/distortion!)
|
|
- slave Force DAC+ Pro into slave mode, using Pi as
|
|
+ slave Force DAC+ into slave mode, using Pi as
|
|
master for bit clock and frame clock.
|
|
leds_off If set to 'true' the onboard indicator LEDs
|
|
are switched off at all times.
|
|
@@ -1736,7 +1736,7 @@ Params: 24db_digital_gain Allow ga
|
|
responsibility of the user to ensure that
|
|
the Digital volume control is set to a value
|
|
that does not result in clipping/distortion!)
|
|
- slave Force DAC+ Pro into slave mode, using Pi as
|
|
+ slave Force DAC+ADC into slave mode, using Pi as
|
|
master for bit clock and frame clock.
|
|
leds_off If set to 'true' the onboard indicator LEDs
|
|
are switched off at all times.
|