Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1379681 > unrolled thread
| Started by | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| First post | 2016-04-15 12:40 +0200 |
| Last post | 2016-04-21 07:50 +0200 |
| Articles | 2 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH] ARM: dts: uniphier: add NAND pinmux node Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-04-15 12:40 +0200
Re: [PATCH] ARM: dts: uniphier: add NAND pinmux node Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-04-21 07:50 +0200
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Date | 2016-04-15 12:40 +0200 |
| Subject | [PATCH] ARM: dts: uniphier: add NAND pinmux node |
| Message-ID | <ro9km-1wo-33@gated-at.bofh.it> |
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---
arch/arm/boot/dts/uniphier-pinctrl.dtsi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/uniphier-pinctrl.dtsi b/arch/arm/boot/dts/uniphier-pinctrl.dtsi
index 2459279..52d67bf 100644
--- a/arch/arm/boot/dts/uniphier-pinctrl.dtsi
+++ b/arch/arm/boot/dts/uniphier-pinctrl.dtsi
@@ -68,6 +68,11 @@
function = "i2c4";
};
+ pinctrl_nand: nand_grp {
+ groups = "nand";
+ function = "nand";
+ };
+
pinctrl_uart0: uart0_grp {
groups = "uart0";
function = "uart0";
--
1.9.1
[toc] | [next] | [standalone]
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Date | 2016-04-21 07:50 +0200 |
| Message-ID | <rqfF0-3PA-13@gated-at.bofh.it> |
| In reply to | #1379681 |
2016-04-15 19:35 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>: > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> > --- > This patch was replaced with v2: https://patchwork.kernel.org/patch/8895761/ -- Best Regards Masahiro Yamada
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web