summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2-m4.dts
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-10-30 15:59:58 +0800
committerOctavian Purdila <octavian.purdila@nxp.com>2017-02-23 14:21:42 +0200
commit510f16b59f6c85ce6fe1841c8b43754a126814e4 (patch)
treeed6b1716fa5012a72895e48624fe26cf62206f9b /arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2-m4.dts
parenta4dfffee416213352688f7622d832f10c13c1328 (diff)
MLK-11801 imx: mx7d: resolve conflicts with A7 and M4
M4 will use UART2, and RDC is configured that kernel can not access. If still enable it, kernel will panic. To validation board, disable gpio-keys, since m4 will use volume keys. Signed-off-by: Peng Fan <Peng.Fan@freescale.com> (cherry picked from commit ccd54fd2096b8f3443bafd0b86499e1eda027fc9) Conflicts: arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2-m4.dts
Diffstat (limited to 'arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2-m4.dts')
-rw-r--r--arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2-m4.dts21
1 files changed, 5 insertions, 16 deletions
diff --git a/arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2-m4.dts b/arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2-m4.dts
index c4c6e306500e..ae4a080e6cda 100644
--- a/arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2-m4.dts
+++ b/arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2-m4.dts
@@ -7,6 +7,10 @@
<0xa0000000 0x1ff00000>,
<0xc0000000 0x40000000>;
};
+
+ gpio-keys {
+ status = "disabled";
+ };
};
&adc1 {
@@ -30,17 +34,6 @@
status = "disabled";
};
-&iomuxc {
- imx7d-12x12-lpddr3-arm2 {
- pinctrl_uart2_1: uart2grp-1 {
- fsl,pins = <
- MX7D_PAD_UART2_RX_DATA__UART2_DCE_RX 0x79
- MX7D_PAD_UART2_TX_DATA__UART2_DCE_TX 0x79
- >;
- };
- };
-};
-
&gpt3 {
status = "disabled";
};
@@ -58,11 +51,7 @@
};
&uart2 {
- pinctrl-names = "default";
- pinctrl-0 = <&pinctrl_uart2_1>;
- assigned-clocks = <&clks IMX7D_UART2_ROOT_SRC>;
- assigned-clock-parents = <&clks IMX7D_OSC_24M_CLK>;
- status = "okay";
+ status = "disabled";
};
&wdog3{