[PATCH] [POWERPC] fsl_soc: add support for "fsl, immr" compatible matching
Scott Wood
scottwood at freescale.com
Sat Feb 2 08:16:57 EST 2008
Anton Vorontsov wrote:
> - soc8540 at e0000000 {
> + soc at e0000000 {
> #address-cells = <1>;
> #size-cells = <1>;
> #interrupt-cells = <2>;
> - device_type = "soc";
> + compatible = "fsl,mpc8540-immr", "fsl,immr", "simple-bus";
> ranges = <00000000 e0000000 00100000>
> reg = <e0000000 00003000>;
> bus-frequency = <0>;
It's called "CCSR" rather than "IMMR" on 85xx.
-Scott
More information about the Linuxppc-dev
mailing list