[PATCH V2] Ethernut 5 board support
Arnd Bergmann
arnd at arndb.de
Thu Apr 19 07:32:01 EDT 2012
On Thursday 19 April 2012, Tim Schendekehl wrote:
> + i2c at 0 {
> + status = "okay";
> +
> + pcf8563 at 50 {
> + compatible = "pcf8563";
> + reg = <0x51>;
> + };
> +
> + pmmc at 22 {
> + compatible = "pmmc";
> + reg = <0x22>;
> + };
> + };
Please make the compatible properties more specific. The first one should be
compatible="nxp,pcf8563". For the second one, it's not clear what this
refers to. What is a pmmc?
Everything else looks good to me.
Arnd
More information about the linux-arm-kernel
mailing list