ARM: bcm2835: add SPI device to DT
authorStephen Warren <swarren@wwwdotorg.org>
Wed, 20 Feb 2013 04:39:58 +0000 (21:39 -0700)
committerStephen Warren <swarren@wwwdotorg.org>
Tue, 12 Mar 2013 03:38:58 +0000 (21:38 -0600)
The BCM2835 has a single instance of the "SPI0"-type SPI master
controller. Instantiate it in the SoC .dtsi file, Don't enable it in
the Raspberry Pi board .dts file, since we have no idea what is actually
connected, and hence no idea what to set the bus clock rate to.

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>

No differences found