crypto: intel-sha: Rename to intel,adsp-sha

Rename DT binding to intel,adsp-sha.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
Flavio Ceolin
2022-10-25 13:52:00 +00:00
committed by Lauren Murphy
parent da520fe6fb
commit 77a2aaa93e
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
#include <zephyr/logging/log.h>
LOG_MODULE_REGISTER(SHA);
#define DT_DRV_COMPAT intel_sha
#define DT_DRV_COMPAT intel_adsp_sha
static struct sha_session sha_sessions[SHA_MAX_SESSIONS];

View File

@@ -1,9 +1,9 @@
# Copyright (c) 2022, Intel Corporation
# SPDX-License-Identifier: Apache-2.0
description: Intel Crypto SHA accelerator.
description: Intel ADSP Crypto SHA accelerator.
compatible: "intel,sha"
compatible: "intel,adsp-sha"
include: base.yaml