0001 /*
0002 * Copyright 2017
0003 * Lukasz Majewski, DENX Software Engineering, lukma@denx.de
0004 *
0005 * This file is dual-licensed: you can use it either under the terms
0006 * of the GPL or the X11 license, at your option. Note that this dual
0007 * licensing only applies to this file, and not this project as a
0008 * whole.
0009 *
0010 * a) This file is licensed under the terms of the GNU General Public
0011 * License version 2. This program is licensed "as is" without
0012 * any warranty of any kind, whether express or implied.
0013 *
0014 * Or, alternatively,
0015 *
0016 * b) Permission is hereby granted, free of charge, to any person
0017 * obtaining a copy of this software and associated documentation
0018 * files (the "Software"), to deal in the Software without
0019 * restriction, including without limitation the rights to use,
0020 * copy, modify, merge, publish, distribute, sublicense, and/or
0021 * sell copies of the Software, and to permit persons to whom the
0022 * Software is furnished to do so, subject to the following
0023 * conditions:
0024 *
0025 * The above copyright notice and this permission notice shall be
0026 * included in all copies or substantial portions of the Software.
0027 *
0028 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
0029 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
0030 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
0031 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
0032 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
0033 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
0034 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
0035 * OTHER DEALINGS IN THE SOFTWARE.
0036 */
0037
0038 /dts-v1/;
0039
0040 #include "imx6q-display5.dtsi"
0041
0042 &panel {
0043 compatible = "tianma,tm070jdhg30";
0044 };
0045
0046 &ldb {
0047 lvds0: lvds-channel@0 {
0048 fsl,data-mapping = "spwg";
0049 fsl,data-width = <18>;
0050 };
0051 };