108260782SDouglas Anderson// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 208260782SDouglas Anderson/* 308260782SDouglas Anderson * Google Pompom board device tree source 408260782SDouglas Anderson * 508260782SDouglas Anderson * Copyright 2020 Google LLC. 608260782SDouglas Anderson */ 708260782SDouglas Anderson 808260782SDouglas Anderson/dts-v1/; 908260782SDouglas Anderson 1008260782SDouglas Anderson#include "sc7180-trogdor-pompom.dtsi" 1108260782SDouglas Anderson 1208260782SDouglas Anderson/ { 13ad6fc143SMatthias Kaehlcke model = "Google Pompom (rev2)"; 14ad6fc143SMatthias Kaehlcke compatible = "google,pompom-rev2", "qcom,sc7180"; 1508260782SDouglas Anderson}; 1608260782SDouglas Anderson 17ad6fc143SMatthias Kaehlcke/* 18ad6fc143SMatthias Kaehlcke * Pompom rev2 is stuffed with a 47k NTC as charger thermistor which currently 19ad6fc143SMatthias Kaehlcke * is not supported by the PM6150 ADC driver. Disable the charger thermal zone 20ad6fc143SMatthias Kaehlcke * to avoid using bogus temperature values. 21ad6fc143SMatthias Kaehlcke */ 22ad6fc143SMatthias Kaehlcke&charger_thermal { 23ad6fc143SMatthias Kaehlcke status = "disabled"; 2408260782SDouglas Anderson}; 25b8d1e3d3SMatthias Kaehlcke 26b8d1e3d3SMatthias Kaehlcke&pm6150_adc { 27*41c18552SMarijn Suijten /delete-node/ channel@4f; 28b8d1e3d3SMatthias Kaehlcke}; 29b8d1e3d3SMatthias Kaehlcke 30b8d1e3d3SMatthias Kaehlcke&pm6150_adc_tm { 31b8d1e3d3SMatthias Kaehlcke /delete-node/ charger-thermistor@0; 32b8d1e3d3SMatthias Kaehlcke}; 33