summaryrefslogtreecommitdiff
path: root/zephyr/projects/herobrine
diff options
context:
space:
mode:
authorFabio Baltieri <fabiobaltieri@google.com>2022-03-14 10:52:52 +0000
committerCommit Bot <commit-bot@chromium.org>2022-03-15 00:19:46 +0000
commita6583b9ed2b9fb4aa84fc4205a00b54948d54561 (patch)
tree39896ffc93bf988bcb48f82e2c115e16d658a6db /zephyr/projects/herobrine
parentd9f152de5ef8a2af1f667493c5213160c8493630 (diff)
downloadchrome-ec-a6583b9ed2b9fb4aa84fc4205a00b54948d54561.tar.gz
zephyr: shim: drop empty pwm.dts overlays
Make the PWM shim compile with no named-pwms node defined and drop all empty pwm.dts files. This also drops the one adlrvp_npcx, that currently defines an fan PWM but no matching named-fan. BRANCH=none BUG=b:217741090 TEST=cq dry run Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com> Change-Id: Ib2d4e3a12ed688ba38fb6bbba9afb11f9d900ee6 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3521941 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'zephyr/projects/herobrine')
-rw-r--r--zephyr/projects/herobrine/BUILD.py1
-rw-r--r--zephyr/projects/herobrine/pwm.dts10
2 files changed, 0 insertions, 11 deletions
diff --git a/zephyr/projects/herobrine/BUILD.py b/zephyr/projects/herobrine/BUILD.py
index 36f0b0632f..edea89439a 100644
--- a/zephyr/projects/herobrine/BUILD.py
+++ b/zephyr/projects/herobrine/BUILD.py
@@ -15,7 +15,6 @@ def register_variant(project_name, extra_dts_overlays=(), extra_kconfig_files=()
here / "i2c.dts",
here / "interrupts.dts",
here / "keyboard.dts",
- here / "pwm.dts",
# Project-specific DTS customization.
*extra_dts_overlays,
],
diff --git a/zephyr/projects/herobrine/pwm.dts b/zephyr/projects/herobrine/pwm.dts
deleted file mode 100644
index 4e212f6d0b..0000000000
--- a/zephyr/projects/herobrine/pwm.dts
+++ /dev/null
@@ -1,10 +0,0 @@
-/* Copyright 2022 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-/ {
- named-pwms {
- compatible = "named-pwms";
- };
-};