summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Baltieri <fabiobaltieri@google.com>2022-05-09 21:33:01 +0100
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-05-16 20:01:17 +0000
commit61a19d0fa6929839121d23647e270ac0e887c66c (patch)
treedabb2d8cba111e062e0cb9a54ff659141c27dd59
parentd2d866aa42d97a8c9a8b07052e380a15f352025d (diff)
downloadchrome-ec-61a19d0fa6929839121d23647e270ac0e887c66c.tar.gz
zephyr: dts: add the missing zephyr/ prefix to binding includes
Add a couple more missing zephyr/ include prefixes in dts files. BUG=none BRANCH=none TEST=cq dry run Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com> Change-Id: I3ba9935a09bfef561b987c95e1aa75e439e39944 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3634347 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
-rw-r--r--zephyr/projects/herobrine/adc.dts2
-rw-r--r--zephyr/projects/trogdor/lazor/adc.dts2
2 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/projects/herobrine/adc.dts b/zephyr/projects/herobrine/adc.dts
index 6acb461cb5..674eb9c01e 100644
--- a/zephyr/projects/herobrine/adc.dts
+++ b/zephyr/projects/herobrine/adc.dts
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-#include <dt-bindings/adc/adc.h>
+#include <zephyr/dt-bindings/adc/adc.h>
/ {
named-adc-channels {
diff --git a/zephyr/projects/trogdor/lazor/adc.dts b/zephyr/projects/trogdor/lazor/adc.dts
index 52ea1d9493..c11a733272 100644
--- a/zephyr/projects/trogdor/lazor/adc.dts
+++ b/zephyr/projects/trogdor/lazor/adc.dts
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-#include <dt-bindings/adc/adc.h>
+#include <zephyr/dt-bindings/adc/adc.h>
/ {
named-adc-channels {