checkpatch.pl: Update DT vendor prefix check
authorRob Herring <robh@kernel.org>
Wed, 22 May 2019 14:55:34 +0000 (09:55 -0500)
committerRob Herring <robh@kernel.org>
Wed, 22 May 2019 19:54:49 +0000 (14:54 -0500)
commit852d095d16a6298834839f441593f59d58a31978
tree5b02a96e0c84860efd2968e6f17ba273e8ee7443
parenta5f2246fb9137dfa714dc9d7f593b3f3db5c9b80
checkpatch.pl: Update DT vendor prefix check

In commit 8122de54602e ("dt-bindings: Convert vendor prefixes to
json-schema"), vendor-prefixes.txt has been converted to a DT schema.
Update the checkpatch.pl DT check to extract vendor prefixes from the new
vendor-prefixes.yaml file.

Fixes: 8122de54602e ("dt-bindings: Convert vendor prefixes to json-schema")
Cc: Joe Perches <joe@perches.com>
Signed-off-by: Rob Herring <robh@kernel.org>
scripts/checkpatch.pl