Skip to content

Commit

Permalink
overlays: i2c-rtc-gpio: Fix trickle-resistor-ohms param
Browse files Browse the repository at this point in the history
The abx80x implementation of the trickle-resistor-ohms parameter is
missing the ":0" indicating that the target is an integer/cell value.

See: #3642

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
  • Loading branch information
pelwell committed May 29, 2020
1 parent 3c5852d commit 1a45889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/overlays/i2c-rtc-gpio-overlay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@

trickle-diode-type = <&abx80x>,"abracon,tc-diode";
trickle-resistor-ohms = <&ds1339>,"trickle-resistor-ohms:0",
<&abx80x>,"abracon,tc-resistor",
<&abx80x>,"abracon,tc-resistor:0",
<&rv3028>,"trickle-resistor-ohms:0";
backup-switchover-mode = <&rv3028>,"backup-switchover-mode:0";
wakeup-source = <&ds1339>,"wakeup-source?",
Expand Down

0 comments on commit 1a45889

Please sign in to comment.