* [PATCH 0/3] arm64: dts: add aux-voltage-chargeable to Phytec imx8m boards
@ 2024-08-14 9:26 Yannic Moog
2024-08-14 9:26 ` [PATCH 1/3] arm64: dts: imx8mp-phyboard-pollux: add rtc aux-voltage-chargeable Yannic Moog
` (3 more replies)
0 siblings, 4 replies; 8+ messages in thread
From: Yannic Moog @ 2024-08-14 9:26 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Shawn Guo,
Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam
Cc: devicetree, imx, linux-arm-kernel, linux-kernel, upstream,
Yannic Moog
All Phytec imx8m boards have a chargeable capacitor that the populated
rtc is able to charge. Add rtc property to all (phytec imx8m) boards
setting the aux-voltage-chargeable property appropriately. The patches
cause no functional change.
---
Yannic Moog (3):
arm64: dts: imx8mp-phyboard-pollux: add rtc aux-voltage-chargeable
arm64: dts: imx8mm-phyboard-polis: add rtc aux-voltage-chargeable
arm64: dts: imx8mm-phygate-tauri-l: add rtc aux-voltage-chargeable
arch/arm64/boot/dts/freescale/imx8mm-phyboard-polis-rdk.dts | 1 +
arch/arm64/boot/dts/freescale/imx8mm-phygate-tauri-l.dts | 1 +
arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts | 1 +
3 files changed, 3 insertions(+)
---
base-commit: 1d43464566cd7dc2f3f078e2ef46b55a5bab6c70
change-id: 20240813-b4-phytec_imx8m_rtc_updates-731b10444c9b
Best regards,
--
Yannic Moog <y.moog@phytec.de>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 1/3] arm64: dts: imx8mp-phyboard-pollux: add rtc aux-voltage-chargeable
2024-08-14 9:26 [PATCH 0/3] arm64: dts: add aux-voltage-chargeable to Phytec imx8m boards Yannic Moog
@ 2024-08-14 9:26 ` Yannic Moog
2024-08-19 11:09 ` [Upstream] " Teresa Remmet
2024-08-14 9:26 ` [PATCH 2/3] arm64: dts: imx8mm-phyboard-polis: " Yannic Moog
` (2 subsequent siblings)
3 siblings, 1 reply; 8+ messages in thread
From: Yannic Moog @ 2024-08-14 9:26 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Shawn Guo,
Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam
Cc: devicetree, imx, linux-arm-kernel, linux-kernel, upstream,
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>
---
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>;
};
--
2.34.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 2/3] arm64: dts: imx8mm-phyboard-polis: add rtc aux-voltage-chargeable
2024-08-14 9:26 [PATCH 0/3] arm64: dts: add aux-voltage-chargeable to Phytec imx8m boards Yannic Moog
2024-08-14 9:26 ` [PATCH 1/3] arm64: dts: imx8mp-phyboard-pollux: add rtc aux-voltage-chargeable Yannic Moog
@ 2024-08-14 9:26 ` Yannic Moog
2024-08-19 11:09 ` [Upstream] " Teresa Remmet
2024-08-14 9:26 ` [PATCH 3/3] arm64: dts: imx8mm-phygate-tauri-l: " Yannic Moog
2024-08-31 13:23 ` [PATCH 0/3] arm64: dts: add aux-voltage-chargeable to Phytec imx8m boards Shawn Guo
3 siblings, 1 reply; 8+ messages in thread
From: Yannic Moog @ 2024-08-14 9:26 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Shawn Guo,
Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam
Cc: devicetree, imx, linux-arm-kernel, linux-kernel, upstream,
Yannic Moog
phyboard-polis 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-phyboard-polis-rdk.dts | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-phyboard-polis-rdk.dts b/arch/arm64/boot/dts/freescale/imx8mm-phyboard-polis-rdk.dts
index 92e62fe31929..5eacbd9611ee 100644
--- a/arch/arm64/boot/dts/freescale/imx8mm-phyboard-polis-rdk.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mm-phyboard-polis-rdk.dts
@@ -220,6 +220,7 @@ &pcie_phy {
};
&rv3028 {
+ aux-voltage-chargeable = <1>;
trickle-resistor-ohms = <3000>;
};
--
2.34.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 3/3] arm64: dts: imx8mm-phygate-tauri-l: add rtc aux-voltage-chargeable
2024-08-14 9:26 [PATCH 0/3] arm64: dts: add aux-voltage-chargeable to Phytec imx8m boards Yannic Moog
2024-08-14 9:26 ` [PATCH 1/3] arm64: dts: imx8mp-phyboard-pollux: add rtc aux-voltage-chargeable Yannic Moog
2024-08-14 9:26 ` [PATCH 2/3] arm64: dts: imx8mm-phyboard-polis: " Yannic Moog
@ 2024-08-14 9:26 ` Yannic Moog
2024-08-19 11:09 ` [Upstream] " Teresa Remmet
2024-08-31 13:23 ` [PATCH 0/3] arm64: dts: add aux-voltage-chargeable to Phytec imx8m boards Shawn Guo
3 siblings, 1 reply; 8+ messages in thread
From: Yannic Moog @ 2024-08-14 9:26 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Shawn Guo,
Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam
Cc: devicetree, imx, linux-arm-kernel, linux-kernel, upstream,
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>
---
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>;
};
--
2.34.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [Upstream] [PATCH 1/3] arm64: dts: imx8mp-phyboard-pollux: add rtc aux-voltage-chargeable
2024-08-14 9:26 ` [PATCH 1/3] arm64: dts: imx8mp-phyboard-pollux: add rtc aux-voltage-chargeable Yannic Moog
@ 2024-08-19 11:09 ` Teresa Remmet
0 siblings, 0 replies; 8+ messages in thread
From: Teresa Remmet @ 2024-08-19 11:09 UTC (permalink / raw)
To: Yannic Moog, kernel@pengutronix.de, festevam@gmail.com,
s.hauer@pengutronix.de, robh@kernel.org, shawnguo@kernel.org,
krzk+dt@kernel.org, conor+dt@kernel.org
Cc: PHYTEC Upstream, imx@lists.linux.dev, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
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>;
> };
>
--
PHYTEC Messtechnik GmbH | Barcelona-Allee 1 | 55129 Mainz, Germany
Geschäftsführer: Dipl.-Ing. Michael Mitezki, Dipl.-Ing. Bodo Huber,
Dipl.-Ing. (FH) Markus Lickes | Handelsregister Mainz HRB 4656 |
Finanzamt Mainz | St.Nr. 266500608, DE 149059855
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Upstream] [PATCH 2/3] arm64: dts: imx8mm-phyboard-polis: add rtc aux-voltage-chargeable
2024-08-14 9:26 ` [PATCH 2/3] arm64: dts: imx8mm-phyboard-polis: " Yannic Moog
@ 2024-08-19 11:09 ` Teresa Remmet
0 siblings, 0 replies; 8+ messages in thread
From: Teresa Remmet @ 2024-08-19 11:09 UTC (permalink / raw)
To: Yannic Moog, kernel@pengutronix.de, festevam@gmail.com,
s.hauer@pengutronix.de, robh@kernel.org, shawnguo@kernel.org,
krzk+dt@kernel.org, conor+dt@kernel.org
Cc: PHYTEC Upstream, imx@lists.linux.dev, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Am Mittwoch, dem 14.08.2024 um 11:26 +0200 schrieb Yannic Moog:
> phyboard-polis 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-phyboard-polis-rdk.dts | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/boot/dts/freescale/imx8mm-phyboard-polis-
> rdk.dts b/arch/arm64/boot/dts/freescale/imx8mm-phyboard-polis-rdk.dts
> index 92e62fe31929..5eacbd9611ee 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mm-phyboard-polis-rdk.dts
> +++ b/arch/arm64/boot/dts/freescale/imx8mm-phyboard-polis-rdk.dts
> @@ -220,6 +220,7 @@ &pcie_phy {
> };
>
> &rv3028 {
> + aux-voltage-chargeable = <1>;
> trickle-resistor-ohms = <3000>;
> };
>
>
--
PHYTEC Messtechnik GmbH | Barcelona-Allee 1 | 55129 Mainz, Germany
Geschäftsführer: Dipl.-Ing. Michael Mitezki, Dipl.-Ing. Bodo Huber,
Dipl.-Ing. (FH) Markus Lickes | Handelsregister Mainz HRB 4656 |
Finanzamt Mainz | St.Nr. 266500608, DE 149059855
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Upstream] [PATCH 3/3] arm64: dts: imx8mm-phygate-tauri-l: add rtc aux-voltage-chargeable
2024-08-14 9:26 ` [PATCH 3/3] arm64: dts: imx8mm-phygate-tauri-l: " Yannic Moog
@ 2024-08-19 11:09 ` Teresa Remmet
0 siblings, 0 replies; 8+ messages in thread
From: Teresa Remmet @ 2024-08-19 11:09 UTC (permalink / raw)
To: Yannic Moog, kernel@pengutronix.de, festevam@gmail.com,
s.hauer@pengutronix.de, robh@kernel.org, shawnguo@kernel.org,
krzk+dt@kernel.org, conor+dt@kernel.org
Cc: PHYTEC Upstream, imx@lists.linux.dev, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
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>;
> };
>
>
--
PHYTEC Messtechnik GmbH | Barcelona-Allee 1 | 55129 Mainz, Germany
Geschäftsführer: Dipl.-Ing. Michael Mitezki, Dipl.-Ing. Bodo Huber,
Dipl.-Ing. (FH) Markus Lickes | Handelsregister Mainz HRB 4656 |
Finanzamt Mainz | St.Nr. 266500608, DE 149059855
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 0/3] arm64: dts: add aux-voltage-chargeable to Phytec imx8m boards
2024-08-14 9:26 [PATCH 0/3] arm64: dts: add aux-voltage-chargeable to Phytec imx8m boards Yannic Moog
` (2 preceding siblings ...)
2024-08-14 9:26 ` [PATCH 3/3] arm64: dts: imx8mm-phygate-tauri-l: " Yannic Moog
@ 2024-08-31 13:23 ` Shawn Guo
3 siblings, 0 replies; 8+ messages in thread
From: Shawn Guo @ 2024-08-31 13:23 UTC (permalink / raw)
To: Yannic Moog
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Shawn Guo,
Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam, devicetree,
imx, linux-arm-kernel, linux-kernel, upstream
On Wed, Aug 14, 2024 at 11:26:35AM +0200, Yannic Moog wrote:
> All Phytec imx8m boards have a chargeable capacitor that the populated
> rtc is able to charge. Add rtc property to all (phytec imx8m) boards
> setting the aux-voltage-chargeable property appropriately. The patches
> cause no functional change.
>
> ---
> Yannic Moog (3):
> arm64: dts: imx8mp-phyboard-pollux: add rtc aux-voltage-chargeable
> arm64: dts: imx8mm-phyboard-polis: add rtc aux-voltage-chargeable
> arm64: dts: imx8mm-phygate-tauri-l: add rtc aux-voltage-chargeable
Applied, thanks!
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-08-31 13:23 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-14 9:26 [PATCH 0/3] arm64: dts: add aux-voltage-chargeable to Phytec imx8m boards Yannic Moog
2024-08-14 9:26 ` [PATCH 1/3] arm64: dts: imx8mp-phyboard-pollux: add rtc aux-voltage-chargeable Yannic Moog
2024-08-19 11:09 ` [Upstream] " Teresa Remmet
2024-08-14 9:26 ` [PATCH 2/3] arm64: dts: imx8mm-phyboard-polis: " Yannic Moog
2024-08-19 11:09 ` [Upstream] " Teresa Remmet
2024-08-14 9:26 ` [PATCH 3/3] arm64: dts: imx8mm-phygate-tauri-l: " Yannic Moog
2024-08-19 11:09 ` [Upstream] " Teresa Remmet
2024-08-31 13:23 ` [PATCH 0/3] arm64: dts: add aux-voltage-chargeable to Phytec imx8m boards Shawn Guo
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.