ARM: dts: imx27-phytec-phycore-som: Remove UART definitions
authorAlexander Shiyan <shc_work@mail.ru>
Sat, 1 Jun 2013 05:54:12 +0000 (09:54 +0400)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 17 Jun 2013 08:04:24 +0000 (16:04 +0800)
UART1 and UART2 can be unused on some designs with PCM038 module.
Remove these definitions from basic dts and lets choose user only
necessary UARTs in custom designs.
Keep UART0 for using this one as boot console, but since we have
not way to disable usage RTSCTS signals, remove this parameter for UART0.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx27-phytec-phycore-som.dts

index a4c0256..73f4b28 100644 (file)
        soc {
                aipi@10000000 { /* aipi1 */
                        serial@1000a000 {
-                               fsl,uart-has-rtscts;
-                               status = "okay";
-                       };
-
-                       serial@1000b000 {
-                               fsl,uart-has-rtscts;
-                               status = "okay";
-                       };
-
-                       serial@1000c000 {
-                               fsl,uart-has-rtscts;
                                status = "okay";
                        };