All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Jeffery <andrew@aj.id.au>
To: openbmc@lists.ozlabs.org
Subject: [WIP PATCH linux dev-5.4 2/4] ARM: dts: witherspoon: Add KCS node for LPC MCTP
Date: Fri, 27 Mar 2020 17:01:44 +1030	[thread overview]
Message-ID: <20200327063146.28885-3-andrew@aj.id.au> (raw)
In-Reply-To: <20200327063146.28885-1-andrew@aj.id.au>

The compatible is terrible, but we need a way to describe how we want to
drive the hardware, and it's not in a fashion that's integrated into
IPMI.

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
---
 arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
index da9e379b10bb..fcfc65dd8cae 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
@@ -325,6 +325,14 @@
 	flash = <&spi1>;
 };
 
+&lpc_host {
+	kcs4: kcs4@0 {
+		compatible = "openbmc,mctp-lpc";
+		interrupts = <8>;
+		status = "okay";
+	};
+};
+
 &mac0 {
 	status = "okay";
 	pinctrl-names = "default";
-- 
2.20.1

  parent reply	other threads:[~2020-03-27  6:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-27  6:31 [WIP PATCH linux dev-5.4 0/4] KCS driver for LPC MCTP binding Andrew Jeffery
2020-03-27  6:31 ` [WIP PATCH linux dev-5.4 1/4] misc: Add ASPEED KCS driver for MCTP purposes Andrew Jeffery
2020-03-27  6:31 ` Andrew Jeffery [this message]
2020-03-27  6:31 ` [WIP PATCH linux dev-5.4 3/4] ARM: dts: tacoma: Add KCS node for LPC MCTP Andrew Jeffery
2020-03-27  6:31 ` [WIP PATCH linux dev-5.4 4/4] ARM: dts: rainier: " Andrew Jeffery

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200327063146.28885-3-andrew@aj.id.au \
    --to=andrew@aj.id.au \
    --cc=openbmc@lists.ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.