From: Rob Herring <robh@kernel.org> To: Quan Nguyen <quan@os.amperecomputing.com> Cc: devicetree@vger.kernel.org, linux-aspeed@lists.ozlabs.org, Corey Minyard <minyard@acm.org>, Andrew Jeffery <andrew@aj.id.au>, openbmc@lists.ozlabs.org, "Thang Q . Nguyen" <thang@os.amperecomputing.com>, linux-kernel@vger.kernel.org, Phong Vo <phong@os.amperecomputing.com>, Wolfram Sang <wsa@kernel.org>, Philipp Zabel <p.zabel@pengutronix.de>, openipmi-developer@lists.sourceforge.net, Open Source Submission <patches@amperecomputing.com>, linux-arm-kernel@lists.infradead.org, linux-i2c@vger.kernel.org Subject: Re: [PATCH v1 3/3] bindings: ipmi: Add binding for Aspeed SSIF BMC driver Date: Tue, 30 Mar 2021 17:05:43 -0500 [thread overview] Message-ID: <20210330220543.GA795792@robh.at.kernel.org> (raw) In-Reply-To: <20210329121759.5644-4-quan@os.amperecomputing.com> On Mon, Mar 29, 2021 at 07:17:59PM +0700, Quan Nguyen wrote: > Add device tree binding document for the Aspeed SSIF BMC driver. > > Signed-off-by: Quan Nguyen <quan@os.amperecomputing.com> > --- > .../bindings/ipmi/aspeed-ssif-bmc.txt | 18 ++++++++++++++++++ Bindings should now be in DT schema format. > 1 file changed, 18 insertions(+) > create mode 100644 Documentation/devicetree/bindings/ipmi/aspeed-ssif-bmc.txt > > diff --git a/Documentation/devicetree/bindings/ipmi/aspeed-ssif-bmc.txt b/Documentation/devicetree/bindings/ipmi/aspeed-ssif-bmc.txt > new file mode 100644 > index 000000000000..1616f0188db9 > --- /dev/null > +++ b/Documentation/devicetree/bindings/ipmi/aspeed-ssif-bmc.txt > @@ -0,0 +1,18 @@ > +# Aspeed SSIF (SMBus system interface) IPMI BMC interface > + > +The Aspeed AST2500 are commonly used as BMCs (Baseboard Management Controllers) > +and the SSIF slave interface can be used to perform in-band IPMI communication > +with their host. > + > +Required properties: > + > +- compatible : should be > + "aspeed,ast2500-ssif-bmc" > +- reg: I2C address the registers > + > +Example: > + > + ssif-bmc@10 { > + compatible = "aspeed,ast2500-ssif-bmc"; > + reg = <0x10>; > + }; > -- > 2.28.0 >
prev parent reply other threads:[~2021-03-30 22:06 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-03-29 12:17 [PATCH v1 0/3] Add " Quan Nguyen 2021-03-29 12:17 ` [PATCH v1 1/3] i2c: i2c-core-smbus: Expose PEC calculate function for generic use Quan Nguyen 2021-03-29 12:17 ` [PATCH v1 2/3] drivers: char: ipmi: Add Aspeed SSIF BMC driver Quan Nguyen 2021-03-31 7:21 ` Joel Stanley 2021-04-02 9:07 ` Quan Nguyen 2021-03-29 12:17 ` [PATCH v1 3/3] bindings: ipmi: Add binding for " Quan Nguyen 2021-03-30 22:05 ` Rob Herring [this message]
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=20210330220543.GA795792@robh.at.kernel.org \ --to=robh@kernel.org \ --cc=andrew@aj.id.au \ --cc=devicetree@vger.kernel.org \ --cc=linux-arm-kernel@lists.infradead.org \ --cc=linux-aspeed@lists.ozlabs.org \ --cc=linux-i2c@vger.kernel.org \ --cc=linux-kernel@vger.kernel.org \ --cc=minyard@acm.org \ --cc=openbmc@lists.ozlabs.org \ --cc=openipmi-developer@lists.sourceforge.net \ --cc=p.zabel@pengutronix.de \ --cc=patches@amperecomputing.com \ --cc=phong@os.amperecomputing.com \ --cc=quan@os.amperecomputing.com \ --cc=thang@os.amperecomputing.com \ --cc=wsa@kernel.org \ --subject='Re: [PATCH v1 3/3] bindings: ipmi: Add binding for Aspeed SSIF BMC driver' \ /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
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).