aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/bcm953012k.dts
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2017-03-31 12:19:39 +0200
committerArnd Bergmann <arnd@arndb.de>2017-03-31 12:19:39 +0200
commit3f5099f0c7677d2f1710408530d2d6ab114aad32 (patch)
tree72004d8d75079ea0b7cab61930323efc8bde061c /arch/arm/boot/dts/bcm953012k.dts
parentMerge tag 'omap-for-v4.12/dt-v2-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/dt (diff)
parentARM: dts: BCM5301X: Correct GIC_PPI interrupt flags (diff)
downloadlinux-dev-3f5099f0c7677d2f1710408530d2d6ab114aad32.tar.xz
linux-dev-3f5099f0c7677d2f1710408530d2d6ab114aad32.zip
Merge tag 'arm-soc/for-4.11/devicetree-fixes' of http://github.com/Broadcom/stblinux into fixes
There was a little conflict between the v4.11 bugfixes and the new changes for 4.12, this merges the fixes into the 4.12 branch to avoid having to resolve it again. * Broadcom fixes in mainline ARM: dts: BCM5301X: Correct GIC_PPI interrupt flags ARM: dts: BCM5301X: Fix memory start address ARM: dts: BCM5301X: Fix UARTs on bcm953012k Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/bcm953012k.dts')
-rw-r--r--arch/arm/boot/dts/bcm953012k.dts5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/bcm953012k.dts b/arch/arm/boot/dts/bcm953012k.dts
index fbc6219e977a..79c168e2714b 100644
--- a/arch/arm/boot/dts/bcm953012k.dts
+++ b/arch/arm/boot/dts/bcm953012k.dts
@@ -44,7 +44,7 @@
};
memory {
- reg = <0x00000000 0x10000000>;
+ reg = <0x80000000 0x10000000>;
};
};
@@ -107,10 +107,9 @@
};
&uart0 {
- clock-frequency = <62499840>;
+ status = "okay";
};
&uart1 {
- clock-frequency = <62499840>;
status = "okay";
};