Skip to content

Commit

Permalink
board-rk3328-roc-cc-dts-enable-dmc(:1)
Browse files Browse the repository at this point in the history
Original-Subject: enable roc-cc dmc
None
X-Armbian: Patch-File: board-rk3328-roc-cc-dts-enable-dmc
X-Armbian: Patch-File-Counter: 1
X-Armbian: Patch-Rel-Directory: patch/kernel/archive/rockchip64-6.3
X-Armbian: Patch-Type: kernel
X-Armbian: Patch-Root-Type: core
X-Armbian: Patch-Sub-Type: common
X-Armbian: Original-Subject: enable roc-cc dmc
  • Loading branch information
paolosabatino authored and Armbian AutoPatcher committed Oct 12, 2021
1 parent 246f69e commit 1cdd648
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts
Expand Up @@ -4,6 +4,7 @@
*/

/dts-v1/;
#include "rk3328-dram-renegade-timing.dtsi"
#include "rk3328.dtsi"

/ {
Expand All @@ -19,6 +20,32 @@
stdout-path = "serial2:1500000n8";
};

/delete-node/ dmc-opp-table;
dmc_opp_table: dmc-opp-table {
compatible = "operating-points-v2";

opp-786000000 {
opp-hz = /bits/ 64 <786000000>;
opp-microvolt = <1075000 1075000 12000000>;
};
opp-798000000 {
opp-hz = /bits/ 64 <798000000>;
opp-microvolt = <1075000 1075000 12000000>;
};
opp-840000000 {
opp-hz = /bits/ 64 <840000000>;
opp-microvolt = <1075000 1075000 12000000>;
};
opp-924000000 {
opp-hz = /bits/ 64 <924000000>;
opp-microvolt = <1100000 1100000 12000000>;
};
opp-1068000000 {
opp-hz = /bits/ 64 <1068000000>;
opp-microvolt = <1175000 1175000 12000000>;
};
};

gmac_clkin: external-gmac-clock {
compatible = "fixed-clock";
clock-frequency = <125000000>;
Expand Down Expand Up @@ -115,6 +142,17 @@
status = "okay";
};

&dfi {
status = "okay";
};

&dmc {
center-supply = <&vdd_logic>;
ddr_timing = <&ddr_timing>;
status = "okay";
};


&cpu0 {
cpu-supply = <&vdd_arm>;
};
Expand Down

0 comments on commit 1cdd648

Please sign in to comment.