[PATCH v11 6/8] arm64: renesas: add Salvator-X board support on DTS
Mark Rutland
mark.rutland at arm.com
Thu Oct 15 04:01:40 PDT 2015
> +/ {
> + model = "Renesas Salvator-X board based on r8a7795";
> + compatible = "renesas,salvator-x", "renesas,r8a7795";
> +
> + aliases {
> + serial0 = &scif2;
> + serial1 = &scif1;
> + };
> +
> + chosen {
> + bootargs = "ignore_loglevel";
Do we really need this kind of thing in the kernel DTs?
> + stdout-path = &scif2;
No rate? It would be better to be explicit here; you should be able to
have:
stdout-path = "serial0:115200n8"
Where "115200n8" is replaced with whatever configuration this board
actually has.
Thanks,
Mark.
More information about the linux-arm-kernel
mailing list