Skip to content

Commit

Permalink
overlays: Fix dtc warnings in i2c-gpio
Browse files Browse the repository at this point in the history
Better late than never.

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
  • Loading branch information
pelwell committed Apr 8, 2020
1 parent aef5a17 commit e788cbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/boot/dts/overlays/i2c-gpio-overlay.dts
Expand Up @@ -9,6 +9,9 @@
target-path = "/";

__overlay__ {
#address-cells = <1>;
#size-cells = <0>;

i2c_gpio: i2c@0 {
reg = <0xffffffff>;
compatible = "i2c-gpio";
Expand Down

0 comments on commit e788cbb

Please sign in to comment.