diff options
author | Shaohui Xie <Shaohui.Xie@nxp.com> | 2016-09-13 04:09:54 -0400 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-10-21 09:33:17 -0400 |
commit | 75b637f3bdd29883e4ab56d4dee39b9a7ef9d501 (patch) | |
tree | 07e187e1aa7c245e4f9d315be8b19928f3785c2b | |
parent | 1001354ca34179f3db924eb66672442a173147dc (diff) |
dt-bindings: fsl: Add LS1043A/LS1046A/LS2080A SoC compatible strings
Adds SoC compatible for LS1043A and LS2080A which are supported, and
for LS1046A which is going to be supported.
Signed-off-by: Shaohui Xie <Shaohui.Xie@nxp.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/arm/fsl.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/fsl.txt b/Documentation/devicetree/bindings/arm/fsl.txt index dbbc0952021c..2efbc097c342 100644 --- a/Documentation/devicetree/bindings/arm/fsl.txt +++ b/Documentation/devicetree/bindings/arm/fsl.txt | |||
@@ -131,6 +131,10 @@ Example: | |||
131 | Freescale ARMv8 based Layerscape SoC family Device Tree Bindings | 131 | Freescale ARMv8 based Layerscape SoC family Device Tree Bindings |
132 | ---------------------------------------------------------------- | 132 | ---------------------------------------------------------------- |
133 | 133 | ||
134 | LS1043A SoC | ||
135 | Required root node properties: | ||
136 | - compatible = "fsl,ls1043a"; | ||
137 | |||
134 | LS1043A ARMv8 based RDB Board | 138 | LS1043A ARMv8 based RDB Board |
135 | Required root node properties: | 139 | Required root node properties: |
136 | - compatible = "fsl,ls1043a-rdb", "fsl,ls1043a"; | 140 | - compatible = "fsl,ls1043a-rdb", "fsl,ls1043a"; |
@@ -139,6 +143,14 @@ LS1043A ARMv8 based QDS Board | |||
139 | Required root node properties: | 143 | Required root node properties: |
140 | - compatible = "fsl,ls1043a-qds", "fsl,ls1043a"; | 144 | - compatible = "fsl,ls1043a-qds", "fsl,ls1043a"; |
141 | 145 | ||
146 | LS1046A SoC | ||
147 | Required root node properties: | ||
148 | - compatible = "fsl,ls1046a"; | ||
149 | |||
150 | LS2080A SoC | ||
151 | Required root node properties: | ||
152 | - compatible = "fsl,ls2080a"; | ||
153 | |||
142 | LS2080A ARMv8 based Simulator model | 154 | LS2080A ARMv8 based Simulator model |
143 | Required root node properties: | 155 | Required root node properties: |
144 | - compatible = "fsl,ls2080a-simu", "fsl,ls2080a"; | 156 | - compatible = "fsl,ls2080a-simu", "fsl,ls2080a"; |