diff options
author | Mingkai Hu <Mingkai.Hu@freescale.com> | 2015-12-04 16:56:01 -0600 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-12-22 10:53:27 -0800 |
commit | 8dd1f63ba05fcd21a3fd8bbb688c567ad7ea09cb (patch) | |
tree | dc0174851d9ae793e388fcb7cc13af01d48ed9cd | |
parent | ea83c68ba83155549777e691100a0330d791a765 (diff) | |
download | op-kernel-dev-8dd1f63ba05fcd21a3fd8bbb688c567ad7ea09cb.zip op-kernel-dev-8dd1f63ba05fcd21a3fd8bbb688c567ad7ea09cb.tar.gz |
Documentation: DT: Add entry for Freescale LS1043a-RDB board
Signed-off-by: Mingkai Hu <Mingkai.Hu@freescale.com>
Signed-off-by: Hou Zhiqiang <B48286@freescale.com>
Signed-off-by: Li Yang <leoli@freescale.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
-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 34c88b0..752a685 100644 --- a/Documentation/devicetree/bindings/arm/fsl.txt +++ b/Documentation/devicetree/bindings/arm/fsl.txt @@ -131,6 +131,10 @@ Example: Freescale ARMv8 based Layerscape SoC family Device Tree Bindings ---------------------------------------------------------------- +LS1043A ARMv8 based RDB Board +Required root node properties: + - compatible = "fsl,ls1043a-rdb", "fsl,ls1043a"; + LS2080A ARMv8 based Simulator model Required root node properties: - compatible = "fsl,ls2080a-simu", "fsl,ls2080a"; |