projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
412252a
)
ARM: dts: uniphier: add NAND pinmux node
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Thu, 21 Apr 2016 02:11:23 +0000
(11:11 +0900)
committer
Arnd Bergmann
<arnd@arndb.de>
Sun, 24 Apr 2016 21:38:18 +0000
(23:38 +0200)
This commit adds pin-mux nodes for the NAND controller.
Some SoCs support 2 chip selects and the others only support
1 chip select.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/uniphier-pinctrl.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/uniphier-pinctrl.dtsi
b/arch/arm/boot/dts/uniphier-pinctrl.dtsi
index 24592798a3688f0093009bd411fd486d342cfe64..f2f3fbe2d517f9e57683a3340f25a65aebcc84c1 100644
(file)
--- a/
arch/arm/boot/dts/uniphier-pinctrl.dtsi
+++ b/
arch/arm/boot/dts/uniphier-pinctrl.dtsi
@@
-68,6
+68,16
@@
function = "i2c4";
};
+ pinctrl_nand: nand_grp {
+ groups = "nand";
+ function = "nand";
+ };
+
+ pinctrl_nand2cs: nand2cs_grp {
+ groups = "nand", "nand_cs1";
+ function = "nand";
+ };
+
pinctrl_uart0: uart0_grp {
groups = "uart0";
function = "uart0";