[Armadeus-commitlog] armadeus branch, buildroot-update, updated. armadeus-6.0-220-g1c478f9
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2017-02-15 15:02:44
|
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 1c478f991d866bf9babbf279e7751fab27c07ac2 (commit)
via 10fe762545c8f027f79978673f4f8b131ea582ee (commit)
from 78e27372df3357b9fe3678ef8f2063a0961267ae (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 1c478f991d866bf9babbf279e7751fab27c07ac2
Author: Sébastien Szymanski <seb...@ar...>
Date: Wed Feb 15 16:07:10 2017 +0100
[LINUX] *.mx6_legacy: dts: fix microSD CD gpio polarity
commit 10fe762545c8f027f79978673f4f8b131ea582ee
Author: Sébastien Szymanski <seb...@ar...>
Date: Wed Feb 15 11:53:49 2017 +0100
[LINUX] 4.1.mx6_legacy: dts: fix ov564x_mipi compatible name
-----------------------------------------------------------------------
Summary of changes:
.../0450-armadeus-add-apf6q-and-apf6dl-device-trees.patch | 2 +-
.../0450-armadeus-add-apf6q-and-apf6dl-device-trees.patch | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/patches/linux/3.14.mx6_legacy/0450-armadeus-add-apf6q-and-apf6dl-device-trees.patch b/patches/linux/3.14.mx6_legacy/0450-armadeus-add-apf6q-and-apf6dl-device-trees.patch
index 3f0ee01..a5aa6a2 100644
--- a/patches/linux/3.14.mx6_legacy/0450-armadeus-add-apf6q-and-apf6dl-device-trees.patch
+++ b/patches/linux/3.14.mx6_legacy/0450-armadeus-add-apf6q-and-apf6dl-device-trees.patch
@@ -537,7 +537,7 @@ Index: linux-imx_3.14.52_1.1.0_ga/arch/arm/boot/dts/imx6qdl-apf6dev.dtsi
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_usdhc2>;
+ bus-width = <4>;
-+ cd-gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>;
++ cd-gpios = <&gpio1 2 GPIO_ACTIVE_LOW>;
+ status = "okay";
+};
+
diff --git a/patches/linux/4.1.mx6_legacy/0450-armadeus-add-apf6q-and-apf6dl-device-trees.patch b/patches/linux/4.1.mx6_legacy/0450-armadeus-add-apf6q-and-apf6dl-device-trees.patch
index ea844d2..6d72c7a 100644
--- a/patches/linux/4.1.mx6_legacy/0450-armadeus-add-apf6q-and-apf6dl-device-trees.patch
+++ b/patches/linux/4.1.mx6_legacy/0450-armadeus-add-apf6q-and-apf6dl-device-trees.patch
@@ -410,7 +410,7 @@ Index: linux-imx_4.1.15_2.0.0_ga/arch/arm/boot/dts/imx6qdl-apf6dev.dtsi
+ };
+
+ ov5640_mipi: ov5640_mipi@3c {
-+ compatible = "ovti,ov5640_mipi";
++ compatible = "ov564x_mipi";
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_camera_ov5640>;
+ reg = <0x3c>;
@@ -540,7 +540,7 @@ Index: linux-imx_4.1.15_2.0.0_ga/arch/arm/boot/dts/imx6qdl-apf6dev.dtsi
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_usdhc2>;
+ bus-width = <4>;
-+ cd-gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>;
++ cd-gpios = <&gpio1 2 GPIO_ACTIVE_LOW>;
+ status = "okay";
+};
+
hooks/post-receive
--
armadeus
|