/* * arch/arm/boot/dts/panel-b-1440-1600-3-5.dtsi * * Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * more details. * * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include #include / { i2c@31c0000 { tc358870@0f { panel-b-1440-1600-3-5 { status = "okay"; compatible = "b,1440-1600-3-5"; nvidia,panel-id = <0>; nvidia,dsi-n-data-lanes = <8>; nvidia,dsi-init-cmd = /* Long Packet: */ /* Short Packet: */ /* For DSI packets each DT cell is interpreted as u8 not u32 */ , , , , , , , , , , , , , /* Set display mode to Video mode */ , , /* Scan direction */ ; nvidia,dsi-n-init-cmd = <16>; nvidia,dsi-postvideo-cmd = /* MCAP */ , , /* Interface Setting */ , , /* MCAP */ , , , , , , ; nvidia,dsi-n-postvideo-cmd = <11>; nvidia,dsi-suspend-cmd = , , , ; nvidia,dsi-n-suspend-cmd = <4>; }; }; }; i2c@31e0000 { tc358870@0f { panel-b-1440-1600-3-5 { status = "okay"; compatible = "b,1440-1600-3-5"; nvidia,panel-id = <1>; nvidia,dsi-n-data-lanes = <8>; nvidia,dsi-init-cmd = /* Long Packet: */ /* Short Packet: */ /* For DSI packets each DT cell is interpreted as u8 not u32 */ , , , , , , , , , , , , , /* Set display mode to Video mode */ , , /* Reverse scan direction for 2nd panel */ ; nvidia,dsi-n-init-cmd = <16>; nvidia,dsi-postvideo-cmd = /* MCAP */ , , /* Interface Setting */ , , /* MCAP */ , , , , , , ; nvidia,dsi-n-postvideo-cmd = <11>; nvidia,dsi-suspend-cmd = , , , ; nvidia,dsi-n-suspend-cmd = <4>; }; }; }; };