diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2014-04-15 12:28:10 +0200 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-05-07 18:28:41 +0200 |
commit | 138e8f1c4e99cd349e50fd8b18aebbd2716ceb87 (patch) | |
tree | 9420d7210f047c3fea593b9093e31b09628f38f1 /arch/arm | |
parent | 03a3f53b965aaf1eb4f9423c1a55b41b3b4895b2 (diff) | |
download | blackbird-obmc-linux-138e8f1c4e99cd349e50fd8b18aebbd2716ceb87.tar.gz blackbird-obmc-linux-138e8f1c4e99cd349e50fd8b18aebbd2716ceb87.zip |
ARM: at91/dt: at91-cosino_mega2560 remove useless tsadcc node
The tsadcc node is useless as it doesn't refer to anything and the touchscreen
is handled by the adc0 node.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Rodolfo Giometti <giometti@linux.it>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/at91-cosino_mega2560.dts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/at91-cosino_mega2560.dts b/arch/arm/boot/dts/at91-cosino_mega2560.dts index a542d5837a17..27ebb0f722fd 100644 --- a/arch/arm/boot/dts/at91-cosino_mega2560.dts +++ b/arch/arm/boot/dts/at91-cosino_mega2560.dts @@ -32,11 +32,6 @@ status = "okay"; }; - - tsadcc: tsadcc@f804c000 { - status = "okay"; - }; - rtc@fffffeb0 { status = "okay"; }; |