soc: rockchip: opp_select: Add support to parse soc version bin3

Change-Id: I375e61d0ae3a33ec175e8f6f45ad2d892f93d126
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
Finley Xiao
2024-09-27 10:03:31 +08:00
committed by Tao Huang
parent ae1c008e70
commit 25fbec0b48

View File

@@ -1349,6 +1349,9 @@ static int rockchip_get_soc_info(struct device *dev, struct device_node *np,
/* J */
else if (value == 0xa)
*bin = 2;
/* S */
else if (value == 0x13)
*bin = 3;
if (*bin < 0)
*bin = 0;