mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 17:01:14 +00:00
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
|