Skip to content

Commit 53289af

Browse files
mwallenmenon
authored andcommitted
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: 1c3c4df ("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>
1 parent 11a6a5b commit 53289af

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm64/boot/dts/ti/k3-am67a-kontron-sa67-base.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@
173173
regulator-max-microvolt = <3300000>;
174174
vin-supply = <&vcc_3p3_s0>;
175175
regulator-boot-on;
176+
enable-active-high;
176177
enable-gpios = <&main_gpio0 7 GPIO_ACTIVE_HIGH>;
177178
gpios = <&main_gpio0 8 GPIO_ACTIVE_HIGH>;
178179
states = <3300000 0x0>,

0 commit comments

Comments
 (0)