From 4b6469bbb7e20a3d3139e9641ea393f958d16690 Mon Sep 17 00:00:00 2001 From: Andrejs Cainikovs Date: Mon, 19 Jun 2023 19:45:00 +0200 Subject: arm64: dts: verdin-am62: add ctrl_sleep_moci# hog Drive CTRL_SLEEP_MOCI# high at boot (A53 SPL) using a GPIO hog, this signal may be used to control some power-rails on the carrier board, therefore it should be set to high when the module is booting. To do this as early as possible is generally a good idea and the issue was noticed on the Yavia carrier board where it is needed to power the I2C EEPROM on the carrier board. Upstream-Status: Pending Signed-off-by: Andrejs Cainikovs --- arch/arm/dts/k3-am625-verdin-wifi-dev-u-boot.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/dts/k3-am625-verdin-wifi-dev-u-boot.dtsi b/arch/arm/dts/k3-am625-verdin-wifi-dev-u-boot.dtsi index 6e3714680c..19640ba91f 100644 --- a/arch/arm/dts/k3-am625-verdin-wifi-dev-u-boot.dtsi +++ b/arch/arm/dts/k3-am625-verdin-wifi-dev-u-boot.dtsi @@ -171,6 +171,10 @@ u-boot,dm-spl; }; +&pinctrl_ctrl_sleep_moci { + u-boot,dm-spl; +}; + &pinctrl_eth_clock { u-boot,dm-spl; }; @@ -250,6 +254,10 @@ u-boot,dm-spl; }; +&verdin_ctrl_sleep_moci { + u-boot,dm-spl; +}; + &wkup_conf { u-boot,dm-spl; }; -- cgit v1.2.3