Revert "NFC: driver: use SMEM to getPeripheralStatus at bootup"

This  reverts commit 3b1ddde824.

Change-Id: Id7c99947e9faf5edb76a5878a13e4abb11f2dbd6
This commit is contained in:
Madan Koyyalamudi
2023-02-27 09:46:13 -08:00
parent 3b1ddde824
commit 771f608e7f
4 changed files with 75 additions and 24 deletions

View File

@@ -33,6 +33,11 @@
#include "i2c_drv.h"
#include "ese_cold_reset.h"
/*secure library headers*/
#include "smcinvoke.h"
#include "smcinvoke_object.h"
#include "IClientEnv.h"
/* Max device count for this driver */
#define DEV_COUNT 1
/* i2c device class */
@@ -319,5 +324,5 @@ int is_nfc_data_available_for_read(struct nfc_dev *nfc_dev);
int validate_nfc_state_nci(struct nfc_dev *nfc_dev);
int nfc_post_init(struct nfc_dev *nfc_dev);
int nfc_dynamic_protection_ioctl(struct nfc_dev *nfc_dev, unsigned long sec_zone_trans);
bool nfc_hw_secure_check_smem(void);
bool nfc_hw_secure_check(void);
#endif /* _COMMON_H_ */