]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: imx8mm-phygate-tauri-l: add rtc aux-voltage-chargeable
authorYannic Moog <y.moog@phytec.de>
Wed, 14 Aug 2024 09:26:38 +0000 (11:26 +0200)
committerShawn Guo <shawnguo@kernel.org>
Wed, 4 Sep 2024 09:36:19 +0000 (17:36 +0800)
phygate-tauri-l has a chargable capacitor populated, rtc supports
charging it. Add property indicating this.

Signed-off-by: Yannic Moog <y.moog@phytec.de>
Reviewed-by: Teresa Remmet <t.remmet@phytec.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm-phygate-tauri-l.dts

index ba6ce3c7f4779da8f91081083c43459f71cff298..c3835b2d860add974527e881f7000338f86ab26b 100644 (file)
 
 /* RTC */
 &rv3028 {
+       aux-voltage-chargeable = <1>;
        trickle-resistor-ohms = <3000>;
 };