dts: arm64: intel: Change compat string for Intel Agilex SiP SMC driver.

Change compat string from intel,agilex-socfpga-sip-smc
to intel,socfpga-agilex-sip-smc for Intel AGILEX SOC FPGA sip smc driver.

Signed-off-by: Mahesh Rao <mahesh.rao@intel.com>
This commit is contained in:
Mahesh Rao 2023-05-30 04:04:29 +00:00 committed by Carles Cufí
parent 3441c70117
commit c5d224abb6
4 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@
config ARM_SIP_SVC_HAS_INTEL_SDM_MAILBOX_FIFO
bool
default y
depends on DT_HAS_INTEL_AGILEX_SOCFPGA_SIP_SMC_ENABLED
depends on DT_HAS_INTEL_SOCFPGA_AGILEX_SIP_SMC_ENABLED
imply ARM_SIP_SVC_HAS_DRIVER
help
Support for SDM mailbox fifo in Intel SoC FPGA Agilex via SMC calls.

View file

@ -15,9 +15,9 @@
#include <zephyr/logging/log.h>
LOG_MODULE_REGISTER(intel_agilex_socfpga_sip_smc, CONFIG_ARM_SIP_SVC_DRIVER_LOG_LEVEL);
LOG_MODULE_REGISTER(intel_socfpga_agilex_sip_smc, CONFIG_ARM_SIP_SVC_DRIVER_LOG_LEVEL);
#define DT_DRV_COMPAT intel_agilex_socfpga_sip_smc
#define DT_DRV_COMPAT intel_socfpga_agilex_sip_smc
#define DT_SIP_SMC DT_COMPAT_GET_ANY_STATUS_OKAY(DT_DRV_COMPAT)

View file

@ -112,7 +112,7 @@
};
sip_smc: smc{
compatible = "intel,agilex-socfpga-sip-smc";
compatible = "intel,socfpga-agilex-sip-smc";
method = "smc";
status = "disabled";
zephyr,num-clients = <2>;

View file

@ -4,7 +4,7 @@
description: SiP SVC driver instance on Intel Agilex SOC FPGA for SMC call
compatible: "intel,agilex-socfpga-sip-smc"
compatible: "intel,socfpga-agilex-sip-smc"
include: base.yaml