[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-742-g3bc4af5
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2015-05-19 15:27:42
|
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 3bc4af52f7d14f009d86ecc4442677a011553c35 (commit)
from 00938a7708df22802bed7dabafbdb99bc143ae61 (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 3bc4af52f7d14f009d86ecc4442677a011553c35
Author: Sébastien Szymanski <seb...@ar...>
Date: Tue May 19 17:33:26 2015 +0200
[LINUX] 3.19: apf6: dts: add uart5
-----------------------------------------------------------------------
Summary of changes:
...rmadeus-add-apf6q-and-apf6dl-device-trees.patch | 18 +++++++++++++++++-
1 files changed, 17 insertions(+), 1 deletions(-)
diff --git a/patches/linux/3.19/0450-armadeus-add-apf6q-and-apf6dl-device-trees.patch b/patches/linux/3.19/0450-armadeus-add-apf6q-and-apf6dl-device-trees.patch
index 92ff286..ceb1b0a 100644
--- a/patches/linux/3.19/0450-armadeus-add-apf6q-and-apf6dl-device-trees.patch
+++ b/patches/linux/3.19/0450-armadeus-add-apf6q-and-apf6dl-device-trees.patch
@@ -173,7 +173,7 @@ Index: linux-3.19.3/arch/arm/boot/dts/imx6qdl-apf6dev.dtsi
===================================================================
--- /dev/null
+++ linux-3.19.3/arch/arm/boot/dts/imx6qdl-apf6dev.dtsi
-@@ -0,0 +1,522 @@
+@@ -0,0 +1,538 @@
+/*
+ * Copyright 2015 Armadeus Systems
+ *
@@ -474,6 +474,13 @@ Index: linux-3.19.3/arch/arm/boot/dts/imx6qdl-apf6dev.dtsi
+ status = "okay";
+};
+
++&uart5 {
++ pinctrl-names = "default";
++ pinctrl-0 = <&pinctrl_uart5>;
++ fsl,uart-has-rtscts;
++ status = "okay";
++};
++
+&usbh1 {
+ vbus-supply = <®_usbh1_vbus>;
+ dr_mode = "host";
@@ -666,6 +673,15 @@ Index: linux-3.19.3/arch/arm/boot/dts/imx6qdl-apf6dev.dtsi
+ >;
+ };
+
++ pinctrl_uart5: uart5grp {
++ fsl,pins = <
++ MX6QDL_PAD_CSI0_DAT14__UART5_TX_DATA 0x1b0b0
++ MX6QDL_PAD_CSI0_DAT15__UART5_RX_DATA 0x1b0b0
++ MX6QDL_PAD_CSI0_DAT18__UART5_RTS_B 0x1b0b0
++ MX6QDL_PAD_CSI0_DAT19__UART5_CTS_B 0x1b0b0
++ >;
++ };
++
+ pinctrl_usbotg: usbotggrp {
+ fsl,pins = <
+ MX6QDL_PAD_GPIO_1__USB_OTG_ID 0x1b0b0
hooks/post-receive
--
armadeus
|