Re: [PATCH 3/3] ep93xx: Add IDE support to edb93xx boards
From: Rafal Prylowski <hidden>
Date: 2012-03-30 08:32:25
Also in:
linux-arm-kernel
From: Rafal Prylowski <hidden>
Date: 2012-03-30 08:32:25
Also in:
linux-arm-kernel
On 2012-03-29 18:32, H Hartley Sweeten wrote:
quoted
+static int __init edb93xx_has_ide(void) +{ + /* + * Although EDB9312 and EDB9315 do have IDE capability, they have + * INTRQ line wired as pull-up, which makes using IDE interface + * problematic. + */ + return machine_is_edb9315a();Allow the driver to be loaded on the EDB9312 and EDB9315 but leave the comment. If a use of these boards wishes to use the IDE they could remove the pull-up and add a pull-down to their board.
Ok. Will do that.