summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Neri <ricardo.neri@ti.com>2012-10-16 08:16:20 -0500
committerAndy Green <andy.green@linaro.org>2012-11-27 11:43:24 +0800
commita735434af1f47f11df4f39f18ad1b5e55a91c3ae (patch)
tree982b402ea9df7aa56ff0a67e149f03ee117f3c39
parent43735a3bcf9797245c0f28e04bc9b2d47bd79b4f (diff)
ARM/dts: TCA6424A: Remove file describing the IO expandertracking-topic-gpio
In order to be aligned with other machine DT descriptions (e.g, LPC3250 board), boards using the TCA6424A should describe the chips inside the board DT. Thus, this file is not needed. Signed-off-by: Ricardo Neri <ricardo.neri@ti.com>
-rw-r--r--arch/arm/boot/dts/tca6424a.dtsi20
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/arm/boot/dts/tca6424a.dtsi b/arch/arm/boot/dts/tca6424a.dtsi
deleted file mode 100644
index 01250b5423e..00000000000
--- a/arch/arm/boot/dts/tca6424a.dtsi
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- */
-
-/*
- * TCA6462A IO Expander
- */
-&tca {
- compatible = "ti,tca6424a";
- gpio-controller;
- #gpio-cells = <2>;
-
- tca_gpio: gpio {
- compatible = "ti,tca6424a-gpio";
- };
-};