From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Date: Thu, 25 Mar 2021 19:49:47 -0600 Subject: [PATCH v2 18/21] dt-bindings: ipmi: Add optional SerIRQ property to ASPEED KCS devices In-Reply-To: <20210319062752.145730-18-andrew@aj.id.au> References: <20210319062752.145730-1-andrew@aj.id.au> <20210319062752.145730-18-andrew@aj.id.au> Message-ID: <20210326014947.GA2160061@robh.at.kernel.org> List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Fri, 19 Mar 2021 16:57:49 +1030, Andrew Jeffery wrote: > Allocating IO and IRQ resources to LPC devices is in-theory an operation > for the host, however ASPEED don't appear to expose this capability > outside the BMC (e.g. SuperIO). Instead, we are left with BMC-internal > registers for managing these resources, so introduce a devicetree > property for KCS devices to describe SerIRQ properties. > > Signed-off-by: Andrew Jeffery > --- > .../bindings/ipmi/aspeed,ast2400-kcs-bmc.yaml | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > Reviewed-by: Rob Herring