diff options
author | Shaohui Xie <[email protected]> | 2016-09-13 16:10:00 +0800 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2016-10-21 21:33:56 +0800 |
commit | a135b28f23ebed74b30232d83c9fd39e57fe4c8a (patch) | |
tree | c98be904ba901dad5693306e6ee542980f893d72 | |
parent | 8126d88162a5cef24b7d8106b45185bcb3fd3fe8 (diff) |
Documentation: DT: Add entry for QorIQ LS1046A-RDB board
Signed-off-by: Shaohui Xie <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/arm/fsl.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/fsl.txt b/Documentation/devicetree/bindings/arm/fsl.txt index a81277fdc7bc..d6acdb3c77ef 100644 --- a/Documentation/devicetree/bindings/arm/fsl.txt +++ b/Documentation/devicetree/bindings/arm/fsl.txt @@ -155,6 +155,10 @@ LS1046A SoC Required root node properties: - compatible = "fsl,ls1046a"; +LS1046A ARMv8 based RDB Board +Required root node properties: + - compatible = "fsl,ls1046a-rdb", "fsl,ls1046a"; + LS2080A SoC Required root node properties: - compatible = "fsl,ls2080a"; |