mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +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>
26 lines
1.1 KiB
Diff
26 lines
1.1 KiB
Diff
From 9d9586dc0c0deecb90675bd70862fe262f7376ab Mon Sep 17 00:00:00 2001
|
|
From: Dave Stevenson <dave.stevenson@raspberrypi.com>
|
|
Date: Wed, 14 Jun 2023 14:25:21 +0100
|
|
Subject: [PATCH] dtoverlays: Fix README text for i2c-fan
|
|
|
|
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
|
|
---
|
|
arch/arm/boot/dts/overlays/README | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
--- a/arch/arm/boot/dts/overlays/README
|
|
+++ b/arch/arm/boot/dts/overlays/README
|
|
@@ -1800,10 +1800,10 @@ Params: addr Sets the
|
|
i2c3 Choose the I2C3 bus (configure with the i2c3
|
|
overlay - BCM2711 only)
|
|
|
|
- i2c4 Choose the I2C3 bus (configure with the i2c3
|
|
+ i2c4 Choose the I2C4 bus (configure with the i2c4
|
|
overlay - BCM2711 only)
|
|
|
|
- i2c5 Choose the I2C5 bus (configure with the i2c4
|
|
+ i2c5 Choose the I2C5 bus (configure with the i2c5
|
|
overlay - BCM2711 only)
|
|
|
|
i2c6 Choose the I2C6 bus (configure with the i2c6
|