[PATCH 4/8] arm: orion5x: Alias uart0 to serial0 for all orion5x
Arnd Bergmann
arnd at arndb.de
Mon Sep 12 14:12:17 PDT 2016
On Friday, August 26, 2016 10:21:00 AM CEST Jamie Lentin wrote:
> diff --git a/arch/arm/boot/dts/orion5x.dtsi b/arch/arm/boot/dts/orion5x.dtsi
> index fbccfbb..001613d 100644
> --- a/arch/arm/boot/dts/orion5x.dtsi
> +++ b/arch/arm/boot/dts/orion5x.dtsi
> @@ -17,6 +17,7 @@
>
> aliases {
> gpio0 = &gpio0;
> + serial0 = &uart0;
> };
>
>
Please put the alias for the serial port in the board specific .dts file,
it's possible that some boards have more than one uart in use,
and that they don't label them the same way as the SoC internal numbering.
Arnd
More information about the linux-arm-kernel
mailing list