From 2efe1e92bcf193023d3bbf0118a0378b6d1445b0 Mon Sep 17 00:00:00 2001 From: 5kft <5kft@users.noreply.github.com> Date: Mon, 24 Feb 2020 11:59:08 -0800 Subject: [PATCH] [ sunxi-current ] fix minor patch issue with pull request https://github.com/armbian/build/pull/1807 --- .../xxx-sun50i-h6-enable-higher-clock.patch | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 index 601de9f8a0..1caf500420 100644 --- a/patch/kernel/sunxi-current/xxx-sun50i-h6-enable-higher-clock.patch +++ b/patch/kernel/sunxi-current/xxx-sun50i-h6-enable-higher-clock.patch @@ -3,10 +3,10 @@ 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"; - }; + reg_dcdca: dcdca { + regulator-always-on; + regulator-min-microvolt = <810000>; +- regulator-max-microvolt = <1080000>; ++ regulator-max-microvolt = <1160000>; + regulator-name = "vdd-cpu"; + };