Skip to content

Commit 55d08ae

Browse files
pelwellpopcornmix
authored andcommitted
overlays: i2c-rtc: 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 ebdd35e commit 55d08ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
<&m41t62>, "reg:0";
230230
trickle-diode-type = <&abx80x>,"abracon,tc-diode";
231231
trickle-resistor-ohms = <&ds1339>,"trickle-resistor-ohms:0",
232-
<&abx80x>,"abracon,tc-resistor",
232+
<&abx80x>,"abracon,tc-resistor:0",
233233
<&rv3028>,"trickle-resistor-ohms:0";
234234
backup-switchover-mode = <&rv3028>,"backup-switchover-mode:0";
235235
wakeup-source = <&ds1339>,"wakeup-source?",

0 commit comments

Comments
 (0)