bcm27xx: update 6.1 patches from RPi foundation
[openwrt/staging/xback.git] / target / linux / bcm27xx / patches-6.1 / 950-1280-overlays-adau1977-adc-Replace-use-of-i2c-label.patch
1 From aa00918b9562daa3b776600f48d8264b20fd54f6 Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.com>
3 Date: Sun, 18 Feb 2024 15:31:50 +0000
4 Subject: [PATCH 1280/1295] overlays: adau1977-adc: Replace use of i2c label
5
6 The label 'i2c' is no longer created by the firmware - i2c_arm or
7 i2c1 should be used instead. Replace the last occurrence of &i2c with
8 &i2c1.
9
10 Signed-off-by: Phil Elwell <phil@raspberrypi.com>
11 ---
12 arch/arm/boot/dts/overlays/adau1977-adc-overlay.dts | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 --- a/arch/arm/boot/dts/overlays/adau1977-adc-overlay.dts
16 +++ b/arch/arm/boot/dts/overlays/adau1977-adc-overlay.dts
17 @@ -6,7 +6,7 @@
18 compatible = "brcm,bcm2835";
19
20 fragment@0 {
21 - target = <&i2c>;
22 + target = <&i2c1>;
23
24 __overlay__ {
25 #address-cells = <1>;