mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user