2021-05-26 19:09:36 +00:00
|
|
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
/*
|
|
|
|
* Google Lazor board device tree source
|
|
|
|
*
|
|
|
|
* Copyright 2020 Google LLC.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
#include "sc7180-trogdor-lazor.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Google Lazor (rev0)";
|
|
|
|
compatible = "google,lazor-rev0", "qcom,sc7180";
|
|
|
|
};
|
|
|
|
|
2021-07-12 19:01:19 +00:00
|
|
|
/*
|
|
|
|
* Lazor is stuffed with a 47k NTC as charger thermistor which currently is
|
|
|
|
* not supported by the PM6150 ADC driver. Disable the charger thermal zone
|
|
|
|
* to avoid using bogus temperature values.
|
|
|
|
*/
|
|
|
|
&charger_thermal {
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
2021-05-26 19:09:36 +00:00
|
|
|
&pp3300_hub {
|
|
|
|
/* pp3300_l7c is used to power the USB hub */
|
|
|
|
/delete-property/regulator-always-on;
|
|
|
|
/delete-property/regulator-boot-on;
|
|
|
|
};
|
|
|
|
|
|
|
|
&pp3300_l7c {
|
|
|
|
regulator-always-on;
|
|
|
|
regulator-boot-on;
|
|
|
|
};
|
|
|
|
|
|
|
|
&sn65dsi86_out {
|
|
|
|
/*
|
|
|
|
* Lane 0 was incorrectly mapped on the cable, but we've now decided
|
|
|
|
* that the cable is canon and in -rev1+ we'll make a board change
|
|
|
|
* that means we no longer need the swizzle.
|
|
|
|
*/
|
|
|
|
lane-polarities = <1 0>;
|
|
|
|
};
|