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&sn65dsi86_out {
20	/*
21	 * Lane 0 was incorrectly mapped on the cable, but we've now decided
22	 * that the cable is canon and in -rev1+ we'll make a board change
23	 * that means we no longer need the swizzle.
24	 */
25	lane-polarities = <1 0>;
26};
27
28&usb_hub_2_x {
29	 vdd-supply = <&pp3300_l7c>;
30};
31
32&usb_hub_3_x {
33	 vdd-supply = <&pp3300_l7c>;
34};
35