mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-01 07:42:18 +00:00
b73fb8b536
* Try that punk NASA -_-
25 lines
524 B
Plaintext
25 lines
524 B
Plaintext
// 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";
|
|
};
|