cxd56/alt1250: Change power on sequence

Change the power on sequence according to ALT1250 modem spec.
This commit is contained in:
SPRESENSE
2023-07-03 09:03:41 +09:00
committed by Xiang Xiao
parent a4708d217a
commit 4eb6da33c2
3 changed files with 41 additions and 10 deletions
+1 -1
View File
@@ -307,7 +307,7 @@ struct alt_readdata_s
struct alt1250_lower_s
{
FAR struct spi_dev_s * (*poweron)(void);
FAR struct spi_dev_s * (*poweron)(bool keep_on);
void (*poweroff)(void);
bool (*powerstatus)(void);
int (*hiber_mode)(bool);