Signed-off-by: Rostislav Lisovy <lisovy@xxxxxxxxx> diff --git a/arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi b/arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi index 9304d0a..fa7309f5 100644 --- a/arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi +++ b/arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi @@ -72,6 +72,10 @@ pinctrl_uart1: uart1grp { fsl,pins = <MX53_UART1_PINGRP2>; }; + + pinctrl_nand: nandgrp { + fsl,pins = <MX53_NAND_PINGRP1>; + }; }; }; @@ -205,6 +209,14 @@ }; }; +&nfc { + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_nand>; + nand-bus-width = <8>; + nand-ecc-mode = "hw"; + status = "okay"; +}; + &uart1 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_uart1>; -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html