overlays: adau1977-adc: Replace use of i2c label
authorPhil Elwell <phil@raspberrypi.com>
Sun, 18 Feb 2024 15:31:50 +0000 (15:31 +0000)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:35:39 +0000 (11:35 +0000)
The label 'i2c' is no longer created by the firmware - i2c_arm or
i2c1 should be used instead. Replace the last occurrence of &i2c with
&i2c1.

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
arch/arm/boot/dts/overlays/adau1977-adc-overlay.dts

index 24573e6..cf6d1ef 100644 (file)
@@ -6,7 +6,7 @@
        compatible = "brcm,bcm2835";
     
        fragment@0 {
-               target = <&i2c>;
+               target = <&i2c1>;
                
                __overlay__ {
                        #address-cells = <1>;