Message ID | 20240814-b4-phytec_imx8m_rtc_updates-v1-3-10f1afc1b3ad@phytec.de (mailing list archive) |
---|---|
State | In Next, archived |
Headers | show |
Series | arm64: dts: add aux-voltage-chargeable to Phytec imx8m boards | expand |
Am Mittwoch, dem 14.08.2024 um 11:26 +0200 schrieb Yannic Moog: > 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> > --- > arch/arm64/boot/dts/freescale/imx8mm-phygate-tauri-l.dts | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/boot/dts/freescale/imx8mm-phygate-tauri-l.dts > b/arch/arm64/boot/dts/freescale/imx8mm-phygate-tauri-l.dts > index ba6ce3c7f477..c3835b2d860a 100644 > --- a/arch/arm64/boot/dts/freescale/imx8mm-phygate-tauri-l.dts > +++ b/arch/arm64/boot/dts/freescale/imx8mm-phygate-tauri-l.dts > @@ -215,6 +215,7 @@ &pwm4 { > > /* RTC */ > &rv3028 { > + aux-voltage-chargeable = <1>; > trickle-resistor-ohms = <3000>; > }; > >
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-phygate-tauri-l.dts b/arch/arm64/boot/dts/freescale/imx8mm-phygate-tauri-l.dts index ba6ce3c7f477..c3835b2d860a 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-phygate-tauri-l.dts +++ b/arch/arm64/boot/dts/freescale/imx8mm-phygate-tauri-l.dts @@ -215,6 +215,7 @@ &pwm4 { /* RTC */ &rv3028 { + aux-voltage-chargeable = <1>; trickle-resistor-ohms = <3000>; };
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> --- arch/arm64/boot/dts/freescale/imx8mm-phygate-tauri-l.dts | 1 + 1 file changed, 1 insertion(+)