summaryrefslogtreecommitdiff
path: root/scripts/basic
diff options
context:
space:
mode:
authorKory Maincent <[email protected]>2026-02-17 14:49:39 +0100
committerFabio Estevam <[email protected]>2026-02-28 15:31:49 -0300
commitfd30e492cc39157825af599f9af400095a5f2f56 (patch)
tree1fe2044520d35b1d939c0b6ba0336e6c1fa2d3cc /scripts/basic
parent10e0560ea8b41e12833c3d58e1477942b8a17b9b (diff)
mmc: fsl_esdhc_imx: Skip voltage switching for fixed 1.8V regulator
When using a fixed 1.8V regulator for vqmmc (indicated by vs18_enable), attempting to change the voltage produces spurious errors since the regulator cannot be adjusted. The driver currently attempts the voltage change, receives -ENOSYS from the regulator subsystem, and reports: Setting to 1.8V error: -38 esdhc_set_voltage error -5 Fix this by checking vs18_enable early in esdhc_set_voltage() and returning -ENOTSUPP for all voltage switch requests, not just 3.3V. This prevents unnecessary regulator operations and eliminates the error messages when the hardware is correctly configured with a fixed 1.8V supply. Signed-off-by: Kory Maincent <[email protected]>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions