summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/msm8960-cdp.dts
diff options
context:
space:
mode:
authorDavid Brown <davidb@codeaurora.org>2013-03-12 22:41:50 +0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-25 21:39:40 +0400
commit97f00f7120fe3396302693cdc4b1d11bbacad963 (patch)
tree1d97e2e7c1a6dc4d5ea2dfbc1358e40628682147 /arch/arm/boot/dts/msm8960-cdp.dts
parent4a6692e2ac4c6b09235a9568468dd83a380c271d (diff)
downloadlinux-97f00f7120fe3396302693cdc4b1d11bbacad963.tar.xz
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>
Diffstat (limited to 'arch/arm/boot/dts/msm8960-cdp.dts')
-rw-r--r--arch/arm/boot/dts/msm8960-cdp.dts6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/msm8960-cdp.dts b/arch/arm/boot/dts/msm8960-cdp.dts
index 9e621b5ad3dd..c9b09a813a4b 100644
--- a/arch/arm/boot/dts/msm8960-cdp.dts
+++ b/arch/arm/boot/dts/msm8960-cdp.dts
@@ -38,4 +38,10 @@
<0x16400000 0x1000>;
interrupts = <0 154 0x0>;
};
+
+ qcom,ssbi@500000 {
+ compatible = "qcom,ssbi";
+ reg = <0x500000 0x1000>;
+ qcom,controller-type = "pmic-arbiter";
+ };
};