Skip to content

Commit de5fe6b

Browse files
pelwellpopcornmix
authored andcommitted
overlays: adau1977-adc: Replace use of i2c label
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 <[email protected]>
1 parent 01a8015 commit de5fe6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/overlays/adau1977-adc-overlay.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
compatible = "brcm,bcm2835";
77

88
fragment@0 {
9-
target = <&i2c>;
9+
target = <&i2c1>;
1010

1111
__overlay__ {
1212
#address-cells = <1>;

0 commit comments

Comments
 (0)