diff options
Diffstat (limited to 'drivers/slimbus')
-rw-r--r-- | drivers/slimbus/qcom-ngd-ctrl.c | 3 | ||||
-rw-r--r-- | drivers/slimbus/slimbus.h | 6 |
2 files changed, 0 insertions, 9 deletions
diff --git a/drivers/slimbus/qcom-ngd-ctrl.c b/drivers/slimbus/qcom-ngd-ctrl.c index 7218fb963d0a..1382a8df6c75 100644 --- a/drivers/slimbus/qcom-ngd-ctrl.c +++ b/drivers/slimbus/qcom-ngd-ctrl.c | |||
@@ -777,9 +777,6 @@ static int qcom_slim_ngd_xfer_msg(struct slim_controller *sctrl, | |||
777 | u8 la = txn->la; | 777 | u8 la = txn->la; |
778 | bool usr_msg = false; | 778 | bool usr_msg = false; |
779 | 779 | ||
780 | if (txn->mc & SLIM_MSG_CLK_PAUSE_SEQ_FLG) | ||
781 | return -EPROTONOSUPPORT; | ||
782 | |||
783 | if (txn->mt == SLIM_MSG_MT_CORE && | 780 | if (txn->mt == SLIM_MSG_MT_CORE && |
784 | (txn->mc >= SLIM_MSG_MC_BEGIN_RECONFIGURATION && | 781 | (txn->mc >= SLIM_MSG_MC_BEGIN_RECONFIGURATION && |
785 | txn->mc <= SLIM_MSG_MC_RECONFIGURE_NOW)) | 782 | txn->mc <= SLIM_MSG_MC_RECONFIGURE_NOW)) |
diff --git a/drivers/slimbus/slimbus.h b/drivers/slimbus/slimbus.h index 4399d1873e2d..9be41089edde 100644 --- a/drivers/slimbus/slimbus.h +++ b/drivers/slimbus/slimbus.h | |||
@@ -61,12 +61,6 @@ | |||
61 | #define SLIM_MSG_MC_NEXT_REMOVE_CHANNEL 0x58 | 61 | #define SLIM_MSG_MC_NEXT_REMOVE_CHANNEL 0x58 |
62 | #define SLIM_MSG_MC_RECONFIGURE_NOW 0x5F | 62 | #define SLIM_MSG_MC_RECONFIGURE_NOW 0x5F |
63 | 63 | ||
64 | /* | ||
65 | * Clock pause flag to indicate that the reconfig message | ||
66 | * corresponds to clock pause sequence | ||
67 | */ | ||
68 | #define SLIM_MSG_CLK_PAUSE_SEQ_FLG (1U << 8) | ||
69 | |||
70 | /* Clock pause values per SLIMbus spec */ | 64 | /* Clock pause values per SLIMbus spec */ |
71 | #define SLIM_CLK_FAST 0 | 65 | #define SLIM_CLK_FAST 0 |
72 | #define SLIM_CLK_CONST_PHASE 1 | 66 | #define SLIM_CLK_CONST_PHASE 1 |