dts: don't use 'test' vendor prefix

This is now failing an edtlib check for unknown vendor prefixes.

I can't find a reason to use a vendor prefix in application-local
bindings like this, so just remove it wherever it appears by
normalizing to test-foo-compat instead of test,foo_compat or
test,foo-compat.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2021-08-18 08:51:14 -07:00 committed by Kumar Gala
commit 682aea8b3b
61 changed files with 61 additions and 61 deletions

View file

@ -3,7 +3,7 @@ tests:
tags: drivers gpio
depends_on: gpio
min_flash: 34
filter: dt_compat_enabled("test,gpio_basic_api")
filter: dt_compat_enabled("test-gpio-basic-api")
harness: ztest
harness_config:
fixture: gpio_loopback