Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281694
b: refs/heads/master
c: 752baf5
h: refs/heads/master
v: v3
  • Loading branch information
Dirk Behme authored and Shawn Guo committed Dec 14, 2011
1 parent 677a5c9 commit b558b5c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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: 477fce49aef4096639ca169556435c1f9068ce33
refs/heads/master: 752baf5647d40dc67dc1b74125fa693ac2137563
4 changes: 2 additions & 2 deletions trunk/Documentation/devicetree/bindings/arm/fsl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ i.MX53 Smart Mobile Reference Design Board
Required root node properties:
- compatible = "fsl,imx53-smd", "fsl,imx53";

i.MX6 Quad SABRE Automotive Board
i.MX6 Quad Armadillo2 Board
Required root node properties:
- compatible = "fsl,imx6q-sabreauto", "fsl,imx6q";
- compatible = "fsl,imx6q-arm2", "fsl,imx6q";

i.MX6 Quad SABRE Lite Board
Required root node properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
/include/ "imx6q.dtsi"

/ {
model = "Freescale i.MX6 Quad SABRE Automotive Board";
compatible = "fsl,imx6q-sabreauto", "fsl,imx6q";
model = "Freescale i.MX6 Quad Armadillo2 Board";
compatible = "fsl,imx6q-arm2", "fsl,imx6q";

chosen {
bootargs = "console=ttymxc0,115200 root=/dev/mmcblk3p3 rootwait";
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-imx/mach-imx6q.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ static struct sys_timer imx6q_timer = {
};

static const char *imx6q_dt_compat[] __initdata = {
"fsl,imx6q-sabreauto",
"fsl,imx6q-arm2",
"fsl,imx6q-sabrelite",
NULL,
};
Expand Down

0 comments on commit b558b5c

Please sign in to comment.