diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2014-03-10 20:17:24 +0100 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-03-12 19:11:29 +0100 |
commit | b3b84dececf01842d75636f174e7d6432b0183e7 (patch) | |
tree | 7dee8a0250b0620cb83305b414e4ec4b4a435ee7 /arch/arm/boot/dts/sama5d3xdm.dtsi | |
parent | ARM: at91/dt: at91sam9x5: remove useless adc properties (diff) | |
download | linux-b3b84dececf01842d75636f174e7d6432b0183e7.tar.xz linux-b3b84dececf01842d75636f174e7d6432b0183e7.zip |
ARM: at91/dt: sama5d3: remove useless adc properties
Remove the properties that are not used anymore by the at91_adc driver and fix
the atmel,adc-use-external-triggers property name.
Also, add #address-cells, #size-cells and a reg for each trigger to comply to
the ePAPR.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/sama5d3xdm.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sama5d3xdm.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sama5d3xdm.dtsi b/arch/arm/boot/dts/sama5d3xdm.dtsi index 0b8f5d106ff2..035ab72b3990 100644 --- a/arch/arm/boot/dts/sama5d3xdm.dtsi +++ b/arch/arm/boot/dts/sama5d3xdm.dtsi @@ -23,7 +23,6 @@ }; adc0: adc@f8018000 { - atmel,adc-clock-rate = <1000000>; atmel,adc-ts-wires = <4>; atmel,adc-ts-pressure-threshold = <10000>; status = "okay"; |