// SPDX-License-Identifier: (GPL-2.0+ OR MIT) /* * Google Pompom board device tree source * * Copyright 2020 Google LLC. */ /dts-v1/; #include "sc7180-trogdor-pompom.dtsi" /delete-node/ &keyboard_controller; #include / { model = "Google Pompom (rev1)"; compatible = "google,pompom-rev1", "qcom,sc7180"; }; /* * Pompom rev1 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"; }; &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; };