Skip to content

Commit 2fbbede

Browse files
Caesar-githubZhengShunQian
authored andcommitted
arm64: dts: rockchip: fixes the dmc for rk3399-excavator-sapphire
This patches fixes the vop bandwidth control on rk3399 excavator sapphire board. Fixes: 739d1ab ("arm64: dts: rockchip: enable the dmc for rk3399 sapphire excavator") Change-Id: Icad42cfc4e883668dc3987f1a5561a781d0591b8 Reported-by: Finley Xiao <finley.xiao@rock-chips.com> Signed-off-by: Caesar Wang <wxt@rock-chips.com>
1 parent ee603dd commit 2fbbede

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3399-excavator-sapphire.dtsi

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,10 @@
150150
>;
151151
vop-bw-dmc-freq = <
152152
/* min_bw(MB/s) max_bw(MB/s) freq(KHz) */
153-
0 577 200000
154-
578 1701 300000
155-
1702 99999 400000
153+
0 762 200000
154+
763 1893 400000
155+
1894 3012 528000
156+
3013 99999 800000
156157
>;
157158
auto-min-freq = <200000>;
158159
};

0 commit comments

Comments
 (0)