Skip to content

Commit

Permalink
overlays: adau1977-adc: Replace use of i2c label
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
pelwell committed Feb 18, 2024
1 parent eb06d31 commit aa00918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/overlays/adau1977-adc-overlay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
compatible = "brcm,bcm2835";

fragment@0 {
target = <&i2c>;
target = <&i2c1>;

__overlay__ {
#address-cells = <1>;
Expand Down

0 comments on commit aa00918

Please sign in to comment.