summaryrefslogtreecommitdiff
path: root/zephyr/emul
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2022-11-11 08:04:29 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-11-11 19:42:50 +0000
commit0c4651353f9db8cbaeb80680baceedba62d6010b (patch)
tree5cd79b857b24ba70ba2b161c5991ba9246281f88 /zephyr/emul
parent50ca1e0aa37d48ea42e96591a0dc41abd5526b5a (diff)
downloadchrome-ec-0c4651353f9db8cbaeb80680baceedba62d6010b.tar.gz
emul_pi3usb9201: Rename compatible string
Rename the compatible string for the PI3USB9201 emulator to match the real driver. Also move all bc12 setup into the devicetree for tests. BUG=b:218331557 BRANCH=none TEST=twister Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: Iaf15fadf20b070033a474d395ae330b4f84e4f18 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4023768 Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com> Reviewed-by: Yuval Peress <peress@google.com> Reviewed-by: Abe Levkoy <alevkoy@chromium.org>
Diffstat (limited to 'zephyr/emul')
-rw-r--r--zephyr/emul/emul_pi3usb9201.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/emul/emul_pi3usb9201.c b/zephyr/emul/emul_pi3usb9201.c
index 3b1193d9b1..8073313d69 100644
--- a/zephyr/emul/emul_pi3usb9201.c
+++ b/zephyr/emul/emul_pi3usb9201.c
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-#define DT_DRV_COMPAT zephyr_pi3usb9201_emul
+#define DT_DRV_COMPAT pericom_pi3usb9201
#include <zephyr/device.h>
#include <zephyr/drivers/emul.h>