On 17 August 2018 at 18:56, Hans-Erik Floryd
wrote:
>
>
> Den fre 17 aug 2018 19:51Peter Maydell skrev
>>
>> (Your indentation was off-by-one -- we use 4-space indent -- but I fixed
>> that.)
>>
>> -- PMM
>
>
> Thanks! I think i fixed that in a new patch so please ignore v3.
You don't need to re
Den fre 17 aug 2018 19:51Peter Maydell skrev
> (Your indentation was off-by-one -- we use 4-space indent -- but I fixed
> that.)
-- PMM
>
Thanks! I think i fixed that in a new patch so please ignore v3.
/Hans-Erik Floryd
>
On 17 August 2018 at 13:10, Hans-Erik Floryd
wrote:
> Add the ESDHC PRSSTAT_SDSTB bit, using the value of SDHC_CLOCK_INT_STABLE.
> Freescale recommends checking this bit when changing clock frequency.
>
> Signed-off-by: Hans-Erik Floryd
> ---
> hw/sd/sdhci-internal.h | 2 ++
> hw/sd/sdhci.c
Add the ESDHC PRSSTAT_SDSTB bit, using the value of SDHC_CLOCK_INT_STABLE.
Freescale recommends checking this bit when changing clock frequency.
Signed-off-by: Hans-Erik Floryd
---
hw/sd/sdhci-internal.h | 2 ++
hw/sd/sdhci.c | 8
2 files changed, 10 insertions(+)
diff --git a