diff options
| author | Yannic Moog <[email protected]> | 2024-08-14 11:26:36 +0200 |
|---|---|---|
| committer | Shawn Guo <[email protected]> | 2024-09-04 17:36:19 +0800 |
| commit | f6c6f596d8a6a27cbec68054f8174a9547bb2c85 (patch) | |
| tree | d452c62e573392f3edd1403ed92d0b79334a57fd | |
| parent | 6338d429cf2d430b65df63f6602268fe7ba55744 (diff) | |
arm64: dts: imx8mp-phyboard-pollux: add rtc aux-voltage-chargeable
phyboard-pollux has a chargable capacitor populated, rtc supports
charging it. Add property indicating this.
Signed-off-by: Yannic Moog <[email protected]>
Reviewed-by: Teresa Remmet <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
| -rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts | 1 |
1 files changed, 1 insertions, 0 deletions
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 6e81870e177c..f7ac9a0b5ff0 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts +++ b/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts @@ -232,6 +232,7 @@ pinctrl-0 = <&pinctrl_rtc>; interrupt-parent = <&gpio4>; interrupts = <19 IRQ_TYPE_LEVEL_LOW>; + aux-voltage-chargeable = <1>; wakeup-source; trickle-resistor-ohms = <3000>; }; |