driver: rknpu: Add set soc info for rk3576

Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
Change-Id: Ifc31a47c9c75e72ea2cc09fcd2c1a70ab664d1c8
This commit is contained in:
Finley Xiao
2024-06-21 17:18:23 +08:00
committed by Tao Huang
parent 0af1954a8d
commit a911fef70d

View File

@@ -234,6 +234,7 @@ static int npu_opp_config_clks(struct device *dev, struct opp_table *opp_table,
static const struct rockchip_opp_data rk3576_npu_opp_data = {
.set_read_margin = rk3576_npu_set_read_margin,
.set_soc_info = rockchip_opp_set_low_length,
#if KERNEL_VERSION(6, 1, 0) <= LINUX_VERSION_CODE
.config_regulators = npu_opp_config_regulators,
.config_clks = npu_opp_config_clks,