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 / {
0013 model = "Google Pompom (rev2)";
0014 compatible = "google,pompom-rev2", "qcom,sc7180";
0015 };
0016
0017 /*
0018 * Pompom rev2 is stuffed with a 47k NTC as charger thermistor which currently
0019 * is not supported by the PM6150 ADC driver. Disable the charger thermal zone
0020 * to avoid using bogus temperature values.
0021 */
0022 &charger_thermal {
0023 status = "disabled";
0024 };
0025
0026 &pm6150_adc {
0027 /delete-node/ charger-thermistor@4f;
0028 };
0029
0030 &pm6150_adc_tm {
0031 /delete-node/ charger-thermistor@0;
0032 };