Skip to content

Commit af3d95c

Browse files
committed
dts: vendor-prefixes: change description for zephyr entry
Use a better "vendor" name for "zephyr" Signed-off-by: Benjamin Cabé <[email protected]>
1 parent bf104d4 commit af3d95c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dts/bindings/vendor-prefixes.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ ysoft Y Soft Corporation a.s.
780780
zarlink Zarlink Semiconductor
781781
zealz Zealz
782782
zeitec ZEITEC Semiconductor Co., LTD.
783-
zephyr Zephyr-specific binding
783+
zephyr The Zephyr Project
784784
zidoo Shenzhen Zidoo Technology Co., Ltd.
785785
zii Zodiac Inflight Innovations
786786
zinitix Zinitix Co., Ltd

tests/lib/devicetree/api/src/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ ZTEST(devicetree_api, test_bus)
554554
#define DT_DRV_COMPAT vnd_vendor
555555

556556
#define VND_VENDOR "A stand-in for a real vendor which can be used in examples and tests"
557-
#define ZEP_VENDOR "Zephyr-specific binding"
557+
#define ZEP_VENDOR "The Zephyr Project"
558558

559559
ZTEST(devicetree_api, test_vendor)
560560
{

0 commit comments

Comments
 (0)