summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-05-06 20:13:39 -0600
committerTom Rini <[email protected]>2026-05-06 20:13:39 -0600
commit3cdd19089f1b1b7cd08530f33ff4708abcfd426c (patch)
tree97cf6b05fbaa43c5dcf27674b4d1ae4fc88e85fc /include
parente08877916e24cf97d3afc67aee65ed2204790f48 (diff)
parentf07c15c16a1bbdf8eaa9ad79af774e31948bcba3 (diff)
Merge tag 'mmc-for-2026.07-rc2' of https://source.denx.de/u-boot/custodians/u-boot-mmc
- Enable FPWM bits for tps65941 - Use max-frequency to get clock rate for msm_sdhci - Fix and update for pfuze100
Diffstat (limited to 'include')
-rw-r--r--include/power/tps65941.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/power/tps65941.h b/include/power/tps65941.h
index a026ec56958..78e48a15972 100644
--- a/include/power/tps65941.h
+++ b/include/power/tps65941.h
@@ -19,7 +19,9 @@
#define TPS65941_BUCK_VOLT_MASK 0xFF
#define TPS65941_BUCK_VOLT_MAX_HEX 0xFF
#define TPS65941_BUCK_VOLT_MAX 3340000
-#define TPS65941_BUCK_MODE_MASK 0x1
+#define TPS65941_BUCK_MODE_MASK 0x1
+#define TPS65941_BUCK_FPWM_MASK 0x2
+#define TPS65941_BUCK_FPWM_MP_MASK 0x4
#define TPS65941_LDO_VOLT_MASK 0x7E
#define TPS65941_LDO_VOLT_MAX_HEX 0x3A