diff options
author | Ye.Li <B37916@freescale.com> | 2014-07-16 23:50:30 -0400 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2014-07-17 01:29:23 -0400 |
commit | aef061cd811fb4f2de6c81094225f66b3a16de50 (patch) | |
tree | 1762dac7661fe3326a5f1e5f0f5b97d893feca69 /arch/arm/boot | |
parent | a051f7ea383f802959107bfe539d8aae4eb86472 (diff) |
ENGR00323026 iMX6SX:MCC Disable ADC1 and ADC2 in MCC DTS
M4 has occupied the ADC1 and ADC2 in RDC, must disable them in DTS
to avoid kernel boot panic.
Signed-off-by: Ye.Li <B37916@freescale.com>
(cherry picked from commit 046b1c214af6740e7936aae6876941e79c10da8e)
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx6sx-sdb-m4.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sdb-m4.dts b/arch/arm/boot/dts/imx6sx-sdb-m4.dts index 2d706853438c..aa52ca7308d8 100644 --- a/arch/arm/boot/dts/imx6sx-sdb-m4.dts +++ b/arch/arm/boot/dts/imx6sx-sdb-m4.dts | |||
@@ -27,3 +27,11 @@ | |||
27 | &uart2 { | 27 | &uart2 { |
28 | status = "disabled"; | 28 | status = "disabled"; |
29 | }; | 29 | }; |
30 | |||
31 | &adc1 { | ||
32 | status = "disabled"; | ||
33 | }; | ||
34 | |||
35 | &adc2 { | ||
36 | status = "disabled"; | ||
37 | }; | ||