aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorRichard Zhao <richard.zhao@linaro.org>2011-12-13 20:26:46 -0500
committerShawn Guo <shawn.guo@linaro.org>2011-12-14 08:25:45 -0500
commit3c8276c6bc912025db50ff7e93af6bc7c3de0c8c (patch)
treef3604c8204787e2cc8cd1fba2f743f8d40d27388 /Documentation/devicetree
parent8f9ffecfa9c6d4d813e6fa9f20f549b01f8d070e (diff)
arm/imx6: add imx6q sabrelite board support
- Add basic board dts file - Add board compatible string to mach-imx6q. - Update fsl DT board doc. Signed-off-by: Richard Zhao <richard.zhao@linaro.org> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/arm/fsl.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/fsl.txt b/Documentation/devicetree/bindings/arm/fsl.txt
index c9848ad0e2e3..d4e50adbba4a 100644
--- a/Documentation/devicetree/bindings/arm/fsl.txt
+++ b/Documentation/devicetree/bindings/arm/fsl.txt
@@ -24,3 +24,7 @@ Required root node properties:
24i.MX6 Quad SABRE Automotive Board 24i.MX6 Quad SABRE Automotive Board
25Required root node properties: 25Required root node properties:
26 - compatible = "fsl,imx6q-sabreauto", "fsl,imx6q"; 26 - compatible = "fsl,imx6q-sabreauto", "fsl,imx6q";
27
28i.MX6 Quad SABRE Lite Board
29Required root node properties:
30 - compatible = "fsl,imx6q-sabrelite", "fsl,imx6q";