diff options
author | Tom Rini <trini@konsulko.com> | 2017-11-09 08:11:30 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-11-09 08:11:30 -0500 |
commit | 3c674b7e871f49737749c76cccffb9f2ada01586 (patch) | |
tree | 44e01933afac158a83b449dbd24f2ef660a4839f /arch/arm/dts | |
parent | 021a8ae00a2f9adcba460add4b69da7bc569fd52 (diff) | |
parent | 9c8979cdb76dd65bb0983eb4cb1a895be0f0b1dc (diff) |
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Diffstat (limited to 'arch/arm/dts')
-rw-r--r-- | arch/arm/dts/imx6q-display5.dts | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6q-display5.dts b/arch/arm/dts/imx6q-display5.dts new file mode 100644 index 0000000000..50347ff26b --- /dev/null +++ b/arch/arm/dts/imx6q-display5.dts @@ -0,0 +1,18 @@ +/* + * Copyright 2017 + * Lukasz Majewski, DENX Software Engineering, lukma@denx.de + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + */ + +/dts-v1/; + +#include "imx6q.dtsi" + +/ { + model = "Liebherr (LWN) display5 i.MX6 Quad Board"; + compatible = "lwn,display5", "fsl,imx6q"; +}; |