Skip to content

Commit 77a2aaa

Browse files
Flavio Ceolinlaurenmurphyx64
authored andcommitted
crypto: intel-sha: Rename to intel,adsp-sha
Rename DT binding to intel,adsp-sha. Signed-off-by: Flavio Ceolin <[email protected]>
1 parent da520fe commit 77a2aaa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

drivers/crypto/crypto_intel_sha.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include <zephyr/logging/log.h>
1313
LOG_MODULE_REGISTER(SHA);
1414

15-
#define DT_DRV_COMPAT intel_sha
15+
#define DT_DRV_COMPAT intel_adsp_sha
1616

1717
static struct sha_session sha_sessions[SHA_MAX_SESSIONS];
1818

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Copyright (c) 2022, Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

4-
description: Intel Crypto SHA accelerator.
4+
description: Intel ADSP Crypto SHA accelerator.
55

6-
compatible: "intel,sha"
6+
compatible: "intel,adsp-sha"
77

88
include: base.yaml
99

0 commit comments

Comments
 (0)