[PATCH v3 06/13] ARM: davinci: da850: model the SATA refclk
Bartosz Golaszewski
bgolaszewski at baylibre.com
Thu Jan 19 05:31:56 PST 2017
2017-01-18 18:26 GMT+01:00 David Lechner <david at lechnology.com>:
> 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
More information about the linux-arm-kernel
mailing list