<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From 7871e3600c1190c6cf7968e280bd2fd1ec8bbff2 Mon Sep 17 00:00:00 2001
From: Phil Elwell &lt;phil@raspberrypi.com&gt;
Date: Fri, 29 May 2020 14:41:13 +0100
Subject: [PATCH] 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: https://github.com/raspberrypi/linux/issues/3642

Signed-off-by: Phil Elwell &lt;phil@raspberrypi.com&gt;
---
 arch/arm/boot/dts/overlays/i2c-rtc-overlay.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/arch/arm/boot/dts/overlays/i2c-rtc-overlay.dts
+++ b/arch/arm/boot/dts/overlays/i2c-rtc-overlay.dts
@@ -229,7 +229,7 @@
 		       &lt;&amp;m41t62&gt;, "reg:0";
 		trickle-diode-type = &lt;&amp;abx80x&gt;,"abracon,tc-diode";
 		trickle-resistor-ohms = &lt;&amp;ds1339&gt;,"trickle-resistor-ohms:0",
-					&lt;&amp;abx80x&gt;,"abracon,tc-resistor",
+					&lt;&amp;abx80x&gt;,"abracon,tc-resistor:0",
 					&lt;&amp;rv3028&gt;,"trickle-resistor-ohms:0";
 		backup-switchover-mode = &lt;&amp;rv3028&gt;,"backup-switchover-mode:0";
 		wakeup-source = &lt;&amp;ds1339&gt;,"wakeup-source?",
</pre></body></html>