drivers: modem: hl7800: fix dts binding
Fix hl7800 vendor prefix to match existing Sierra Wireless entry. Signed-off-by: Ryan Erickson <ryan.erickson@lairdconnect.com>
This commit is contained in:
parent
7b5714669c
commit
5ac21bd604
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define DT_DRV_COMPAT swi_hl7800
|
#define DT_DRV_COMPAT swir_hl7800
|
||||||
|
|
||||||
#include <logging/log.h>
|
#include <logging/log.h>
|
||||||
LOG_MODULE_REGISTER(modem_hl7800, CONFIG_MODEM_LOG_LEVEL);
|
LOG_MODULE_REGISTER(modem_hl7800, CONFIG_MODEM_LOG_LEVEL);
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
description: Sierra Wireless HL7800 Modem
|
description: Sierra Wireless HL7800 Modem
|
||||||
|
|
||||||
compatible: "swi,hl7800"
|
compatible: "swir,hl7800"
|
||||||
|
|
||||||
include: uart-device.yaml
|
include: uart-device.yaml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue