Linux 6.9-rc1
[linux-2.6-microblaze.git] / arch / arm64 / boot / dts / qcom / sc7180-trogdor-lazor-r0.dts
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2 /*
3  * Google Lazor board device tree source
4  *
5  * Copyright 2020 Google LLC.
6  */
7
8 /dts-v1/;
9
10 #include "sc7180-trogdor.dtsi"
11 #include "sc7180-trogdor-ti-sn65dsi86.dtsi"
12 #include "sc7180-trogdor-lazor.dtsi"
13
14 / {
15         model = "Google Lazor (rev0)";
16         compatible = "google,lazor-rev0", "qcom,sc7180";
17 };
18
19 &pp3300_hub {
20         /* pp3300_l7c is used to power the USB hub */
21         /delete-property/regulator-always-on;
22         /delete-property/regulator-boot-on;
23 };
24
25 &pp3300_l7c {
26         regulator-always-on;
27         regulator-boot-on;
28 };
29
30 &sn65dsi86_out {
31         /*
32          * Lane 0 was incorrectly mapped on the cable, but we've now decided
33          * that the cable is canon and in -rev1+ we'll make a board change
34          * that means we no longer need the swizzle.
35          */
36         lane-polarities = <1 0>;
37 };