summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McRae <amcrae@google.com>2022-01-20 15:19:10 +1100
committerCommit Bot <commit-bot@chromium.org>2022-01-20 07:45:01 +0000
commitca18dda586c341fe2cda91e5e2f2da765bba207c (patch)
treeb3d7e8eef8040e8fdb89624423b1128bf3757672
parent1bc89f8ea101be94bdb33de85998e428e461c397 (diff)
downloadchrome-ec-ca18dda586c341fe2cda91e5e2f2da765bba207c.tar.gz
nissa: Disable TEMP_SENSOR_3 until channels available
Disable the use of ADC13 until all the channels are available in the SOC configuration. BUG=b:215449005 TEST=zmake configure -b nereid; Confirm removal from DTS. BRANCH=none Signed-off-by: Andrew McRae <amcrae@google.com> Change-Id: Ice38039e75127ece1516b6b4f74f3282ad55a06b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3403362 Reviewed-by: Peter Marheine <pmarheine@chromium.org> Tested-by: Scott Chao <scott_chao@wistron.corp-partner.google.com>
-rw-r--r--zephyr/projects/nissa/nereid_overlay.dts11
1 files changed, 11 insertions, 0 deletions
diff --git a/zephyr/projects/nissa/nereid_overlay.dts b/zephyr/projects/nissa/nereid_overlay.dts
index 62990e7700..517dd7aae7 100644
--- a/zephyr/projects/nissa/nereid_overlay.dts
+++ b/zephyr/projects/nissa/nereid_overlay.dts
@@ -85,6 +85,17 @@
temp_host_release_high = <80>;
adc = <&adc_temp_sensor_3>;
};
+
+ /*
+ * TODO(b/215449005): Re-enable when all ADC
+ * channels supported.
+ */
+ /delete-node/ ambient;
+ };
+ /* TODO(b/215449005): Re-enable when all ADC channels supported. */
+ named-adc-channels {
+ compatible = "named-adc-channels";
+ /delete-node/ temp_sensor_3;
};
/*