Re: Small fixes for the Ebony device tree
From: Josh Boyer <hidden>
Date: 2007-05-14 15:09:35
On Mon, 2007-05-14 at 14:59 +0200, Segher Boessenkool wrote:
quoted
- i-cache-size = <0>; - d-cache-size = <0>; + i-cache-size = <2000000>; /* 32 kB */ + d-cache-size = <2000000>; /* 32 kB */That's 32MB, not 32kB. Better fix this :-)
Argh. What's even sadder is I just did the exact same thing for Bamboo.
quoted
+ SRAM0: sram { + compatible = "ibm,sram440gp"; + dcr-reg = <020 8 00a 1>; + };Is this thing _only_ addressable over DCRs? Weird.
Yes.
quoted
MAL0: mcmal { - device_type = "mcmal-dma"; + device_type = "dma-controller"; compatible = "ibm,mcmal-440gp", "ibm,mcmal";Remove "device_type", change name to "dma-controller"?quoted
EBC0: ebc { - device_type = "ibm,ebc"; compatible = "ibm,ebc-440gp";You forgot "ibm,ebc" here.
/me notes that for Bamboo josh