All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 10/16] Add missing UARTs to Firestone DT
@ 2016-09-15 20:36 Timothy Pearson
  2016-09-16  1:39 ` Joel Stanley
  0 siblings, 1 reply; 2+ messages in thread
From: Timothy Pearson @ 2016-09-15 20:36 UTC (permalink / raw)
  To: openbmc


---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 10/16] Add missing UARTs to Firestone DT
  2016-09-15 20:36 [PATCH 10/16] Add missing UARTs to Firestone DT Timothy Pearson
@ 2016-09-16  1:39 ` Joel Stanley
  0 siblings, 0 replies; 2+ messages in thread
From: Joel Stanley @ 2016-09-16  1:39 UTC (permalink / raw)
  To: Timothy Pearson; +Cc: OpenBMC Maillist

On Fri, Sep 16, 2016 at 6:06 AM, Timothy Pearson
<tpearson@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@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/openbmc

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-16  1:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-15 20:36 [PATCH 10/16] Add missing UARTs to Firestone DT Timothy Pearson
2016-09-16  1:39 ` Joel Stanley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.