xref: /openbmc/linux/arch/arm64/boot/dts/qcom/sc7180-trogdor-pompom-r1.dts (revision c900529f3d9161bfde5cca0754f83b4d3c3e0220)
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
12ad6fc143SMatthias Kaehlcke/delete-node/ &keyboard_controller;
13ad6fc143SMatthias Kaehlcke#include <arm/cros-ec-keyboard.dtsi>
14ad6fc143SMatthias Kaehlcke
1508260782SDouglas Anderson/ {
1608260782SDouglas Anderson	model = "Google Pompom (rev1)";
1708260782SDouglas Anderson	compatible = "google,pompom-rev1", "qcom,sc7180";
1808260782SDouglas Anderson};
1908260782SDouglas Anderson
20ad6fc143SMatthias Kaehlcke/*
21ad6fc143SMatthias Kaehlcke * Pompom rev1 is stuffed with a 47k NTC as charger thermistor which currently
22ad6fc143SMatthias Kaehlcke * is not supported by the PM6150 ADC driver. Disable the charger thermal zone
23ad6fc143SMatthias Kaehlcke * to avoid using bogus temperature values.
24ad6fc143SMatthias Kaehlcke */
25ad6fc143SMatthias Kaehlcke&charger_thermal {
26ad6fc143SMatthias Kaehlcke	status = "disabled";
27ad6fc143SMatthias Kaehlcke};
28ad6fc143SMatthias Kaehlcke
29b8d1e3d3SMatthias Kaehlcke&pm6150_adc {
30*41c18552SMarijn Suijten	/delete-node/ channel@4f;
31b8d1e3d3SMatthias Kaehlcke};
32b8d1e3d3SMatthias Kaehlcke
33b8d1e3d3SMatthias Kaehlcke&pm6150_adc_tm {
34b8d1e3d3SMatthias Kaehlcke	/delete-node/ charger-thermistor@0;
35b8d1e3d3SMatthias Kaehlcke};
36b8d1e3d3SMatthias Kaehlcke
37a73dd03bSMatthias Kaehlcke&usb_hub_2_x {
38a73dd03bSMatthias Kaehlcke	 vdd-supply = <&pp3300_l7c>;
3908260782SDouglas Anderson};
4008260782SDouglas Anderson
41a73dd03bSMatthias Kaehlcke&usb_hub_3_x {
42a73dd03bSMatthias Kaehlcke	 vdd-supply = <&pp3300_l7c>;
4308260782SDouglas Anderson};
44