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

From: Andrew Geissler <geisonator@yahoo.com>

Signed-off-by: Andrew Geissler <geisonator@yahoo.com>
---
 arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
index 194a48220e2f..969289ea6699 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
@@ -810,3 +810,11 @@
 	/* 1G DRAM with 8M VRAM which is reserved at the top. */
 	memory = <0xbf800000 0x00800000>;
 };
+
+&lpc_host {
+       kcs4: kcs4@0 {
+               compatible = "openbmc,mctp-lpc";
+               interrupts = <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>;
+               status = "okay";
+       };
+};
-- 
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 ` [WIP PATCH linux dev-5.4 2/4] ARM: dts: witherspoon: Add KCS node for LPC MCTP Andrew Jeffery
2020-03-27  6:31 ` Andrew Jeffery [this message]
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-4-andrew@aj.id.au \
    --to=andrew@aj.id.au \
    --cc=geisonator@yahoo.com \
    --cc=joel@jms.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.