diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-10 10:20:44 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-10 10:34:51 -0700 |
commit | 642f12b4c7505943a6f50101d5b087a74fd9ae72 (patch) | |
tree | e0f984e1d5beaa5f35cfa83769e5f78dd57c1347 /arch/arm/boot/dts/omap3.dtsi | |
parent | 84eca270d745fc987bb06e55782fb342a38aa6b1 (diff) | |
download | linux-642f12b4c7505943a6f50101d5b087a74fd9ae72.tar.bz2 |
arm/dts: Add omap36xx.dtsi file and rename omap3-beagle to omap3-beagle-xm
The extra serial port is not available on 34xx. And the current
omap3-beagle.dts file is for omap3-beagle-xm.dts as it lists 512MB
of memory.
Please somebody submit a new omap3-beagle.dts for the original 34xx
BeagleBoard after testing it properly.
Cc: Benoit Cousson <b-cousson@ti.com>
Cc: devicetree-discuss@lists.ozlabs.org
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap3.dtsi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi index f024bb3034a6..05c26c4f6606 100644 --- a/arch/arm/boot/dts/omap3.dtsi +++ b/arch/arm/boot/dts/omap3.dtsi @@ -17,7 +17,6 @@ serial0 = &uart1; serial1 = &uart2; serial2 = &uart3; - serial3 = &uart4; }; cpus { @@ -141,12 +140,6 @@ clock-frequency = <48000000>; }; - uart4: serial@49042000 { - compatible = "ti,omap3-uart"; - ti,hwmods = "uart4"; - clock-frequency = <48000000>; - }; - i2c1: i2c@48070000 { compatible = "ti,omap3-i2c"; #address-cells = <1>; |