From ccd68479a62536de68069e2f2666660e7e63808a Mon Sep 17 00:00:00 2001 From: Emanuele Ghidoli Date: Thu, 16 May 2024 12:56:09 +0200 Subject: arm: dts: k3-am69-aquila: Enable wkup_gpio0 Set wkup_gpio0 status to enable and let it be available in U-Boot. Upstream-Status: Pending This patch will be part of a series when Aquila AM69 support will be upstreamed. Signed-off-by: Emanuele Ghidoli --- arch/arm/dts/k3-am69-aquila-dev-u-boot.dtsi | 4 ++++ arch/arm/dts/k3-am69-aquila.dtsi | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/arch/arm/dts/k3-am69-aquila-dev-u-boot.dtsi b/arch/arm/dts/k3-am69-aquila-dev-u-boot.dtsi index 5f6f6c22412..faba863f974 100644 --- a/arch/arm/dts/k3-am69-aquila-dev-u-boot.dtsi +++ b/arch/arm/dts/k3-am69-aquila-dev-u-boot.dtsi @@ -113,6 +113,10 @@ bootph-pre-ram; }; +&wkup_gpio0 { + bootph-pre-ram; +}; + &wkup_i2c0 { bootph-pre-ram; status = "okay"; diff --git a/arch/arm/dts/k3-am69-aquila.dtsi b/arch/arm/dts/k3-am69-aquila.dtsi index 86bb6c436d9..56f47b3197b 100644 --- a/arch/arm/dts/k3-am69-aquila.dtsi +++ b/arch/arm/dts/k3-am69-aquila.dtsi @@ -121,6 +121,10 @@ status = "disabled"; }; +&wkup_gpio0 { + status = "okay"; +}; + #ifdef RUNNING_ON_AM69SK / { aliases { -- cgit v1.2.3