[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-42-g50eb54854
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2019-04-08 13:51:34
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 50eb5485431b031ce24ab638208452f15c390a01 (commit)
from 29e5f6b8300f9f89713f9d773c6ee9fe0efc5ed9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 50eb5485431b031ce24ab638208452f15c390a01
Author: Sébastien Szymanski <seb...@ar...>
Date: Mon Apr 8 13:26:15 2019 +0200
[LINUX] 4.17/4.9 legacy: update vdd soc voltage for 900MHz
-----------------------------------------------------------------------
Summary of changes:
...6ull-update-vdd_soc-voltage-for-900MHz-op.patch | 35 ++++++++++++++++++++++
...6-armadeus-update-vdd-soc-voltage-900MHz.patch} | 17 ++++++-----
2 files changed, 44 insertions(+), 8 deletions(-)
create mode 100644 patches/linux/4.17/0112-ARM-dts-imx6ull-update-vdd_soc-voltage-for-900MHz-op.patch
copy patches/linux/4.9.mx6_legacy/{0515-armadeus-imx6ull-include-input-h.patch => 0816-armadeus-update-vdd-soc-voltage-900MHz.patch} (50%)
diff --git a/patches/linux/4.17/0112-ARM-dts-imx6ull-update-vdd_soc-voltage-for-900MHz-op.patch b/patches/linux/4.17/0112-ARM-dts-imx6ull-update-vdd_soc-voltage-for-900MHz-op.patch
new file mode 100644
index 000000000..1c701ab34
--- /dev/null
+++ b/patches/linux/4.17/0112-ARM-dts-imx6ull-update-vdd_soc-voltage-for-900MHz-op.patch
@@ -0,0 +1,35 @@
+From 245f880c25dbd8927af0f33aa5d1404370013957 Mon Sep 17 00:00:00 2001
+From: Anson Huang <Ans...@nx...>
+Date: Wed, 12 Sep 2018 16:13:29 +0800
+Subject: [PATCH] ARM: dts: imx6ull: update vdd_soc voltage for 900MHz
+ operating point
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Update VDD_SOC voltage to 1.25V for 900MHz operating point
+according to datasheet Rev. 1.3, 08/2018, 25mV is added to
+the minimum allowed values to cover power supply ripple.
+
+Signed-off-by: Anson Huang <Ans...@nx...>
+Reviewed-by: Sébastien Szymanski <seb...@ar...>
+Signed-off-by: Shawn Guo <sha...@ke...>
+---
+ arch/arm/boot/dts/imx6ull.dtsi | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/arch/arm/boot/dts/imx6ull.dtsi b/arch/arm/boot/dts/imx6ull.dtsi
+index cd1776a7015a..796ed35d4ac9 100644
+--- a/arch/arm/boot/dts/imx6ull.dtsi
++++ b/arch/arm/boot/dts/imx6ull.dtsi
+@@ -22,7 +22,7 @@
+ >;
+ fsl,soc-operating-points = <
+ /* KHz uV */
+- 900000 1175000
++ 900000 1250000
+ 792000 1175000
+ 528000 1175000
+ 396000 1175000
+--
+2.19.2
diff --git a/patches/linux/4.9.mx6_legacy/0515-armadeus-imx6ull-include-input-h.patch b/patches/linux/4.9.mx6_legacy/0816-armadeus-update-vdd-soc-voltage-900MHz.patch
similarity index 50%
copy from patches/linux/4.9.mx6_legacy/0515-armadeus-imx6ull-include-input-h.patch
copy to patches/linux/4.9.mx6_legacy/0816-armadeus-update-vdd-soc-voltage-900MHz.patch
index 71c0a78cb..017c83580 100644
--- a/patches/linux/4.9.mx6_legacy/0515-armadeus-imx6ull-include-input-h.patch
+++ b/patches/linux/4.9.mx6_legacy/0816-armadeus-update-vdd-soc-voltage-900MHz.patch
@@ -2,11 +2,12 @@ Index: linux-imx_4.9.11_1.0.0_ga/arch/arm/boot/dts/imx6ull.dtsi
===================================================================
--- linux-imx_4.9.11_1.0.0_ga.orig/arch/arm/boot/dts/imx6ull.dtsi
+++ linux-imx_4.9.11_1.0.0_ga/arch/arm/boot/dts/imx6ull.dtsi
-@@ -9,6 +9,7 @@
-
- #include <dt-bindings/clock/imx6ul-clock.h>
- #include <dt-bindings/gpio/gpio.h>
-+#include <dt-bindings/input/input.h>
- #include <dt-bindings/interrupt-controller/arm-gic.h>
- #include "imx6ull-pinfunc.h"
- #include "imx6ull-pinfunc-snvs.h"
+@@ -70,7 +70,7 @@
+ >;
+ fsl,soc-operating-points = <
+ /* KHz uV */
+- 900000 1175000
++ 900000 1250000
+ 792000 1175000
+ 528000 1175000
+ 396000 1175000
hooks/post-receive
--
armadeus
|