dts: use 'cdns' instead of 'xtensa' vendor prefix

These IP blocks' vendor is Cadence, whose proper vendor prefix is
'cdns' if we are going to match the Linux vendor prefixes list.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2021-08-03 15:47:40 -07:00 committed by Christopher Friedt
commit f5a91d7a3f
9 changed files with 9 additions and 9 deletions

View file

@ -10,7 +10,7 @@
/ {
model = "qemu_xtensa";
compatible = "xtensa,sample-controller";
compatible = "cdns,xtensa-sample-controller";
chosen {
zephyr,sram = &sram0;

View file

@ -9,7 +9,7 @@
/ {
model = "xt-sim";
compatible = "xtensa,sample-controller";
compatible = "cdns,xtensa-sample-controller";
chosen {
zephyr,sram = &sram0;