Re: [PATCH v3 06/13] ARM: davinci: da850: model the SATA refclk

From: Bartosz Golaszewski
Date: Thu Jan 19 2017 - 08:32:11 EST


2017-01-18 18:26 GMT+01:00 David Lechner <david@xxxxxxxxxxxxxx>:
> On 01/18/2017 07:19 AM, Bartosz Golaszewski wrote:
>>
>> int __init da850_register_sata(unsigned long refclkpn)
>> {
>> + int ret;
>> +
>> /* please see comment in drivers/ata/ahci_da850.c */
>> BUG_ON(refclkpn != 100 * 1000 * 1000);
>
>
> This BUG_ON() should be removed since the sata driver can now handle other
> clock frequencies.
>

I did that in a separate patch coming after the ahci changes to keep
the series bisectable.

Thanks,
Bartosz Golaszewski