<div dir="ltr">Will do, thanks! <br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Sep 24, 2022 at 3:22 AM Patrick Williams <<a href="mailto:patrick@stwcx.xyz">patrick@stwcx.xyz</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
> Subject: [PATCH v4] ARM: dts: aspeed: yosemit V2: Enable OCP debug card<br>
<br>
Please double-check your spelling of commit messages.  You've misspelled<br>
"yosemite" here, which gives an impression that it is quite likely that<br>
other things are wrong with your commit.<br>
<br>
On Wed, Sep 21, 2022 at 12:13:09PM +0530, Karthikeyan Pasupathi wrote:<br>
> Added IPMB-13 channel for Debug Card communication.<br>
> which improve the readability of the machine and makes<br>
> easier to debug the server.  and it will display the some<br>
> informations about the server like "system info",<br>
> "Critical sensors" and "critical sel".<br>
> <br>
> ---<br>
> --- v4- Resolved syntax error<br>
> --- v3- Updated the title and commit<br>
> --- v2- Updated the title<br>
> --- v1- Initial draft<br>
> ---<br>
> <br>
> Signed-off-by: Karthikeyan Pasupathi <<a href="mailto:pkarthikeyan1509@gmail.com" target="_blank">pkarthikeyan1509@gmail.com</a>><br>
> ---<br>
>  arch/arm/boot/dts/aspeed-bmc-facebook-yosemitev2.dts | 11 +++++++++++<br>
>  1 file changed, 11 insertions(+)<br>
> <br>
> diff --git a/arch/arm/boot/dts/aspeed-bmc-facebook-yosemitev2.dts b/arch/arm/boot/dts/aspeed-bmc-facebook-yosemitev2.dts<br>
> index 8864e9c312a8..84236df522dc 100644<br>
> --- a/arch/arm/boot/dts/aspeed-bmc-facebook-yosemitev2.dts<br>
> +++ b/arch/arm/boot/dts/aspeed-bmc-facebook-yosemitev2.dts<br>
> @@ -215,6 +215,17 @@<br>
>       };<br>
>  };<br>
>  <br>
> +&i2c13 {<br>
> +     status = "okay";<br>
> +     // Debug Card<br>
> +     multi-master;<br>
> +     ipmb13@10 {<br>
> +             compatible = "ipmb-dev";<br>
> +             reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>;<br>
> +             i2c-protocol;<br>
> +     };<br>
> +};<br>
> +<br>
>  &pwm_tacho {<br>
>       status = "okay";<br>
>       //FSC<br>
> -- <br>
> 2.17.1<br>
> <br>
<br>
Reviewed-by: Patrick Williams <<a href="mailto:patrick@stwcx.xyz" target="_blank">patrick@stwcx.xyz</a>><br>
<br>
-- <br>
Patrick Williams<br>
</blockquote></div>