SSBI: Convert SSBI to device tree
authorDavid Brown <davidb@codeaurora.org>
Tue, 12 Mar 2013 18:41:50 +0000 (11:41 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Mar 2013 17:39:40 +0000 (10:39 -0700)
commit97f00f7120fe3396302693cdc4b1d11bbacad963
tree1d97e2e7c1a6dc4d5ea2dfbc1358e40628682147
parent4a6692e2ac4c6b09235a9568468dd83a380c271d
SSBI: Convert SSBI to device tree

The SSBI bus is exclusive to the Qualcomm MSM targets, and all SoCs
using it will be using device tree.  Convert this driver to indentify
with device tree.

This makes the bus probing a good bit simpler, since the attaching of
child nodes can be represented directly in the devicetree, rather than
having to be inferred by name.

Signed-off-by: David Brown <davidb@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/devicetree/bindings/arm/msm/ssbi.txt [new file with mode: 0644]
arch/arm/boot/dts/msm8660-surf.dts
arch/arm/boot/dts/msm8960-cdp.dts
drivers/ssbi/ssbi.c