GNU Linux-libre 6.1.90-gnu
[releases.git] / arch / arm64 / boot / dts / qcom / sc7180-trogdor-mrbland-rev0.dtsi
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2 /*
3  * Google Mrbland board device tree source
4  *
5  * Copyright 2021 Google LLC.
6  *
7  */
8
9 /dts-v1/;
10
11 #include "sc7180-trogdor-mrbland.dtsi"
12
13 &avdd_lcd {
14         gpio = <&tlmm 80 GPIO_ACTIVE_HIGH>;
15 };
16
17 &panel {
18         enable-gpios = <&tlmm 76 GPIO_ACTIVE_HIGH>;
19 };
20
21 &v1p8_mipi {
22         gpio = <&tlmm 81 GPIO_ACTIVE_HIGH>;
23 };
24
25 /* PINCTRL - modifications to sc7180-trogdor-mrbland.dtsi */
26 &avdd_lcd_en {
27         pinmux {
28                 pins = "gpio80";
29         };
30
31         pinconf {
32                 pins = "gpio80";
33         };
34 };
35
36 &mipi_1800_en {
37         pinmux {
38                 pins = "gpio81";
39         };
40
41         pinconf {
42                 pins = "gpio81";
43         };
44 };
45 &vdd_reset_1800 {
46         pinmux {
47                 pins = "gpio76";
48         };
49
50         pinconf {
51                 pins = "gpio76";
52         };
53 };