diff options
author | Shaohui Xie <Shaohui.Xie@nxp.com> | 2016-09-13 10:10:00 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-10-21 15:33:56 +0200 |
commit | a135b28f23ebed74b30232d83c9fd39e57fe4c8a (patch) | |
tree | c98be904ba901dad5693306e6ee542980f893d72 /Documentation/devicetree/bindings/arm/fsl.txt | |
parent | arm64: dts: add QorIQ LS1046A SoC support (diff) | |
download | linux-a135b28f23ebed74b30232d83c9fd39e57fe4c8a.tar.xz linux-a135b28f23ebed74b30232d83c9fd39e57fe4c8a.zip |
Documentation: DT: Add entry for QorIQ LS1046A-RDB board
Signed-off-by: Shaohui Xie <Shaohui.Xie@nxp.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/fsl.txt')
-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"; |