diff options
author | Olof Johansson <olof@lixom.net> | 2011-12-16 06:23:44 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2011-12-16 06:23:44 +0100 |
commit | 1bccc8077f4ddbd64d7d085501baa2543182f29e (patch) | |
tree | bb45ed0ad7184b5a8236ced7b3d9b366a2b475c2 /Documentation/devicetree | |
parent | Linux 3.2-rc5 (diff) | |
parent | ARM: imx6q: generate imx6q dtb files (diff) | |
download | linux-1bccc8077f4ddbd64d7d085501baa2543182f29e.tar.xz linux-1bccc8077f4ddbd64d7d085501baa2543182f29e.zip |
Merge branch 'imx6/boards' of git://git.linaro.org/people/shawnguo/linux-2.6 into imx6/boards
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/arm/fsl.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/arm/fsl.txt b/Documentation/devicetree/bindings/arm/fsl.txt index c9848ad0e2e3..54bdddadf1cf 100644 --- a/Documentation/devicetree/bindings/arm/fsl.txt +++ b/Documentation/devicetree/bindings/arm/fsl.txt @@ -21,6 +21,10 @@ 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: + - compatible = "fsl,imx6q-sabrelite", "fsl,imx6q"; |