aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnilKumar Ch <anilkumar@ti.com>2012-07-09 02:24:09 -0400
committerTony Lindgren <tony@atomide.com>2012-07-09 05:13:47 -0400
commitb7e0683d74c36b6477e2c53baf045202b9d2054a (patch)
tree71857773cde777df6f4fab4334dfb489ab0000e3
parente6ca04eaabbd5599b79c54db9a4dd8e9bfb424ec (diff)
arm/dts: remove MMC/SD and SPI related entries from am33xx.dtsi
The MMC/SD and SPI entries in this file are not tested yet. They inadvertently came into the patch because of some work in progress stuff I had in my repo. These entries should not have been sent out in the first place and I am sorry for the trouble and will be extra careful in future. Since the offending commit is not sent upstream yet, I hope this can be merged into the commit 5fc0b42a98556bd9f01cecc6a64fcbd15ec363f0 (arm/dts: Add initial DT support for AM33XX SoC family) on the devel-dt branch of linux-omap tree. Signed-off-by: AnilKumar Ch <anilkumar@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r--arch/arm/boot/dts/am33xx.dtsi31
1 files changed, 0 insertions, 31 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index f46e353a2c71..59509c48d7e5 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -154,36 +154,5 @@
154 #size-cells = <0>; 154 #size-cells = <0>;
155 ti,hwmods = "i2c3"; 155 ti,hwmods = "i2c3";
156 }; 156 };
157
158 mcspi1: spi@48030000 {
159 compatible = "ti,omap2-mcspi";
160 #address-cells = <1>;
161 #size-cells = <0>;
162 ti,hwmods = "spi0";
163 ti,spi-num-cs = <4>;
164 };
165
166 mcspi2: spi@481Aa000 {
167 compatible = "ti,omap2-mcspi";
168 #address-cells = <1>;
169 #size-cells = <0>;
170 ti,hwmods = "spi1";
171 ti,spi-num-cs = <2>;
172 };
173
174 mmc1: mmc@48060000 {
175 compatible = "ti,omap3-hsmmc";
176 ti,hwmods = "mmc1";
177 };
178
179 mmc2: mmc@481D8000 {
180 compatible = "ti,omap3-hsmmc";
181 ti,hwmods = "mmc2";
182 };
183
184 mmc3: mmc@47810000 {
185 compatible = "ti,omap3-hsmmc";
186 ti,hwmods = "mmc3";
187 };
188 }; 157 };
189}; 158};