summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPingping Guo <pingping.guo@mediatek.com>2015-11-17 19:32:58 +0800
committerMark Salyzyn <salyzyn@google.com>2015-11-20 09:20:30 -0800
commit08f6029778efddec421a0bba8a77e574a4d59b7d (patch)
tree88cf38f55dd323ce59775ea7d3cb1fff7f04ff18
parent887e4737d58d8296fb2dda5cef7bb4be56aa759c (diff)
downloadmediatek-08f6029778efddec421a0bba8a77e574a4d59b7d.tar.gz
[ALPS02222627] uart: disable free uart in mt8173.dtsi
[Detail] disable free uart in device tree [Solution] disable free uart in device tree Change-Id: I93285f597801898da77d3d2ce5f96f47f33d6009 Signed-off-by: Pingping Guo <pingping.guo@mediatek.com> CR-Id: ALPS02222627 Feature: uart
-rw-r--r--arch/arm64/boot/dts/mt8173.dtsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm64/boot/dts/mt8173.dtsi b/arch/arm64/boot/dts/mt8173.dtsi
index d8a630ee4800..bab742bb7083 100644
--- a/arch/arm64/boot/dts/mt8173.dtsi
+++ b/arch/arm64/boot/dts/mt8173.dtsi
@@ -625,7 +625,7 @@
pinctrl-4 = <&uart0_tx_clr_cfg>;
rx_gpios = <&pio 113 0>;
tx_gpios = <&pio 114 0>;
- status = "okay";
+ status = "disabled";
};
uart1: uart1@11003000 {
@@ -656,7 +656,7 @@
pinctrl-4 = <&uart1_tx_clr_cfg>;
rx_gpios = <&pio 96 0>;
tx_gpios = <&pio 97 0>;
- status = "okay";
+ status = "disabled";
};
uart2: uart2@11004000 {
@@ -686,7 +686,7 @@
pinctrl-4 = <&uart2_tx_clr_cfg>;
rx_gpios = <&pio 31 0>;
tx_gpios = <&pio 32 0>;
- status = "okay";
+ status = "disabled";
};
uart3: uart3@11005000 {
@@ -717,7 +717,7 @@
pinctrl-4 = <&uart3_tx_clr_cfg>;
rx_gpios = <&pio 117 0>;
tx_gpios = <&pio 118 0>;
- status = "okay";
+ status = "disabled";
};
pwm: pwm@11006000 {