<div dir="ltr">Thanks! <br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Sep 27, 2022 at 7:21 AM Zev Weiss <<a href="mailto:zweiss@equinix.com">zweiss@equinix.com</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">On Mon, Sep 26, 2022 at 05:43:13AM PDT, Karthikeyan Pasupathi wrote:<br>
>Added IPMB-13 channel for Debug Card communication.<br>
>which improves the readability of the machine and makes<br>
>it easier to debug the server and it will display some<br>
>pieces of information about the server like "system info",<br>
>"Critical sensors" and "critical sel".<br>
><br>
>---<br>
>--- v5- Updated commit message<br>
>--- v4- Resolved syntax error<br>
>--- v3- Updated the title and commit<br>
>--- v2- Updated the title<br>
>--- v1- Initial draft<br>
>---<br>
><br>
<br>
Note that git treats a '---' line as a separator, so everything past the<br>
first one above will be discarded when this patch is applied (e.g. via<br>
'git am')...<br>
<br>
>Signed-off-by: Karthikeyan Pasupathi <<a href="mailto:pkarthikeyan1509@gmail.com" target="_blank">pkarthikeyan1509@gmail.com</a>><br>
<br>
...including your S-O-B line here.<br>
<br>
If you're aiming to do something like what Joel describes on his blog<br>
(<a href="https://shenki.github.io/git-patch-workflow/" rel="noreferrer" target="_blank">https://shenki.github.io/git-patch-workflow/</a>), you should make sure put<br>
your first '---' line and any non-commit-message notes *after* your<br>
S-O-B and any other tags.<br>
<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>
></blockquote></div>