mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
arm64: dts: ti: k3-am67a-kontron-sa67-base: Fix SD card regulator
The property "enable-active-high" was missing, as the default is
active-low. Add it.
Fixes: 1c3c4df06f ("arm64: dts: ti: Add support for Kontron SMARC-sAM67")
Signed-off-by: Michael Walle <mwalle@kernel.org>
Link: https://patch.msgid.link/20260115131431.1521102-3-mwalle@kernel.org
Signed-off-by: Nishanth Menon <nm@ti.com>
This commit is contained in:
parent
11a6a5bb72
commit
53289af62b
|
|
@ -173,6 +173,7 @@ vcc_3p3_sd_vio_s0: regulator-6 {
|
|||
regulator-max-microvolt = <3300000>;
|
||||
vin-supply = <&vcc_3p3_s0>;
|
||||
regulator-boot-on;
|
||||
enable-active-high;
|
||||
enable-gpios = <&main_gpio0 7 GPIO_ACTIVE_HIGH>;
|
||||
gpios = <&main_gpio0 8 GPIO_ACTIVE_HIGH>;
|
||||
states = <3300000 0x0>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user