Skip to content

Commit e84be23

Browse files
noglitchCodrin Ciubotariu
authored andcommitted
ARM: dts: at91: sama5d27_som1_ek: add the microchip,sdcal-inverted on sdmmc0
Specify the SoC SDCAL pin connection that is used in the sama5d27c 128MiB SiP on the SAMA5D27 SOM1. This will put in place a software workaround that would reduce power consumption on all boards using this SoM, including the SAMA5D27 SOM1 EK. Uses property introduced in 5cd41fe ("dt-bindings: sdhci-of-at91: add the microchip,sdcal-inverted property") Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com> Link: https://lore.kernel.org/r/20191205113604.9000-1-nicolas.ferre@microchip.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent 0fab5d4 commit e84be23

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

arch/arm/boot/dts/at91-sama5d27_som1.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
};
2525

2626
ahb {
27+
sdmmc0: sdio-host@a0000000 {
28+
microchip,sdcal-inverted;
29+
};
30+
2731
apb {
2832
qspi1: spi@f0024000 {
2933
pinctrl-names = "default";

0 commit comments

Comments
 (0)