summaryrefslogtreecommitdiff
path: root/docs/zephyr
diff options
context:
space:
mode:
authorFabio Baltieri <fabiobaltieri@google.com>2022-07-15 14:28:06 +0000
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-18 11:41:40 +0000
commita3034288113626a86f7335925d507ea8a39e4ba0 (patch)
treebf2eb4a971f7ec9c8dfbe23d95bd70e205d27708 /docs/zephyr
parent3f06eaf773f2c763390a06d64a6ce423795edeca (diff)
downloadchrome-ec-a3034288113626a86f7335925d507ea8a39e4ba0.tar.gz
zephyr: temp: drop label usage for temperature senors
Zephyr is moving in the direction of reemoving the label property, for identifying the temperature sensor we can use the node name directly. BRANCH=none BUG=b:239165779 TEST=zmake testall TEST=flash brya, ran the "temps" console command Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com> Change-Id: I75e47f79c74787067fe4040ba6fccb7734a33d17 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3763913 Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'docs/zephyr')
-rw-r--r--docs/zephyr/zephyr_temperature_sensor.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/zephyr/zephyr_temperature_sensor.md b/docs/zephyr/zephyr_temperature_sensor.md
index 15e93e1e4e..e1865a2f2b 100644
--- a/docs/zephyr/zephyr_temperature_sensor.md
+++ b/docs/zephyr/zephyr_temperature_sensor.md
@@ -82,7 +82,6 @@ tree. This example is from [zephyr/boards/arm/brya/brya.dts](../../zephyr/boards
ddr_soc {
compatible = "cros-ec,temp-sensor";
thermistor = <&thermistor_3V3_30K9_47K_4050B>;
- label = "DDR and SOC";
enum-name = "TEMP_SENSOR_1_DDR_SOC";
temp_fan_off = <35>;
temp_fan_max = <60>;