Skip to content

Commit

Permalink
overlays-01-add-oc-opp-rk3328(:1)
Browse files Browse the repository at this point in the history
Original-Subject: rk3328-oc-opps
Signed-off-by: tonymac32 <tonymckahan@gmail.com>
X-Armbian: Patch-File: overlays-01-add-oc-opp-rk3328
X-Armbian: Patch-File-Counter: 1
X-Armbian: Patch-Rel-Directory: patch/kernel/archive/rockchip64-6.1
X-Armbian: Patch-Type: kernel
X-Armbian: Patch-Root-Type: core
X-Armbian: Patch-Sub-Type: common
X-Armbian: Original-Subject: rk3328-oc-opps
  • Loading branch information
Tonymac32 authored and Armbian AutoPatcher committed Dec 17, 2020
1 parent a7ad6dc commit f173228
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm64/boot/dts/rockchip/overlay/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ dtbo-$(CONFIG_ARCH_ROCKCHIP) += \
rockchip-i2c7.dtbo \
rockchip-i2c8.dtbo \
rockchip-pcie-gen2.dtbo \
rockchip-rk3328-opp-1.4ghz.dtbo \
rockchip-rk3328-opp-1.5ghz.dtbo \
rockchip-rk3399-opp-2ghz.dtbo \
rockchip-spi-jedec-nor.dtbo \
rockchip-spi-spidev.dtbo \
Expand Down
10 changes: 10 additions & 0 deletions arch/arm64/boot/dts/rockchip/overlay/README.rockchip-overlays
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ I2C8 pins (SCL, SDA): GPIO1-C5, GPIO1-C4
Enables PCIe Gen2 link speed on RK3399.
WARNING! Not officially supported by Rockchip!!!

### rk3328-opp-1.4ghz

Adds the 1.4GHz opp for overclocking
WARNING! Not officially supported by Rockchip!!!

### rk3328-opp-1.5ghz

Adds the 1.5GHz opp for overclocking
WARNING! Not officially supported by Rockchip!!!

### rk3399-opp-2ghz

Adds the 2GHz big and 1.5 GHz LITTLE opps for overclocking
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/dts-v1/;

/ {
compatible = "rockchip,rk3328";
fragment@0 {
target-path = "/opp_table0";
__overlay__ {
opp-1392000000 {
opp-hz = /bits/ 64 <1392000000>;
opp-microvolt = <1400000>;
clock-latency-ns = <40000>;
};
};
};
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/dts-v1/;

/ {
compatible = "rockchip,rk3328";
fragment@0 {
target-path = "/opp_table0";
__overlay__ {
opp-1512000000 {
opp-hz = /bits/ 64 <1512000000>;
opp-microvolt = <1450000>;
clock-latency-ns = <40000>;
};
};
};
};

0 comments on commit f173228

Please sign in to comment.