Skip to content

Commit 5fd3049

Browse files
committed
ARM: dts: at91: sama5d29_curiosity: Add no-1-8-v property to sdmmc0 node
Add no-1-8-v property to sdmmc0 node to keep VDDSDMMC power rail at 3.3V. This property will stop the LDO regulator from switching to 1.8V when the MMC core detects an UHS SD Card. VDDSDMMC power rail is used by all the SDMMC interface pins in GPIO mode (PA0 - PA13). On this board, PA6 is used as GPIO to enable the power switch controlling USB Vbus for the USB Host. The change is needed to fix the PA6 voltage level to 3.3V instead of 1.8V. Fixes: 82a87f9 ("ARM: dts: at91: sama5d29_curiosity: Add device tree for sama5d29_curiosity board") Suggested-by: Mihai Sain <mihai.sain@microchip.com> Signed-off-by: Cristian Birsan <cristian.birsan@microchip.com> Tested-by: Andrei Simion <andrei.simion@microchip.com>
1 parent f6d40f3 commit 5fd3049

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm/boot/dts/at91-sama5d29_curiosity.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,7 @@
501501

502502
&sdmmc0 {
503503
bus-width = <4>;
504+
no-1-8-v;
504505
pinctrl-names = "default";
505506
pinctrl-0 = <&pinctrl_sdmmc0_default>;
506507
disable-wp;

0 commit comments

Comments
 (0)