summaryrefslogtreecommitdiff
path: root/Documentation/powerpc/dts-bindings/fsl/spi.txt
AgeCommit message (Collapse)AuthorFilesLines
2011-01-31dt: Move device tree documentation out of powerpc directoryGrant Likely1-53/+0
The device tree is used by more than just PowerPC. Make the documentation directory available to all. v2: reorganized files while moving to create arch and driver specific directories. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
2010-10-12powerpc/of: add eSPI controller dts bindings and DTS modificationMingkai Hu1-1/+23
Also modifiy the document of cell-index in SPI controller. Add the SPI flash(s25fl128p01) support on p4080ds and mpc8536ds board. Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2010-02-17powerpc/of: added documentation for spi chipselectsErnst Schwab1-0/+7
Added devicetree binding documentation for gpios used as chipselect. The code to evaluate these is already present in spi_mpc8xxx.c. Signed-off-by: Ernst Schwab <eschwab@online.de> Reviewed-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2008-07-14powerpc/fsl: Refactor device bindingsKumar Gala1-0/+24
Moved Freescale SoC related bindings out of booting-without-of.txt and into their own files. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>