[net-next-2.6 PATCH] can: SJA1000: generic OF platform bus driver

David Miller davem at davemloft.net
Fri May 22 16:31:23 EST 2009


From: Grant Likely <grant.likely at secretlab.ca>
Date: Thu, 21 May 2009 22:42:07 -0600

> On Wed, May 20, 2009 at 11:06 AM, Wolfgang Grandegger <wg at grandegger.com> wrote:
>> This patch adds a generic driver for SJA1000 chips on the OpenFirmware
>> platform bus found on embedded PowerPC systems. You need a SJA1000 node
>> definition in your flattened device tree source (DTS) file similar to:
>>
>>   can at 3,100 {
>>           compatible = "philips,sja1000";
>>           reg = <3 0x100 0x80>;
>>           clock-frequency = <8000000>;
>>           cdr-reg = <0x48>;
>>           ocr-reg = <0x0a>;
>>           interrupts = <2 0>;
>>           interrupt-parent = <&mpic>;
>>   };
> 
> This new binding must be documented in Documentation/powerpc/dts-bindings

Wolfgang, please add this documentation and resubmit your patch.
Thanks!



More information about the Linuxppc-dev mailing list