Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Linux/arch/arm64/boot/dts/qcom/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 627 B image not shown  

Quelle  sc7180-trogdor-pompom-r2.dts   Sprache: unbekannt

 
// 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"

/ {
 model = "Google Pompom (rev2)";
 compatible = "google,pompom-rev2", "qcom,sc7180";
};

/*
 * Pompom rev2 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";
};

&pm6150_adc {
 /delete-node/ channel@4f;
};

&pm6150_adc_tm {
 /delete-node/ charger-thermistor@0;
};

[ Dauer der Verarbeitung: 0.4 Sekunden  (vorverarbeitet)  ]