[PATCH v3 5/8] arm64: dts: Add initial device tree support for EXYNOS7

Arnd Bergmann arnd at arndb.de
Thu Sep 11 03:41:01 PDT 2014


On Thursday 11 September 2014 15:50:49 Naveen Krishna Chatradhi wrote:
> +       aliases {
> +               serial0 = &serial_0;
> +               serial1 = &serial_1;
> +               serial2 = &serial_2;
> +               serial3 = &serial_3;
> +       };
> +

Please move the aliases from the exynos7.dtsi file into the
exynos7-espresso.dts file, and only list the ones that are
present, starting with alias 0, like

	aliases {
		serial0 = &serial_2;
	};

If the machine has only one serial port, it should be the first
alias.

	Arnd



More information about the linux-arm-kernel mailing list