Re: dtc: Add some documentation for the dts formta

2008-03-11 Thread Segher Boessenkool
This patch adds a dts-format.txt in the Documentation directory, with an introduction to the dtc source format. Looks good, some minor nits... +* A 64-bit value is represented with two 32-bit cells. + + e.g. clock-frequency = <0x0001 0x>; Please add that this is big-endian

dtc: Add some documentation for the dts formta

2008-03-10 Thread David Gibson
This patch adds a dts-format.txt in the Documentation directory, with an introduction to the dtc source format. Note that this documentation is also going into the upcoming ePAPR specification. Signed-off-by: David Gibson <[EMAIL PROTECTED]> --- Documentation/dts-format.txt | 110 +