diff --git a/drivers/soc/rockchip/rockchip_opp_select.c b/drivers/soc/rockchip/rockchip_opp_select.c index e603f82b388f..77e73bdf8b6c 100644 --- a/drivers/soc/rockchip/rockchip_opp_select.c +++ b/drivers/soc/rockchip/rockchip_opp_select.c @@ -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;