mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:24:47 +01:00
QMP combo phy V6 and above use the clamp register from the PCS always on (AON) address space. Update the driver accordingly. Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Elson Roy Serrao <quic_eserrao@quicinc.com> Signed-off-by: Wesley Cheng <wesley.cheng@oss.qualcomm.com> Reviewed-by: Abel Vesa <abel.vesa@linaro.org> Link: https://patch.msgid.link/20251209-linux-next-12825-v8-7-42133596bda0@oss.qualcomm.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
12 lines
296 B
C
12 lines
296 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
#ifndef QCOM_PHY_QMP_PCS_MISC_V5_H_
|
|
#define QCOM_PHY_QMP_PCS_MISC_V5_H_
|
|
|
|
/* Only for QMP V5 PHY - PCS_MISC registers */
|
|
#define QPHY_V5_PCS_MISC_CLAMP_ENABLE 0x0c
|
|
|
|
#endif
|