2011/5/25 Rob Herring <[email protected]>: Trivia:
> + /* Allow the arm,amba-deviceid value to override the h/w value */ > + prop = of_get_property(node, "arm,amba-deviceid", NULL); > + if (prop) > + dev->periphid = of_read_ulong(prop, 1); That currently does not override the H/W value at all. But when/if patch http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=6829/1 gets merged, it eventually will. Acked-by: Linus Walleij <[email protected]> Yours, Linus Walleij _______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
