Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: 1c3c4df06f9d ("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>

authored by

Michael Walle and committed by
Nishanth Menon
53289af6 11a6a5bb

+1
+1
arch/arm64/boot/dts/ti/k3-am67a-kontron-sa67-base.dts
··· 173 173 regulator-max-microvolt = <3300000>; 174 174 vin-supply = <&vcc_3p3_s0>; 175 175 regulator-boot-on; 176 + enable-active-high; 176 177 enable-gpios = <&main_gpio0 7 GPIO_ACTIVE_HIGH>; 177 178 gpios = <&main_gpio0 8 GPIO_ACTIVE_HIGH>; 178 179 states = <3300000 0x0>,