Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347376
b: refs/heads/master
c: 68136b1
h: refs/heads/master
v: v3
  • Loading branch information
Maxime Ripard authored and Olof Johansson committed Dec 17, 2012
1 parent bdc5d68 commit aa61cd3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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: 2cdda350672dc30e1530ab562f96dae4d843d145
refs/heads/master: 68136b105cbb798b13e9545b9952e568d04e347c
4 changes: 2 additions & 2 deletions trunk/arch/arm/boot/dts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ dtb-$(CONFIG_ARCH_SPEAR3XX)+= spear300-evb.dtb \
spear320-evb.dtb \
spear320-hmi.dtb
dtb-$(CONFIG_ARCH_SPEAR6XX)+= spear600-evb.dtb
dtb-$(CONFIG_ARCH_SUNXI) += sun4i-cubieboard.dtb \
sun5i-olinuxino.dtb
dtb-$(CONFIG_ARCH_SUNXI) += sun4i-a10-cubieboard.dtb \
sun5i-a13-olinuxino.dtb
dtb-$(CONFIG_ARCH_TEGRA) += tegra20-harmony.dtb \
tegra20-medcom-wide.dtb \
tegra20-paz00.dtb \
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/arm/boot/dts/sun4i-cubieboard.dts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
*/

/dts-v1/;
/include/ "sun4i.dtsi"
/include/ "sun4i-a10.dtsi"

/ {
model = "Cubietech Cubieboard";
compatible = "cubietech,cubieboard", "allwinner,sun4i";
compatible = "cubietech,a10-cubieboard", "allwinner,sun4i-a10";

aliases {
serial0 = &uart0;
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/arm/boot/dts/sun5i-olinuxino.dts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
*/

/dts-v1/;
/include/ "sun5i.dtsi"
/include/ "sun5i-a13.dtsi"

/ {
model = "Olimex A13-Olinuxino";
compatible = "olimex,a13-olinuxino", "allwinner,sun5i";
compatible = "olimex,a13-olinuxino", "allwinner,sun5i-a13";

chosen {
bootargs = "earlyprintk console=ttyS0,115200";
Expand Down

0 comments on commit aa61cd3

Please sign in to comment.