boards: cypress cy8xx: fix vendor in compatible
Fix vendor in compatible and match vendor database. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
08cf158926
commit
9a0e8325f9
4 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
/ {
|
||||
model = "cy8ckit_062_wifi_bt_m0 with a Cypress PSoC6 SoC";
|
||||
compatible = "cy8ckit_062_wifi_bt_m0", "PSoC6";
|
||||
compatible = "cypress,cy8ckit_062_wifi_bt_m0", "cypress,PSoC6";
|
||||
|
||||
aliases {
|
||||
sw0 = &user_bt;
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
/ {
|
||||
model = "cy8ckit_062_wifi_bt_m4 with a Cypress PSoC6 SoC";
|
||||
compatible = "cy8ckit_062_wifi_bt_m4", "PSoC6";
|
||||
compatible = "cypress,cy8ckit_062_wifi_bt_m4", "cypress,PSoC6";
|
||||
|
||||
aliases {
|
||||
uart-5 = &uart5;
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
/ {
|
||||
model = "cy8cproto_062_4343w with an Cypress PSoC™ 6 SoC";
|
||||
compatible = "cy8cproto_062_4343w", "PSoC6";
|
||||
compatible = "cypress,cy8cproto_062_4343w", "cypress,PSoC6";
|
||||
|
||||
aliases {
|
||||
uart-5 = &uart5;
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
/ {
|
||||
model = "CY8CPROTO-063-BLE PSoC™ 6 BLE Prototyping Kit";
|
||||
compatible = "cy8cproto_063_ble", "PSoC6";
|
||||
compatible = "cypress,cy8cproto_063_ble", "cypress,PSoC6";
|
||||
|
||||
aliases {
|
||||
uart-5 = &uart5;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue