diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2018-09-30 11:32:27 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-09-30 15:32:01 +0800 |
commit | fc37b408bf42db6d60985f83d2dbdc782eb15f83 (patch) | |
tree | 67baf58a3f2617c68acc3be71625e492e5ec7499 | |
parent | 66eede3423a9b63b2aad4c7eadd9d3e9db731ce4 (diff) | |
download | linux-fc37b408bf42db6d60985f83d2dbdc782eb15f83.tar.gz linux-fc37b408bf42db6d60985f83d2dbdc782eb15f83.tar.bz2 linux-fc37b408bf42db6d60985f83d2dbdc782eb15f83.zip |
dt-bindings: arm: add compatible for i.MX6ULZ 14x14 EVK board
This patch adds compatible for i.MX6ULZ 14x14 EVK board.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-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 968f238c0801..7b964d8772e6 100644 --- a/Documentation/devicetree/bindings/arm/fsl.txt +++ b/Documentation/devicetree/bindings/arm/fsl.txt @@ -85,6 +85,10 @@ i.MX6 UltraLiteLite 14x14 EVK Board Required root node properties: - compatible = "fsl,imx6ull-14x14-evk", "fsl,imx6ull"; +i.MX6 ULZ 14x14 EVK Board +Required root node properties: + - compatible = "fsl,imx6ulz-14x14-evk", "fsl,imx6ull", "fsl,imx6ulz"; + i.MX6 SoloX SDB Board Required root node properties: - compatible = "fsl,imx6sx-sdb", "fsl,imx6sx"; |