The charger thermistor on Lazor, CoachZ rev1 and Pompom rev1+2 is either the wrong part or not stuffed at all, the same is true for the skin temperature thermistor on CoachZ rev1. The corresponding thermal zones are already disabled for these devices, in addition delete the ADC nodes of the thermistors. For Lazor and CoachZ rev1 also disable the PM6150 ADC and thermal monitor since none of the ADC channels is used. Signed-off-by: Matthias Kaehlcke <mka@chromium.org> Reviewed-by: Stephen Boyd <swboyd@chromium.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20210903122212.v2.1.I9777d0036ecbb749a4fb9ebb892f94c6e3a51772@changeid
174 lines
3.1 KiB
Plaintext
174 lines
3.1 KiB
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Google CoachZ board device tree source
|
|
*
|
|
* Copyright 2020 Google LLC.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "sc7180-trogdor-coachz.dtsi"
|
|
|
|
/ {
|
|
model = "Google CoachZ (rev1 - 2)";
|
|
compatible = "google,coachz-rev1", "google,coachz-rev2", "qcom,sc7180";
|
|
};
|
|
|
|
/*
|
|
* CoachZ rev1 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 {
|
|
status = "disabled";
|
|
|
|
/delete-node/ skin-temp-thermistor@4e;
|
|
/delete-node/ charger-thermistor@4f;
|
|
};
|
|
|
|
&pm6150_adc_tm {
|
|
status = "disabled";
|
|
|
|
/delete-node/ charger-thermistor@0;
|
|
/delete-node/ skin-temp-thermistor@1;
|
|
};
|
|
|
|
/*
|
|
* CoachZ rev1 is stuffed with a 47k NTC as thermistor for skin temperature,
|
|
* which currently is not supported by the PM6150 ADC driver. Disable the
|
|
* skin temperature thermal zone to avoid using bogus temperature values.
|
|
*/
|
|
&skin_temp_thermal {
|
|
status = "disabled";
|
|
};
|
|
|
|
&tlmm {
|
|
gpio-line-names = "HUB_RST_L",
|
|
"AP_RAM_ID0",
|
|
"AP_SKU_ID2",
|
|
"AP_RAM_ID1",
|
|
"FP_TO_AP_IRQ_L",
|
|
"AP_RAM_ID2",
|
|
"UF_CAM_EN",
|
|
"WF_CAM_EN",
|
|
"TS_RESET_L",
|
|
"TS_INT_L",
|
|
"FPMCU_BOOT0",
|
|
"EDP_BRIJ_IRQ",
|
|
"AP_EDP_BKLTEN",
|
|
"UF_CAM_MCLK",
|
|
"WF_CAM_CLK",
|
|
"EDP_BRIJ_I2C_SDA",
|
|
"EDP_BRIJ_I2C_SCL",
|
|
"UF_CAM_SDA",
|
|
"UF_CAM_SCL",
|
|
"WF_CAM_SDA",
|
|
"WF_CAM_SCL",
|
|
"WLC_IRQ",
|
|
"FP_RST_L",
|
|
"AMP_EN",
|
|
"WLC_NRST",
|
|
"AP_SAR_SENSOR_SDA",
|
|
"AP_SAR_SENSOR_SCL",
|
|
"",
|
|
"",
|
|
"WF_CAM_RST_L",
|
|
"UF_CAM_RST_L",
|
|
"AP_BRD_ID2",
|
|
"BRIJ_SUSPEND",
|
|
"AP_BRD_ID0",
|
|
"AP_H1_SPI_MISO",
|
|
"AP_H1_SPI_MOSI",
|
|
"AP_H1_SPI_CLK",
|
|
"AP_H1_SPI_CS_L",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"H1_AP_INT_ODL",
|
|
"",
|
|
"UART_AP_TX_DBG_RX",
|
|
"UART_DBG_TX_AP_RX",
|
|
"",
|
|
"",
|
|
"FORCED_USB_BOOT",
|
|
"AMP_BCLK",
|
|
"AMP_LRCLK",
|
|
"AMP_DIN",
|
|
"EN_PP3300_DX_EDP",
|
|
"HP_BCLK",
|
|
"HP_LRCLK",
|
|
"HP_DOUT",
|
|
"HP_DIN",
|
|
"HP_MCLK",
|
|
"AP_SKU_ID0",
|
|
"AP_EC_SPI_MISO",
|
|
"AP_EC_SPI_MOSI",
|
|
"AP_EC_SPI_CLK",
|
|
"AP_EC_SPI_CS_L",
|
|
"AP_SPI_CLK",
|
|
"AP_SPI_MOSI",
|
|
"AP_SPI_MISO",
|
|
/*
|
|
* AP_FLASH_WP_L is crossystem ABI. Schematics
|
|
* call it BIOS_FLASH_WP_L.
|
|
*/
|
|
"AP_FLASH_WP_L",
|
|
"",
|
|
"AP_SPI_CS0_L",
|
|
"SD_CD_ODL",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"FPMCU_SEL",
|
|
"UIM2_DATA",
|
|
"UIM2_CLK",
|
|
"UIM2_RST",
|
|
"UIM2_PRESENT_L",
|
|
"UIM1_DATA",
|
|
"UIM1_CLK",
|
|
"UIM1_RST",
|
|
"",
|
|
"DMIC_CLK_EN",
|
|
"HUB_EN",
|
|
"",
|
|
"AP_SPI_FP_MISO",
|
|
"AP_SPI_FP_MOSI",
|
|
"AP_SPI_FP_CLK",
|
|
"AP_SPI_FP_CS_L",
|
|
"AP_SKU_ID1",
|
|
"AP_RST_REQ",
|
|
"",
|
|
"AP_BRD_ID1",
|
|
"AP_EC_INT_L",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"EDP_BRIJ_EN",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"AP_TS_PEN_I2C_SDA",
|
|
"AP_TS_PEN_I2C_SCL",
|
|
"DP_HOT_PLUG_DET",
|
|
"EC_IN_RW_ODL";
|
|
};
|