- fix Odroid-C4 soft-reboot caused by bad setup of SDCard VDD regulator
This commit is contained in:
Tom Rini
2020-12-18 13:05:47 -05:00

View File

@@ -11,3 +11,7 @@
snps,reset-delays-us = <0 10000 1000000>;
snps,reset-active-low;
};
&tflash_vdd {
gpio = <&gpio_ao GPIOAO_3 GPIO_OPEN_DRAIN>;
};