From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 04/16] arm: dts: Add devicetree for RDA8810PL SoC Date: Mon, 19 Nov 2018 20:37:14 +0100 Message-ID: References: <20181119170939.19153-1-manivannan.sadhasivam@linaro.org> <20181119170939.19153-5-manivannan.sadhasivam@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <20181119170939.19153-5-manivannan.sadhasivam@linaro.org> Sender: linux-kernel-owner@vger.kernel.org To: Manivannan Sadhasivam Cc: Olof Johansson , Rob Herring , Thomas Gleixner , Jason Cooper , Marc Zyngier , Daniel Lezcano , Linux ARM , Linux Kernel Mailing List , DTML , Amit Kucheria , Linus Walleij , zhao_steven@263.net, service@rdamicro.com, =?UTF-8?Q?Andreas_F=C3=A4rber?= List-Id: devicetree@vger.kernel.org On Mon, Nov 19, 2018 at 6:11 PM Manivannan Sadhasivam wrote: > > Add initial device tree for RDA8810PL SoC from RDA Microelectronics. > + aliases { > + serial0 = &uart0; > + serial1 = &uart1; > + serial2 = &uart2; > + }; Better move the aliases into the board file, there might be boards that only expose one or two of them on physical connectors, or that count them in a different order from the SoC. Arnd