diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2017-01-30 05:02:09 -0500 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2017-01-31 10:18:25 -0500 |
commit | a3035886852cd859e371550fe726da08b85c67d0 (patch) | |
tree | 3378edff42c8ada5468734e71f71d3d1bc0b2cc9 | |
parent | 00bacfbfaf508940fd5fba22372a0935c4a01358 (diff) |
ARM: davinci: remove BUG_ON() from da850_register_sata()
The ahci driver now supports other refclk clock rates.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
-rw-r--r-- | arch/arm/mach-davinci/devices-da8xx.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-davinci/devices-da8xx.c b/arch/arm/mach-davinci/devices-da8xx.c index cfceb326a39b..7cf529ffbe5a 100644 --- a/arch/arm/mach-davinci/devices-da8xx.c +++ b/arch/arm/mach-davinci/devices-da8xx.c | |||
@@ -1080,9 +1080,6 @@ int __init da850_register_sata(unsigned long refclkpn) | |||
1080 | { | 1080 | { |
1081 | int ret; | 1081 | int ret; |
1082 | 1082 | ||
1083 | /* please see comment in drivers/ata/ahci_da850.c */ | ||
1084 | BUG_ON(refclkpn != 100 * 1000 * 1000); | ||
1085 | |||
1086 | ret = da850_register_sata_refclk(refclkpn); | 1083 | ret = da850_register_sata_refclk(refclkpn); |
1087 | if (ret) | 1084 | if (ret) |
1088 | return ret; | 1085 | return ret; |