summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorVignesh Raghavendra <vigneshr@ti.com>2023-06-05 09:50:30 +0530
committerUdit Kumar <u-kumar1@ti.com>2023-06-05 13:51:05 +0530
commitb4022744b9a39e11b8b6f7a30305a0003d81dd17 (patch)
tree18159d179fe852d2965316f61c38ebac867f98b8 /arch
parenta34af4c0ea8e25ecad09a129972a6408637cdd0a (diff)
arm: dts: k3-am62-lp-sk-u-boot: Enable SD UHS modes at A53 SPL stage
Enable required SD card IO voltage regulators to support SD UHS modes at A53 SPL stage. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/k3-am62-lp-sk-u-boot.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-am62-lp-sk-u-boot.dtsi b/arch/arm/dts/k3-am62-lp-sk-u-boot.dtsi
index 71cd73f2de9..7f4915cde56 100644
--- a/arch/arm/dts/k3-am62-lp-sk-u-boot.dtsi
+++ b/arch/arm/dts/k3-am62-lp-sk-u-boot.dtsi
@@ -6,3 +6,11 @@
#include "k3-am62-lp-sk-binman.dtsi"
#include "k3-am62x-sk-common-u-boot.dtsi"
+
+&vddshv_sdio {
+ bootph-pre-ram;
+};
+
+&vddshv_sdio_pins_default {
+ bootph-pre-ram;
+};