Skip to content

Commit c21c23a

Browse files
cristibirsanclaudiubeznea
authored andcommitted
ARM: dts: microchip: 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: d85c422 ("ARM: dts: at91: sama5d29_curiosity: Add device tree for sama5d29_curiosity board") Suggested-by: Mihai Sain <[email protected]> Signed-off-by: Cristian Birsan <[email protected]> Tested-by: Andrei Simion <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Claudiu Beznea <[email protected]>
1 parent 747800e commit c21c23a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

515515
&sdmmc0 {
516516
bus-width = <4>;
517+
no-1-8-v;
517518
pinctrl-names = "default";
518519
pinctrl-0 = <&pinctrl_sdmmc0_default>;
519520
disable-wp;

0 commit comments

Comments
 (0)