summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/qcom/sc7180-trogdor-mrbland-rev0.dtsi
blob: f4c1f38136649af67f6d5e1f3623a8b9f14eeb36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
 * Google Mrbland board device tree source
 *
 * Copyright 2021 Google LLC.
 *
 */

/dts-v1/;

#include "sc7180-trogdor-mrbland.dtsi"

&avdd_lcd {
	gpio = <&tlmm 80 GPIO_ACTIVE_HIGH>;
};

&panel {
	enable-gpios = <&tlmm 76 GPIO_ACTIVE_HIGH>;
};

&v1p8_mipi {
	gpio = <&tlmm 81 GPIO_ACTIVE_HIGH>;
};

/* PINCTRL - modifications to sc7180-trogdor-mrbland.dtsi */
&avdd_lcd_en {
	pins = "gpio80";
};

&mipi_1800_en {
	pins = "gpio81";
};

&vdd_reset_1800 {
	pins = "gpio76";
};