Merge "phy: phy-qcom-ufs: Update min phy voltage limit per spec"

This commit is contained in:
qctecmdr 2022-11-04 09:00:38 -07:00 committed by Gerrit - the friendly Code Review server
commit ccc3244aaf

View File

@ -1,12 +1,13 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (c) 2013-2021, Linux Foundation. All rights reserved.
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#include "phy-qcom-ufs-i.h"
#define MAX_PROP_NAME 32
#define VDDA_PHY_MIN_UV 800000
#define VDDA_PHY_MIN_UV 880000
#define VDDA_PHY_MAX_UV 925000
#define VDDA_PLL_MIN_UV 1200000
#define VDDA_PLL_MAX_UV 1800000