looks good On 16-01-17 06:59 AM, Stefan Wahren wrote:
This patch defines the known quirks for BCM283x in the dtsi file: * SDHCI_QUIRK_BROKEN_CARD_DETECTION * SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12 So we don't need to define them in the driver. Signed-off-by: Stefan Wahren <stefan.wahren@xxxxxxxx>
Acked-by: Scott Branden <sbranden@xxxxxxxxxxxx>
--- arch/arm/boot/dts/bcm283x.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/bcm283x.dtsi b/arch/arm/boot/dts/bcm283x.dtsi index 971e741..75451cd 100644 --- a/arch/arm/boot/dts/bcm283x.dtsi +++ b/arch/arm/boot/dts/bcm283x.dtsi @@ -164,6 +164,8 @@ reg = <0x7e300000 0x100>; interrupts = <2 30>; clocks = <&clocks BCM2835_CLOCK_EMMC>; + broken-cd; + sdhci,auto-cmd12; status = "disabled"; };
-- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html