aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/arm/msm/ssbi.txt (follow)
AgeCommit message (Collapse)AuthorFilesLines
2013-03-25SSBI: Convert SSBI to device treeDavid Brown1-0/+18
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>