Reenable C2-next DVFS
Not tested since c2-next configuration is still broken Closes #763
This commit is contained in:
parent
e8e6ff47d6
commit
7c344dcf27
14
patch/kernel/odroidc2-next/odroidc2-enable-scpi-dvfs.patch
Normal file
14
patch/kernel/odroidc2-next/odroidc2-enable-scpi-dvfs.patch
Normal file
@ -0,0 +1,14 @@
|
||||
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts b/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts
|
||||
index d147c853a..dbde670ba 100644
|
||||
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts
|
||||
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts
|
||||
@@ -246,7 +246,8 @@
|
||||
};
|
||||
|
||||
&scpi_clocks {
|
||||
- status = "disabled";
|
||||
+ /* Works only with new blobs that have limited DVFS table */
|
||||
+ status = "okay";
|
||||
};
|
||||
|
||||
/* SD */
|
||||
Loading…
Reference in New Issue
Block a user