summaryrefslogtreecommitdiff
path: root/doc/README.fdt-overlays
AgeCommit message (Collapse)Author
2021-01-16doc: move README.fdt-overlays to HTML documentationHeinrich Schuchardt
Convert doc/README.fdt-overlays to doc/usage/fdt_overlays.rst. Edit the text for readability. Signed-off-by: Heinrich Schuchardt <[email protected]>
2017-09-15doc: overlays: Tweak documentation regarding overlaysFranklin S Cooper Jr
Pull some information regarding overlays from commit messages and put them directly within the documentation. Also add some information regarding required dtc version to properly use overlays. Signed-off-by: Franklin S Cooper Jr <[email protected]> Acked-by: Simon Glass <[email protected]>
2017-09-15doc: Document how to apply fdt overlaysPantelis Antoniou
We have the capability to apply overlays on the command line but we didn't have a document explaining how. Signed-off-by: Pantelis Antoniou <[email protected]> Reviewed-by: Ɓukasz Majewski Acked-by: Simon Glass <[email protected]>