diff mbox series

arm64: dts: ti: k3-am62a-wakeup: Enable RTC node

Message ID 20240429184445.14876-1-vibhore@ti.com (mailing list archive)
State New, archived
Headers show
Series arm64: dts: ti: k3-am62a-wakeup: Enable RTC node | expand

Commit Message

Vibhore Vardhan April 29, 2024, 6:44 p.m. UTC
On-chip RTC is used as a wakeup source on am62a board designs. This
patch removes the disabled status property to enable the RTC node.

Signed-off-by: Vibhore Vardhan <vibhore@ti.com>
---
 arch/arm64/boot/dts/ti/k3-am62a-wakeup.dtsi | 1 -
 1 file changed, 1 deletion(-)

Comments

Kevin Hilman May 14, 2024, 6:46 p.m. UTC | #1
Vibhore Vardhan <vibhore@ti.com> writes:

> On-chip RTC is used as a wakeup source on am62a board designs. This
> patch removes the disabled status property to enable the RTC node.
>
> Signed-off-by: Vibhore Vardhan <vibhore@ti.com>

Tested-by: Kevin Hilman <khilman@baylibre.com>
Vignesh Raghavendra June 13, 2024, 7:46 a.m. UTC | #2
Hi Vibhore Vardhan,

On Mon, 29 Apr 2024 13:44:45 -0500, Vibhore Vardhan wrote:
> On-chip RTC is used as a wakeup source on am62a board designs. This
> patch removes the disabled status property to enable the RTC node.
> 
> 

I have applied the following to branch ti-k3-dts-next on [1].
Thank you!

[1/1] arm64: dts: ti: k3-am62a-wakeup: Enable RTC node
      commit: fadfb0e0cc3ee0251a1dba10f4603798b46bed8f

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
--
Vignesh
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/ti/k3-am62a-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-am62a-wakeup.dtsi
index f7bec484705a..49a577a37ccf 100644
--- a/arch/arm64/boot/dts/ti/k3-am62a-wakeup.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62a-wakeup.dtsi
@@ -49,7 +49,6 @@  wkup_rtc0: rtc@2b1f0000 {
 		clock-names = "vbus", "osc32k";
 		power-domains = <&k3_pds 117 TI_SCI_PD_EXCLUSIVE>;
 		wakeup-source;
-		status = "disabled";
 	};
 
 	wkup_rti0: watchdog@2b000000 {