mirror of https://gitee.com/openkylin/linux.git
ARM: at91/dt: at91-cosino: remove useless adc properties
Remove the properties that are not used anymore by the at91_adc driver. Cc: Rodolfo Giometti <giometti@linux.it> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
This commit is contained in:
parent
b3b84decec
commit
1d33a2c9e9
|
@ -64,7 +64,6 @@ i2c0: i2c@f8010000 {
|
|||
};
|
||||
|
||||
adc0: adc@f804c000 {
|
||||
atmel,adc-clock-rate = <1000000>;
|
||||
atmel,adc-ts-wires = <4>;
|
||||
atmel,adc-ts-pressure-threshold = <10000>;
|
||||
status = "okay";
|
||||
|
|
|
@ -27,7 +27,6 @@ macb0: ethernet@f802c000 {
|
|||
};
|
||||
|
||||
adc0: adc@f804c000 {
|
||||
atmel,adc-clock-rate = <1000000>;
|
||||
atmel,adc-ts-wires = <4>;
|
||||
atmel,adc-ts-pressure-threshold = <10000>;
|
||||
status = "okay";
|
||||
|
|
Loading…
Reference in New Issue