summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrejs Cainikovs <andrejs.cainikovs@toradex.com>2023-06-19 19:45:00 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2023-07-07 18:43:17 +0200
commit4b6469bbb7e20a3d3139e9641ea393f958d16690 (patch)
tree5a687b4bbd588d53bba56e76cd8a0536b6a177c8
parentd46066248877f0e20e45d93586cbfdc299928978 (diff)
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 <andrejs.cainikovs@toradex.com>
-rw-r--r--arch/arm/dts/k3-am625-verdin-wifi-dev-u-boot.dtsi8
1 files changed, 8 insertions, 0 deletions
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;
};