Skip to content

Commit 4f85e51

Browse files
pelwellpopcornmix
authored andcommitted
overlays: i2c-rtc-gpio: Fix trickle-resistor-ohms param
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 <[email protected]>
1 parent 26f82c9 commit 4f85e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/overlays/i2c-rtc-gpio-overlay.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230

231231
trickle-diode-type = <&abx80x>,"abracon,tc-diode";
232232
trickle-resistor-ohms = <&ds1339>,"trickle-resistor-ohms:0",
233-
<&abx80x>,"abracon,tc-resistor",
233+
<&abx80x>,"abracon,tc-resistor:0",
234234
<&rv3028>,"trickle-resistor-ohms:0";
235235
backup-switchover-mode = <&rv3028>,"backup-switchover-mode:0";
236236
wakeup-source = <&ds1339>,"wakeup-source?",

0 commit comments

Comments
 (0)