lkml.org 
[lkml]   [2021]   [Mar]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v1 3/3] bindings: ipmi: Add binding for Aspeed SSIF BMC driver
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
>

\
 
 \ /
  Last update: 2021-03-31 00:06    [W:0.063 / U:0.684 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site