Message ID | 1459168875-28304-1-git-send-email-yamada.masahiro@socionext.com |
---|---|
State | Accepted |
Commit | 89d8769298e1aa490ee69fb3c7ca4bbbdeb97a2b |
Headers | show |
2016-03-28 21:41 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>: > This will be used to set up pin-muxing for the NAND controller. > > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Applied to u-boot-uniphier/master. -- Best Regards Masahiro Yamada _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
diff --git a/arch/arm/dts/uniphier-pinctrl.dtsi b/arch/arm/dts/uniphier-pinctrl.dtsi index 988e60a..2d36f98 100644 --- a/arch/arm/dts/uniphier-pinctrl.dtsi +++ b/arch/arm/dts/uniphier-pinctrl.dtsi @@ -42,6 +42,11 @@ function = "i2c4"; }; + pinctrl_nand: nand_grp { + groups = "nand"; + function = "nand"; + }; + pinctrl_sd: sd_grp { groups = "sd"; function = "sd";
This will be used to set up pin-muxing for the NAND controller. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> --- arch/arm/dts/uniphier-pinctrl.dtsi | 5 +++++ 1 file changed, 5 insertions(+) -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot