[PATCH 3/3] ep93xx: Add IDE support to edb93xx boards
Rafal Prylowski
prylowski at metasoft.pl
Fri Mar 30 04:32:25 EDT 2012
On 2012-03-29 18:32, H Hartley Sweeten wrote:
>> +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.
More information about the linux-arm-kernel
mailing list