Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326851
b: refs/heads/master
c: 642f12b
h: refs/heads/master
i:
  326849: e939c11
  326847: 9f7007e
v: v3
  • Loading branch information
Tony Lindgren committed Sep 10, 2012
1 parent ffccd90 commit 9025da0
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 84eca270d745fc987bb06e55782fb342a38aa6b1
refs/heads/master: 642f12b4c7505943a6f50101d5b087a74fd9ae72
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
*/
/dts-v1/;

/include/ "omap3.dtsi"
/include/ "omap36xx.dtsi"

/ {
model = "TI OMAP3 BeagleBoard";
compatible = "ti,omap3-beagle", "ti,omap3";
model = "TI OMAP3 BeagleBoard xM";
compatible = "ti,omap3-beagle-xm, ti,omap3-beagle", "ti,omap3";

memory {
device_type = "memory";
Expand Down
7 changes: 0 additions & 7 deletions trunk/arch/arm/boot/dts/omap3.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
serial0 = &uart1;
serial1 = &uart2;
serial2 = &uart3;
serial3 = &uart4;
};

cpus {
Expand Down Expand Up @@ -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>;
Expand Down
25 changes: 25 additions & 0 deletions trunk/arch/arm/boot/dts/omap36xx.dtsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/*
* Device Tree Source for OMAP3 SoC
*
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
*
* This file is licensed under the terms of the GNU General Public License
* version 2. This program is licensed "as is" without any warranty of any
* kind, whether express or implied.
*/

/include/ "omap3.dtsi"

/ {
aliases {
serial3 = &uart4;
};

ocp {
uart4: serial@49042000 {
compatible = "ti,omap3-uart";
ti,hwmods = "uart4";
clock-frequency = <48000000>;
};
};
};
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-omap2/Makefile.boot
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ params_phys-y := 0x80000100
initrd_phys-y := 0x80800000

dtb-$(CONFIG_SOC_OMAP2420) += omap2420-h4.dtb
dtb-$(CONFIG_ARCH_OMAP3) += omap3-beagle.dtb omap3-evm.dtb omap3-tobi.dtb
dtb-$(CONFIG_ARCH_OMAP3) += omap3-beagle-xm.dtb omap3-evm.dtb omap3-tobi.dtb
dtb-$(CONFIG_ARCH_OMAP4) += omap4-panda.dtb omap4-pandaES.dtb
dtb-$(CONFIG_ARCH_OMAP4) += omap4-var_som.dtb omap4-sdp.dtb
dtb-$(CONFIG_SOC_OMAP5) += omap5-evm.dtb

0 comments on commit 9025da0

Please sign in to comment.