From: Grant Likely Date: Fri, 16 May 2008 17:37:09 +0000 (-0600) Subject: spi: Add OF binding support for SPI busses X-Git-Tag: v2.6.27-rc1~27^2~22^2 X-Git-Url: http://pilppa.org/gitweb/?a=commitdiff_plain;h=284b01897340974000bcc84de87a4e1becc8a83d;hp=284b01897340974000bcc84de87a4e1becc8a83d;p=linux-2.6-omap-h63xx.git spi: Add OF binding support for SPI busses This patch adds support for populating an SPI bus based on data in the OF device tree. This is useful for powerpc platforms which use the device tree instead of discrete code for describing platform layout. Signed-off-by: Grant Likely ---