[PATCH 10/16] Add missing UARTs to Firestone DT

Joel Stanley joel at jms.id.au
Fri Sep 16 11:39:15 AEST 2016


On Fri, Sep 16, 2016 at 6:06 AM, Timothy Pearson
<tpearson at raptorengineering.com> wrote:

Missing your s-o-b.

Please add a comment as to why you're enabling them - I assume that
these are the physical ports on the back of the chassis?

>
> ---
>  arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts |   10 ++++++++++
>  1 file changed, 10 insertions(+)
>
> diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts b/arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts
> index 82df794..c6e81f4 100644
> --- a/arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts
> +++ b/arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts
> @@ -9,6 +9,8 @@
>         compatible = "ibm,firestone-bmc", "aspeed,ast2400";
>
>         aliases {
> +               serial1 = &uart1;
> +               serial2 = &uart2;
>                 serial4 = &uart5;
>         };
>
> @@ -73,6 +75,14 @@
>         no-hw-checksum;
>  };
>
> +&uart1 {
> +       status = "okay";
> +};
> +
> +&uart2 {
> +       status = "okay";
> +};
> +
>  &uart5 {
>         status = "okay";
>  };
> --
> 1.7.9.5
>
> _______________________________________________
> openbmc mailing list
> openbmc at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/openbmc


More information about the openbmc mailing list