[PATCH 2/5] Warp Base Platform - dts

Sean MacLennan smaclennan at pikatech.com
Fri Jan 11 16:21:20 EST 2008


David Gibson wrote:
> On Thu, Jan 10, 2008 at 06:59:03PM -0500, Sean MacLennan wrote:
>   
>> New version with recommended changes. Device types removed. FPGA
>> moved to correct bus.
>>     
>
> [snip]
>   
>> +				fpga at 2,0 {
>> +					compatible = "pika,fpga";
>> +			   		reg = <0 80000000 2200>;
>>     
>
> Your reg property doesn't match your node name here...
>   
Is the following correct?

				fpga at 2,0 {
					compatible = "pika,fpga";
			   		reg = <2 80000000 2200>;
					interrupts = <18 8>;
					interrupt-parent = <&UIC0>;
				};


Cheers,
   Sean




More information about the Linuxppc-dev mailing list