[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <f5c261ff-7901-434a-aa2f-3b2f684cb4a7@app.fastmail.com>
Date: Thu, 27 Apr 2023 10:34:43 +0930
From: "Andrew Jeffery" <andrew@...id.au>
To: "Chanh Nguyen" <chanh@...amperecomputing.com>,
"OpenBMC Maillist" <openbmc@...ts.ozlabs.org>,
"Rob Herring" <robh+dt@...nel.org>,
"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@...aro.org>,
"Joel Stanley" <joel@....id.au>, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-aspeed@...ts.ozlabs.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 4/4] ARM: dts: aspeed: mtmitchell: Add MCTP
On Tue, 25 Apr 2023, at 16:27, Chanh Nguyen wrote:
> Enable MCTP driver on I2C3 bus for MCTP transaction
>
> Signed-off-by: Chanh Nguyen <chanh@...amperecomputing.com>
> ---
> arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts
> b/arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts
> index 0b5ea8620063..33e06eafed31 100644
> --- a/arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts
> +++ b/arch/arm/boot/dts/aspeed-bmc-ampere-mtmitchell.dts
> @@ -366,6 +366,13 @@
>
> &i2c3 {
> status = "okay";
> + bus-frequency = <1000000>;
> + multi-master;
> + mctp-controller;
> + mctp@10 {
> + compatible = "mctp-i2c-controller";
> + reg = <0x10>;
This needs to be `reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>;`
Andrew
Powered by blists - more mailing lists