
On 01/11/2012 09:32 PM, Simon Glass wrote:
Add a directory to hold device tree binding files, to permit easy review of this material in U-Boot patches.
Signed-off-by: Simon Glass sjg@chromium.org
diff --git a/doc/device-tree-bindings/README b/doc/device-tree-bindings/README
+The intent is not to commit these files to U-Boot, or at least only +temporarily, Rather we hope that the files will be stored in another +repo (shared with Linux) which is brought in as needed. Failing that, +changes here will be commited to the Linux +Documentation/devicetree/bindings/ directory.
Given there is no shared repo right now, I'd assert we should be specific and explicitly state that the intent /is/ to check in the binding documentation here, and mirror the kernel tree.
But, the patch is fine to me as-is if you wish.