From b494bb505f3c065c3626887ad60b5788af243d0c Mon Sep 17 00:00:00 2001 From: Werner Date: Sun, 23 Feb 2020 19:13:36 +0100 Subject: [PATCH] Create xxx-sun50i-h6-enable-higher-clock.patch --- .../xxx-sun50i-h6-enable-higher-clock.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 patch/kernel/sunxi-current/xxx-sun50i-h6-enable-higher-clock.patch diff --git a/patch/kernel/sunxi-current/xxx-sun50i-h6-enable-higher-clock.patch b/patch/kernel/sunxi-current/xxx-sun50i-h6-enable-higher-clock.patch new file mode 100644 index 0000000000..601de9f8a0 --- /dev/null +++ b/patch/kernel/sunxi-current/xxx-sun50i-h6-enable-higher-clock.patch @@ -0,0 +1,12 @@ +diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi.dtsi +index fe8c57876..0ed487311 100644 +--- a/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi.dtsi ++++ b/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi.dtsi +@@ -177,7 +177,7 @@ + reg_dcdca: dcdca { + regulator-always-on; + regulator-min-microvolt = <810000>; +- regulator-max-microvolt = <1080000>; ++ regulator-max-microvolt = <1160000>; + regulator-name = "vdd-cpu"; + };