summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/msm8660-surf.dts
diff options
context:
space:
mode:
authorDavid Brown <davidb@codeaurora.org>2013-03-12 18:41:50 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-25 17:39:40 (GMT)
commit97f00f7120fe3396302693cdc4b1d11bbacad963 (patch)
tree1d97e2e7c1a6dc4d5ea2dfbc1358e40628682147 /arch/arm/boot/dts/msm8660-surf.dts
parent4a6692e2ac4c6b09235a9568468dd83a380c271d (diff)
downloadlinux-fsl-qoriq-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/msm8660-surf.dts')
-rw-r--r--arch/arm/boot/dts/msm8660-surf.dts6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/msm8660-surf.dts b/arch/arm/boot/dts/msm8660-surf.dts
index 31f2157..67f8670 100644
--- a/arch/arm/boot/dts/msm8660-surf.dts
+++ b/arch/arm/boot/dts/msm8660-surf.dts
@@ -38,4 +38,10 @@
<0x19c00000 0x1000>;
interrupts = <0 195 0x0>;
};
+
+ qcom,ssbi@500000 {
+ compatible = "qcom,ssbi";
+ reg = <0x500000 0x1000>;
+ qcom,controller-type = "pmic-arbiter";
+ };
};