[PATCH 11/14] ARM: LPC32xx: DTS adjustment for using pl18x primecell

Arnd Bergmann arnd at arndb.de
Mon Jun 11 10:14:14 EDT 2012


On Monday 11 June 2012, Roland Stigge wrote:
>                         sd at 20098000 {
> -                               compatible = "arm,pl180", "arm,primecell";
> +                               compatible = "arm,pl18x", "arm,primecell";
>                                 reg = <0x20098000 0x1000>;
>                                 interrupts = <0x0f 0>, <0x0d 0>;
> +                               status = "disable";
>                         };
>  

The proper way to write this is 'status = "disabled";', with a 'd' at
the end.

	Arnd



More information about the linux-arm-kernel mailing list