diff options
author | A.s. Dong <aisheng.dong@nxp.com> | 2018-11-10 18:12:56 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-12-10 06:24:53 +0300 |
commit | 2bf5751726e8face217a39f2132df643b995d8bc (patch) | |
tree | 64c8b8beb72bcdf013e9920afb62b45924035048 /Documentation/devicetree/bindings/arm/fsl.txt | |
parent | b1260067ac3dd5dcd40bcbcb2cc116a9f8b5016b (diff) | |
download | linux-2bf5751726e8face217a39f2132df643b995d8bc.tar.xz |
dt-bindings: fsl: add compatible for imx7ulp evk
Add compatible string for imx7ulp evk board.
Cc: devicetree@vger.kernel.org
Cc: Shawn Guo <shawnguo@kernel.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
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 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/fsl.txt b/Documentation/devicetree/bindings/arm/fsl.txt index 5074aeecd327..7fbc42484001 100644 --- a/Documentation/devicetree/bindings/arm/fsl.txt +++ b/Documentation/devicetree/bindings/arm/fsl.txt @@ -101,6 +101,10 @@ i.MX7 SabreSD Board Required root node properties: - compatible = "fsl,imx7d-sdb", "fsl,imx7d"; +i.MX7ULP Evaluation Kit +Required root node properties: + - compatible = "fsl,imx7ulp-evk", "fsl,imx7ulp"; + Generic i.MX boards ------------------- @@ -123,6 +127,10 @@ i.MX6q generic board Required root node properties: - compatible = "fsl,imx6q"; +i.MX7ULP generic board +Required root node properties: + - compatible = "fsl,imx7ulp"; + Freescale Vybrid Platform Device Tree Bindings ---------------------------------------------- |