[Armadeus-commitlog] armadeus branch, buildroot-update, updated. armadeus-6.0-150-g934a738
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2016-11-09 10:28:03
|
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, buildroot-update has been updated
via 934a738c7d6e0c3b3f92c9c5ad5e0147b66eea00 (commit)
from 9a703e247dcfae8b6dcc6550f2b190368c1a6ee6 (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 934a738c7d6e0c3b3f92c9c5ad5e0147b66eea00
Author: Sébastien Szymanski <seb...@ar...>
Date: Wed Nov 9 11:25:47 2016 +0100
[LINUX] 4.8+: opos6ul: update dts files
* move memory node in imx6ul-opos6ul.dtsi file
* move 3v3 regulator in imx6ul-opos6ul.dtsi file
* add su...@ar... in comments
-----------------------------------------------------------------------
Summary of changes:
...pos6ul-and-opos6uldev-add-initial-support.patch | 30 ++++++++++----------
1 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/patches/linux/4.8/0800-ARM-dts-opos6ul-and-opos6uldev-add-initial-support.patch b/patches/linux/4.8/0800-ARM-dts-opos6ul-and-opos6uldev-add-initial-support.patch
index 0206567..70bf7a5 100644
--- a/patches/linux/4.8/0800-ARM-dts-opos6ul-and-opos6uldev-add-initial-support.patch
+++ b/patches/linux/4.8/0800-ARM-dts-opos6ul-and-opos6uldev-add-initial-support.patch
@@ -32,9 +32,9 @@ Index: linux-4.8.4/arch/arm/boot/dts/imx6ul-opos6ul.dtsi
===================================================================
--- /dev/null
+++ linux-4.8.4/arch/arm/boot/dts/imx6ul-opos6ul.dtsi
-@@ -0,0 +1,181 @@
+@@ -0,0 +1,192 @@
+/*
-+ * Copyright 2016 Armadeus Systems
++ * Copyright 2016 Armadeus Systems <su...@ar...>
+ *
+ * This file is dual-licensed: you can use it either under the terms
+ * of the GPL or the X11 license, at your option. Note that this dual
@@ -83,6 +83,17 @@ Index: linux-4.8.4/arch/arm/boot/dts/imx6ul-opos6ul.dtsi
+#include "imx6ul.dtsi"
+
+/ {
++ memory {
++ reg = <0x80000000 0>; /* will be filled by U-Boot */
++ };
++
++ reg_3v3: regulator-3v3 {
++ compatible = "regulator-fixed";
++ regulator-name = "3V3";
++ regulator-min-microvolt = <3300000>;
++ regulator-max-microvolt = <3300000>;
++ };
++
+ usdhc3_pwrseq: usdhc3_pwrseq {
+ compatible = "mmc-pwrseq-simple";
+ reset-gpios = <&gpio2 9 GPIO_ACTIVE_LOW>;
@@ -218,9 +229,9 @@ Index: linux-4.8.4/arch/arm/boot/dts/imx6ul-opos6uldev.dts
===================================================================
--- /dev/null
+++ linux-4.8.4/arch/arm/boot/dts/imx6ul-opos6uldev.dts
-@@ -0,0 +1,407 @@
+@@ -0,0 +1,396 @@
+/*
-+ * Copyright 2016 Armadeus Systems
++ * Copyright 2016 Armadeus Systems <su...@ar...>
+ *
+ * This file is dual-licensed: you can use it either under the terms
+ * of the GPL or the X11 license, at your option. Note that this dual
@@ -277,10 +288,6 @@ Index: linux-4.8.4/arch/arm/boot/dts/imx6ul-opos6uldev.dts
+ stdout-path = &uart1;
+ };
+
-+ memory {
-+ reg = <0x80000000 0>; /* will be filled by U-Boot */
-+ };
-+
+ backlight {
+ compatible = "gpio-backlight";
+ pinctrl-names = "default";
@@ -314,13 +321,6 @@ Index: linux-4.8.4/arch/arm/boot/dts/imx6ul-opos6uldev.dts
+ };
+ };
+
-+ reg_3v3: regulator-3v3 {
-+ compatible = "regulator-fixed";
-+ regulator-name = "3V3";
-+ regulator-min-microvolt = <3300000>;
-+ regulator-max-microvolt = <3300000>;
-+ };
-+
+ reg_5v: regulator-5v {
+ compatible = "regulator-fixed";
+ regulator-name = "5V";
hooks/post-receive
--
armadeus
|