summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Gostev <fga022c@motorola.com>2014-05-16 23:04:40 -0400
committerAndrey Gostev <fga022c@motorola.com>2014-05-19 15:44:09 +0000
commit2f31b672dbf04ca02af624db49b873b5cee47348 (patch)
tree85c0736f1a9137c20546e1534d51c4d7f9ccca85
parent8f2a382307c62a6e140e7b26356e374954cdee7c (diff)
downloadolio-linux-3.10-2f31b672dbf04ca02af624db49b873b5cee47348.tar.xz
olio-linux-3.10-2f31b672dbf04ca02af624db49b873b5cee47348.zip
IKXCLOCK-1236 arm: dts: minnow: disable PM QoS for UART2
Disable PM QoS for UART2 used for communication with Bluetooth IC. PM QoS constraint will be managed by upper layet TI-ST driver that knows when Bluetooth IC is asleep. Change-Id: I30e72c0ce20f7911d78aeac1587da9f3c96c0d8d Signed-off-by: Andrey Gostev <fga022c@motorola.com>
-rw-r--r--arch/arm/boot/dts/omap3-minnow.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-minnow.dtsi b/arch/arm/boot/dts/omap3-minnow.dtsi
index 8452e5d627a..2e5f4b77218 100644
--- a/arch/arm/boot/dts/omap3-minnow.dtsi
+++ b/arch/arm/boot/dts/omap3-minnow.dtsi
@@ -823,4 +823,5 @@ tps65912_0: tps65912 {
&uart2 {
flags = <0x00200000>;
+ ti,no-pm-qos;
};