]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: msm: Update uartdm compatible strings
authorStephen Boyd <sboyd@codeaurora.org>
Wed, 28 Aug 2013 20:32:41 +0000 (13:32 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Aug 2013 23:03:29 +0000 (16:03 -0700)
Let's follow the ratified DT binding and use uartdm instead of
hsuart. This does break backwards compatibility but this
shouldn't be a problem because the uart driver isn't probing on
these devices without adding clock support (which isn't merged so
far).

Cc: David Brown <davidb@codeaurora.org>
Acked-by: Kumar Gala <galak@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/msm8660-surf.dts
arch/arm/boot/dts/msm8960-cdp.dts

index cdc010e0f93edcd330be85f74bda223951d6eaae..386d4287021534345dcfbed2f3e2f6d5079dcf0f 100644 (file)
@@ -38,7 +38,7 @@
        };
 
        serial@19c40000 {
-               compatible = "qcom,msm-hsuart", "qcom,msm-uart";
+               compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm";
                reg = <0x19c40000 0x1000>,
                      <0x19c00000 0x1000>;
                interrupts = <0 195 0x0>;
index db2060c465404d81faab3cd8d2c8427588c1354f..532050bf0c3688f68956777fe69d027349d4d021 100644 (file)
@@ -38,7 +38,7 @@
        };
 
        serial@16440000 {
-               compatible = "qcom,msm-hsuart", "qcom,msm-uart";
+               compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm";
                reg = <0x16440000 0x1000>,
                      <0x16400000 0x1000>;
                interrupts = <0 154 0x0>;