Skip to content

Commit 72cfae1

Browse files
Caesar-githubrkhuangtao
authored andcommitted
arm64: dts: rockchip: enable ddrfreq for rk3326 linux evb board
As the other boards had support the dmc function, maybe the owner was missing this dts configure. In order to be better the power consumption and performance, this patch enables the dmc and dfi to support the ddrfreq, Change-Id: I2623943085d098a65ba6e0ad7102f671f0cedd3e Signed-off-by: Caesar Wang <wxt@rock-chips.com>
1 parent a11e5c2 commit 72cfae1

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3326-evb-linux-lp3-v10.dts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,15 @@
323323
status = "disabled";
324324
};
325325

326+
&dfi {
327+
status = "okay";
328+
};
329+
330+
&dmc {
331+
center-supply = <&vdd_logic>;
332+
status = "okay";
333+
};
334+
326335
&emmc {
327336
bus-width = <8>;
328337
cap-mmc-highspeed;

0 commit comments

Comments
 (0)