[PATCH v4 2/3] dtc: Support character literals in cell lists

Jon Loeliger jdl at jdl.com
Fri Sep 23 00:27:01 EST 2011


> 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>
> Cc: Jon Loeliger <jdl at jdl.com>
> Cc: David Gibson <david at gibson.dropbear.id.au>

Apllied.

Thanks,
jdl


More information about the devicetree-discuss mailing list