0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003 * Google Lazor board device tree source
0004 *
0005 * Copyright 2020 Google LLC.
0006 */
0007
0008 /dts-v1/;
0009
0010 #include "sc7180-trogdor.dtsi"
0011 #include "sc7180-trogdor-ti-sn65dsi86.dtsi"
0012 #include "sc7180-trogdor-lazor.dtsi"
0013
0014 / {
0015 model = "Google Lazor (rev0)";
0016 compatible = "google,lazor-rev0", "qcom,sc7180";
0017 };
0018
0019 &pp3300_hub {
0020 /* pp3300_l7c is used to power the USB hub */
0021 /delete-property/regulator-always-on;
0022 /delete-property/regulator-boot-on;
0023 };
0024
0025 &pp3300_l7c {
0026 regulator-always-on;
0027 regulator-boot-on;
0028 };
0029
0030 &sn65dsi86_out {
0031 /*
0032 * Lane 0 was incorrectly mapped on the cable, but we've now decided
0033 * that the cable is canon and in -rev1+ we'll make a board change
0034 * that means we no longer need the swizzle.
0035 */
0036 lane-polarities = <1 0>;
0037 };