Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3169ab00 authored by Haijun.Zhang's avatar Haijun.Zhang Committed by Scott Wood
Browse files

powerpc/dts: Correct sdhci quirk for bsc9131



We use property "sdhci,auto-cmd12" instead of "fsl,sdhci-auto-cmd12"
to distinguish if the sdhc host has quirk SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12.

Signed-off-by: default avatarHaijun Zhang <Haijun.Zhang@freescale.com>
Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
parent 0f06ad70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ usb@22000 {

/include/ "pq3-esdhc-0.dtsi"
	sdhc@2e000 {
		fsl,sdhci-auto-cmd12;
		sdhci,auto-cmd12;
		interrupts = <41 0x2 0 0>;
	};