diff options
author | Ye.Li <B37916@freescale.com> | 2014-07-17 11:50:30 +0800 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2014-07-17 13:29:23 +0800 |
commit | aef061cd811fb4f2de6c81094225f66b3a16de50 (patch) | |
tree | 1762dac7661fe3326a5f1e5f0f5b97d893feca69 /arch | |
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')
-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 @@ &uart2 { status = "disabled"; }; + +&adc1 { + status = "disabled"; +}; + +&adc2 { + status = "disabled"; +}; |