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 (rev1 - 2)";
0016 compatible = "google,lazor-rev1", "google,lazor-rev2", "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 };