dont set SDHC_FLAG_NO_HS_BIT flag
This commit is contained in:
parent
7169751760
commit
3f31d66c52
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: tegra_sdhc.c,v 1.5 2015/05/03 22:40:02 jmcneill Exp $ */
|
/* $NetBSD: tegra_sdhc.c,v 1.6 2015/05/30 18:53:39 jmcneill Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2015 Jared D. McNeill <jmcneill@invisible.ca>
|
* Copyright (c) 2015 Jared D. McNeill <jmcneill@invisible.ca>
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
#include "locators.h"
|
#include "locators.h"
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__KERNEL_RCSID(0, "$NetBSD: tegra_sdhc.c,v 1.5 2015/05/03 22:40:02 jmcneill Exp $");
|
__KERNEL_RCSID(0, "$NetBSD: tegra_sdhc.c,v 1.6 2015/05/30 18:53:39 jmcneill Exp $");
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <sys/bus.h>
|
#include <sys/bus.h>
|
||||||
|
@ -92,7 +92,6 @@ tegra_sdhc_attach(device_t parent, device_t self, void *aux)
|
||||||
sc->sc.sc_dmat = tio->tio_dmat;
|
sc->sc.sc_dmat = tio->tio_dmat;
|
||||||
sc->sc.sc_flags = SDHC_FLAG_32BIT_ACCESS |
|
sc->sc.sc_flags = SDHC_FLAG_32BIT_ACCESS |
|
||||||
SDHC_FLAG_NO_PWR0 |
|
SDHC_FLAG_NO_PWR0 |
|
||||||
SDHC_FLAG_NO_HS_BIT |
|
|
||||||
SDHC_FLAG_NO_CLKBASE |
|
SDHC_FLAG_NO_CLKBASE |
|
||||||
SDHC_FLAG_SINGLE_POWER_WRITE |
|
SDHC_FLAG_SINGLE_POWER_WRITE |
|
||||||
SDHC_FLAG_USE_DMA;
|
SDHC_FLAG_USE_DMA;
|
||||||
|
|
Loading…
Reference in New Issue