···11+/*22+ * Copyright 2015 Timesys Corporation.33+ * Copyright 2015 General Electric Company44+ *55+ * This file is dual-licensed: you can use it either under the terms66+ * of the GPL or the X11 license, at your option. Note that this dual77+ * licensing only applies to this file, and not this project as a88+ * whole.99+ *1010+ * a) This file is free software; you can redistribute it and/or1111+ * modify it under the terms of the GNU General Public License1212+ * version 2 as published by the Free Software Foundation.1313+ *1414+ * This file is distributed in the hope that it will be useful1515+ * but WITHOUT ANY WARRANTY; without even the implied warranty of1616+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1717+ * GNU General Public License for more details.1818+ *1919+ * Or, alternatively2020+ *2121+ * b) Permission is hereby granted, free of charge, to any person2222+ * obtaining a copy of this software and associated documentation2323+ * files (the "Software"), to deal in the Software without2424+ * restriction, including without limitation the rights to use2525+ * copy, modify, merge, publish, distribute, sublicense, and/or2626+ * sell copies of the Software, and to permit persons to whom the2727+ * Software is furnished to do so, subject to the following2828+ * conditions:2929+ *3030+ * The above copyright notice and this permission notice shall be3131+ * included in all copies or substantial portions of the Software.3232+ *3333+ * THE SOFTWARE IS PROVIDED , WITHOUT WARRANTY OF ANY KIND3434+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES3535+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND3636+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT3737+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY3838+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING3939+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR4040+ * OTHER DEALINGS IN THE SOFTWARE.4141+ */4242+4343+/dts-v1/;4444+4545+#include "imx6q-bx50v3.dtsi"4646+4747+/ {4848+ model = "General Electric B650v3";4949+ compatible = "ge,imx6q-b650v3", "advantech,imx6q-ba16", "fsl,imx6q";5050+5151+ chosen {5252+ stdout-path = &uart3;5353+ };5454+5555+ panel-lvds0 {5656+ compatible = "innolux,g121x1-l03";5757+ backlight = <&backlight_lvds>;5858+ power-supply = <®_lvds>;5959+6060+ port {6161+ panel_in_lvds0: endpoint {6262+ remote-endpoint = <&lvds0_out>;6363+ };6464+ };6565+ };6666+};6767+6868+&ldb {6969+ assigned-clocks = <&clks IMX6QDL_CLK_LDB_DI0_SEL>,7070+ <&clks IMX6QDL_CLK_LDB_DI1_SEL>;7171+ assigned-clock-parents = <&clks IMX6QDL_CLK_PLL3_USB_OTG>,7272+ <&clks IMX6QDL_CLK_PLL3_USB_OTG>;7373+ status = "okay";7474+7575+ lvds0: lvds-channel@0 {7676+ fsl,data-mapping = "spwg";7777+ fsl,data-width = <24>;7878+ status = "okay";7979+8080+ port@4 {8181+ reg = <4>;8282+8383+ lvds0_out: endpoint {8484+ remote-endpoint = <&panel_in_lvds0>;8585+ };8686+ };8787+ };8888+};