Skip to content

Commit bf14d07

Browse files
Zhen Chenrkhuangtao
authored andcommitted
arm64: dts: rockchip: add 'gpu_power_model' feature with DDK r14 for linux
Since the mali.ko is *not* upgraded by userspace, rk3399 linux hope keep mali driver version is the same with userspace. Change-Id: Id5af615f1f7b0c95587bc5faeeeff35251797e1a Signed-off-by: Zhen Chen <chenzhen@rock-chips.com>
1 parent 7a480b6 commit bf14d07

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3399-linux.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,15 @@
152152
};
153153
};
154154

155+
/* HACK: keep MALI version on linux */
156+
&gpu_power_model {
157+
// for DDK r14.
158+
voltage = <900>;
159+
frequency = <500>;
160+
static-power = <300>;
161+
dynamic-power = <396>;
162+
};
163+
155164
&pvtm {
156165
status = "okay";
157166
};

0 commit comments

Comments
 (0)