diff mbox series

[1/3] arm64: dts: imx8mp-phyboard-pollux: add rtc aux-voltage-chargeable

Message ID 20240814-b4-phytec_imx8m_rtc_updates-v1-1-10f1afc1b3ad@phytec.de (mailing list archive)
State In Next, archived
Headers show
Series arm64: dts: add aux-voltage-chargeable to Phytec imx8m boards | expand

Commit Message

Yannic Moog Aug. 14, 2024, 9:26 a.m. UTC
phyboard-pollux 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/imx8mp-phyboard-pollux-rdk.dts | 1 +
 1 file changed, 1 insertion(+)

Comments

Teresa Remmet Aug. 19, 2024, 11:09 a.m. UTC | #1
Am Mittwoch, dem 14.08.2024 um 11:26 +0200 schrieb Yannic Moog:
> phyboard-pollux 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/imx8mp-phyboard-pollux-rdk.dts | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-
> rdk.dts b/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-
> rdk.dts
> index 3427936f9045..6347b469fc99 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts
> +++ b/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts
> @@ -222,6 +222,7 @@ &rv3028 {
>         pinctrl-0 = <&pinctrl_rtc>;
>         interrupt-parent = <&gpio4>;
>         interrupts = <19 IRQ_TYPE_LEVEL_LOW>;
> +       aux-voltage-chargeable = <1>;
>         wakeup-source;
>         trickle-resistor-ohms = <3000>;
>  };
>
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts b/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts
index 3427936f9045..6347b469fc99 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts
@@ -222,6 +222,7 @@  &rv3028 {
 	pinctrl-0 = <&pinctrl_rtc>;
 	interrupt-parent = <&gpio4>;
 	interrupts = <19 IRQ_TYPE_LEVEL_LOW>;
+	aux-voltage-chargeable = <1>;
 	wakeup-source;
 	trickle-resistor-ohms = <3000>;
 };