Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003  * Google Pompom board device tree source
0004  *
0005  * Copyright 2020 Google LLC.
0006  */
0007 
0008 /dts-v1/;
0009 
0010 #include "sc7180-trogdor-pompom.dtsi"
0011 
0012 /delete-node/ &keyboard_controller;
0013 #include <arm/cros-ec-keyboard.dtsi>
0014 
0015 / {
0016         model = "Google Pompom (rev1)";
0017         compatible = "google,pompom-rev1", "qcom,sc7180";
0018 };
0019 
0020 /*
0021  * Pompom rev1 is stuffed with a 47k NTC as charger thermistor which currently
0022  * is not supported by the PM6150 ADC driver. Disable the charger thermal zone
0023  * to avoid using bogus temperature values.
0024  */
0025 &charger_thermal {
0026         status = "disabled";
0027 };
0028 
0029 &pm6150_adc {
0030         /delete-node/ charger-thermistor@4f;
0031 };
0032 
0033 &pm6150_adc_tm {
0034         /delete-node/ charger-thermistor@0;
0035 };
0036 
0037 &pp3300_hub {
0038         /* pp3300_l7c is used to power the USB hub */
0039         /delete-property/regulator-always-on;
0040         /delete-property/regulator-boot-on;
0041 };
0042 
0043 &pp3300_l7c {
0044         regulator-always-on;
0045         regulator-boot-on;
0046 };