blob: 089f1125da3f0ff2552204eef7d90e21c180b250 [file] [log] [blame]
Ken Zhange529ff12013-01-24 17:02:35 -05001/* Copyright (c) 2013, The Linux Foundation. All rights reserved.
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 */
12
Stepan Moskovchenko7d8cdcaa2013-04-25 17:10:55 -070013&soc {
Ken Zhange529ff12013-01-24 17:02:35 -050014 qcom,mdss_lcdc_ili9341_qvga {
15 compatible = "qcom,mdss-qpic-panel";
16 label = "ili qvga lcdc panel";
17 vdd-supply = <&pm8019_l11>;
18 avdd-supply = <&pm8019_l14>;
19 qcom,cs-gpio = <&msmgpio 21 0>;
20 qcom,te-gpio = <&msmgpio 22 0>;
21 qcom,rst-gpio = <&msmgpio 23 0>;
22 qcom,ad8-gpio = <&msmgpio 20 0>;
23 qcom,mdss-pan-res = <240 320>;
24 qcom,mdss-pan-bpp = <18>;
25 qcom,refresh_rate = <60>;
26 };
27};