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:
parent
30de558824
commit
f5a91d7a3f
9 changed files with 9 additions and 9 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
/ {
|
||||
model = "qemu_xtensa";
|
||||
compatible = "xtensa,sample-controller";
|
||||
compatible = "cdns,xtensa-sample-controller";
|
||||
|
||||
chosen {
|
||||
zephyr,sram = &sram0;
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
/ {
|
||||
model = "xt-sim";
|
||||
compatible = "xtensa,sample-controller";
|
||||
compatible = "cdns,xtensa-sample-controller";
|
||||
|
||||
chosen {
|
||||
zephyr,sram = &sram0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue