mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
ARM: dts: imx7-colibri: disable adc2
ADC2 is not available as it conflicts with the AD7879 resistive touchscreen. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
32f054fef1
commit
145c4d0a23
|
|
@ -7,14 +7,6 @@ &adc1 {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
/*
|
||||
* ADC2 is not available on the Aster board and
|
||||
* conflicts with AD7879 resistive touchscreen.
|
||||
*/
|
||||
&adc2 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&fec1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -16,10 +16,6 @@ &adc1 {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&adc2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/*
|
||||
* The Atmel maxtouch controller uses SODIMM 28/30, also used for PWM<B>, PWM<C>, aka pwm2, pwm3.
|
||||
* So if you enable following capacitive touch controller, disable pwm2/pwm3 first.
|
||||
|
|
|
|||
|
|
@ -137,8 +137,9 @@ &adc1 {
|
|||
vref-supply = <®_DCDC3>;
|
||||
};
|
||||
|
||||
/* ADC2 is not available as it conflicts with AD7879 resistive touchscreen. */
|
||||
&adc2 {
|
||||
vref-supply = <®_DCDC3>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&cpu0 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user