diff options
author | Abhimanyu Saini <abhimanyu.saini@nxp.com> | 2017-02-01 11:58:34 +0530 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-03-07 12:27:30 +0100 |
commit | 67972c55d634e27dc6f7ba1be482ec057ec5dd30 (patch) | |
tree | 3bc0aff858e8466783fb0ce9e5679c6ea1bdd42b /Documentation | |
parent | c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201 (diff) | |
download | linux-67972c55d634e27dc6f7ba1be482ec057ec5dd30.tar.gz linux-67972c55d634e27dc6f7ba1be482ec057ec5dd30.tar.bz2 linux-67972c55d634e27dc6f7ba1be482ec057ec5dd30.zip |
dt-bindings: Add compatible for LS2088A QDS and RDB board
Signed-off-by: Abhimanyu Saini <abhimanyu.saini@nxp.com>
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Signed-off-by: Ashish Kumar <ashish.kumar@nxp.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/arm/fsl.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/fsl.txt b/Documentation/devicetree/bindings/arm/fsl.txt index c9c567ae227f..645e8ff8e132 100644 --- a/Documentation/devicetree/bindings/arm/fsl.txt +++ b/Documentation/devicetree/bindings/arm/fsl.txt @@ -195,3 +195,14 @@ LS2080A ARMv8 based RDB Board Required root node properties: - compatible = "fsl,ls2080a-rdb", "fsl,ls2080a"; +LS2088A SoC +Required root node properties: + - compatible = "fsl,ls2088a"; + +LS2088A ARMv8 based QDS Board +Required root node properties: + - compatible = "fsl,ls2088a-qds", "fsl,ls2088a"; + +LS2088A ARMv8 based RDB Board +Required root node properties: + - compatible = "fsl,ls2088a-rdb", "fsl,ls2088a"; |