diff options
author | Harninder Rai <harninder.rai@nxp.com> | 2017-02-09 16:34:11 +0530 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-04-04 20:57:27 +0800 |
commit | 6678254bb4a46dc47620f993a4b71480a3c56ee4 (patch) | |
tree | e3bde78b9a0c5e3394d2232d732aaad46662d641 /Documentation/devicetree/bindings/arm | |
parent | 124248e2fdd6efe6ad548395c8d7c6f6c1de9b46 (diff) |
dt-bindings: arm: Add entry for FSL LS1088A RDB, QDS boards
Signed-off-by: Harninder Rai <harninder.rai@nxp.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm')
-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 645e8ff8e132..cdb9dd705754 100644 --- a/Documentation/devicetree/bindings/arm/fsl.txt +++ b/Documentation/devicetree/bindings/arm/fsl.txt @@ -179,6 +179,18 @@ LS1046A ARMv8 based RDB Board Required root node properties: - compatible = "fsl,ls1046a-rdb", "fsl,ls1046a"; +LS1088A SoC +Required root node properties: + - compatible = "fsl,ls1088a"; + +LS1088A ARMv8 based QDS Board +Required root node properties: + - compatible = "fsl,ls1088a-qds", "fsl,ls1088a"; + +LS1088A ARMv8 based RDB Board +Required root node properties: + - compatible = "fsl,ls1088a-rdb", "fsl,ls1088a"; + LS2080A SoC Required root node properties: - compatible = "fsl,ls2080a"; |