[PATCH v4 2/3] dtc: Support character literals in cell lists
David Gibson
david at gibson.dropbear.id.au
Mon Sep 12 10:44:37 EST 2011
On Fri, Sep 09, 2011 at 12:16:30PM -0700, Anton Staaf wrote:
> With this patch the following property assignment:
>
> property = <0x12345678 'a' '\r' 100>;
>
> is equivalent to:
>
> property = <0x12345678 0x00000061 0x0000000D 0x00000064>
>
> Signed-off-by: Anton Staaf <robotboy at chromium.org>
Acked-by: David Gibson <david at gibson.dropbear.id.au>
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
More information about the devicetree-discuss
mailing list