From 92a165748a25d43fb7e2fcb06c04b1e4e5db3567 Mon Sep 17 00:00:00 2001 From: Mayank Rana Date: Thu, 21 Apr 2016 10:27:05 -0700 Subject: ARM: dts: msm: Update QUSB PHY device node compatible property on msmcobalt It is required to use phy-msm-qusb-v2.c driver with msmcobalt platform. Hence use "qcom,qusb2phy-v2" instead of "qcom,qusb2phy" as compatiable string with QUSB PHY related device node on msmcobalt. Change-Id: I8d8ed29215f326801ba4e60794cc63e4eaeeb97e Signed-off-by: Mayank Rana --- arch/arm/boot/dts/qcom/msmcobalt.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/qcom/msmcobalt.dtsi b/arch/arm/boot/dts/qcom/msmcobalt.dtsi index 90d1ecd8f29c..aecaeb43b740 100644 --- a/arch/arm/boot/dts/qcom/msmcobalt.dtsi +++ b/arch/arm/boot/dts/qcom/msmcobalt.dtsi @@ -1734,7 +1734,7 @@ }; qusb_phy0: qusb@c012000 { - compatible = "qcom,qusb2phy"; + compatible = "qcom,qusb2phy-v2"; reg = <0x0c012000 0x2a8>, <0x0a8f8800 0x400>; reg-names = "qusb_phy_base", -- cgit v1.2.3