mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
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:
committed by
Lauren Murphy
parent
da520fe6fb
commit
77a2aaa93e
@@ -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];
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user