summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrejs Cainikovs <andrejs.cainikovs@toradex.com>2023-06-15 12:43:03 +0200
committerAndrejs Cainikovs <andrejs.cainikovs@toradex.com>2023-07-11 14:32:48 +0200
commit3ed6c6d26f39848899985ea8f7afe5e0108afc15 (patch)
tree4f16729d6a1d1192aba6b53e2a84c4c0e84b12ea
parent00e0aac2fd8a79b0bee67b284d3065f2272e78ae (diff)
arm64: dts: verdin-imx8mm: add ctrl_sleep_moci# hog
Drive CTRL_SLEEP_MOCI# high at boot (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: Submitted [https://lore.kernel.org/all/20230711090918.523772-4-marcel@ziswiler.com/] Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>
-rw-r--r--arch/arm/dts/imx8mm-verdin-u-boot.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/imx8mm-verdin-u-boot.dtsi b/arch/arm/dts/imx8mm-verdin-u-boot.dtsi
index 25bddb4610..36969eaf91 100644
--- a/arch/arm/dts/imx8mm-verdin-u-boot.dtsi
+++ b/arch/arm/dts/imx8mm-verdin-u-boot.dtsi
@@ -57,12 +57,20 @@
&gpio5 {
u-boot,dm-spl;
+
+ ctrl_sleep_moci {
+ u-boot,dm-spl;
+ };
};
&i2c1 {
u-boot,dm-spl;
};
+&pinctrl_ctrl_sleep_moci {
+ u-boot,dm-spl;
+};
+
&pinctrl_i2c1 {
u-boot,dm-spl;
};