On Mar 17, 2009, at 4:28 AM, Martyn Welch wrote:


+               i2c1: i...@3000 {
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       compatible = "fsl-i2c";
This should list include a compatible string specific to the
particular SoC model before the general name.

The documentation seems to suggest to use "fsl-i2c". Should it be like this?:

compatible = "fsl,mpc8641d-i2c", fsl-i2c";

in theory it should be, in practice don't bother.

- k
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to