diff options
author | David Brown <davidb@codeaurora.org> | 2013-06-17 22:39:38 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-06-18 09:29:05 +0200 |
commit | f333c13c9eb0504ff01b7d9c242a9f2f2f2edc7b (patch) | |
tree | f8a9950a805f3652cd7cd23bb727db2accf39ef9 /arch/arm | |
parent | Merge tag 'sunxi-core-for-3.11' of git://github.com/mripard/linux into next/c... (diff) | |
download | linux-f333c13c9eb0504ff01b7d9c242a9f2f2f2edc7b.tar.xz linux-f333c13c9eb0504ff01b7d9c242a9f2f2f2edc7b.zip |
ARM: dts: msm: Fix merge resolution
Commit e45600107b (Merge tag 'msm-cleanup-for-3.11' of
git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm into
next/cleanup) incorrectly resolved a merge conflict, resulting in a
node address that doesn't match the register address.
Fix this node address.
Signed-off-by: David Brown <davidb@codeaurora.org>
Cc: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/msm8960-cdp.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/msm8960-cdp.dts b/arch/arm/boot/dts/msm8960-cdp.dts index e9eb83541c97..db2060c46540 100644 --- a/arch/arm/boot/dts/msm8960-cdp.dts +++ b/arch/arm/boot/dts/msm8960-cdp.dts @@ -37,7 +37,7 @@ reg = <0xfd510000 0x4000>; }; - serial@19440000 { + serial@16440000 { compatible = "qcom,msm-hsuart", "qcom,msm-uart"; reg = <0x16440000 0x1000>, <0x16400000 0x1000>; |