[PATCH v3 06/13] ARM: davinci: da850: model the SATA refclk
From: Bartosz Golaszewski <hidden>
Date: 2017-01-19 11:18:53
Also in:
linux-devicetree, linux-ide, lkml
From: Bartosz Golaszewski <hidden>
Date: 2017-01-19 11:18:53
Also in:
linux-devicetree, linux-ide, lkml
2017-01-18 18:26 GMT+01:00 David Lechner [off-list ref]:
On 01/18/2017 07:19 AM, Bartosz Golaszewski wrote:quoted
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.
Right, will fix in v4. Thanks, Bartosz Golaszewski