Skip to content

Commit 96176aa

Browse files
Liang Chenrkhuangtao
authored andcommitted
arm64: dts: rockchip: Enable dmc for px30/rk3326
Change-Id: I47c08b9fcd12c21c3cc4731617ebfe4331a0ac72 Signed-off-by: Liang Chen <cl@rock-chips.com> Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
1 parent 4487c33 commit 96176aa

5 files changed

Lines changed: 43 additions & 7 deletions

File tree

arch/arm64/boot/dts/rockchip/px30-evb-ddr3-lvds-v10.dts

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,12 +190,21 @@
190190
};
191191
};
192192

193+
&cpu0 {
194+
cpu-supply = <&vdd_arm>;
195+
};
196+
193197
&display_subsystem {
194198
status = "okay";
195199
};
196200

197-
&cpu0 {
198-
cpu-supply = <&vdd_arm>;
201+
&dfi {
202+
status = "okay";
203+
};
204+
205+
&dmc {
206+
center-supply = <&vdd_logic>;
207+
status = "okay";
199208
};
200209

201210
&emmc {

arch/arm64/boot/dts/rockchip/px30-evb-ddr3-v10.dts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,15 @@
282282
status = "disabled";
283283
};
284284

285+
&dfi {
286+
status = "okay";
287+
};
288+
289+
&dmc {
290+
center-supply = <&vdd_logic>;
291+
status = "okay";
292+
};
293+
285294
&emmc {
286295
bus-width = <8>;
287296
cap-mmc-highspeed;

arch/arm64/boot/dts/rockchip/px30.dtsi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1586,15 +1586,15 @@
15861586
downdifferential = <20>;
15871587
system-status-freq = <
15881588
/*system status freq(KHz)*/
1589-
SYS_STATUS_NORMAL 328000
1590-
SYS_STATUS_REBOOT 328000
1589+
SYS_STATUS_NORMAL 528000
1590+
SYS_STATUS_REBOOT 450000
15911591
SYS_STATUS_SUSPEND 194000
1592-
SYS_STATUS_VIDEO_1080P 328000
1592+
SYS_STATUS_VIDEO_1080P 450000
15931593
SYS_STATUS_BOOST 528000
15941594
SYS_STATUS_PERFORMANCE 666000
15951595
>;
1596-
auto-min-freq = <400000>;
1597-
auto-freq-en = <0>;
1596+
auto-min-freq = <328000>;
1597+
auto-freq-en = <1>;
15981598
#cooling-cells = <2>;
15991599
status = "disabled";
16001600

arch/arm64/boot/dts/rockchip/rk3326-863-lp3-v10.dts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,15 @@
249249
status = "disabled";
250250
};
251251

252+
&dfi {
253+
status = "okay";
254+
};
255+
256+
&dmc {
257+
center-supply = <&vdd_logic>;
258+
status = "okay";
259+
};
260+
252261
&emmc {
253262
bus-width = <8>;
254263
cap-mmc-highspeed;

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,15 @@
318318
status = "disabled";
319319
};
320320

321+
&dfi {
322+
status = "okay";
323+
};
324+
325+
&dmc {
326+
center-supply = <&vdd_logic>;
327+
status = "okay";
328+
};
329+
321330
&emmc {
322331
bus-width = <8>;
323332
cap-mmc-highspeed;

0 commit comments

Comments
 (0)