lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <65448810-933F-4954-A24E-645A32A85E96@fb.com>
Date:   Fri, 31 Jan 2020 18:22:47 +0000
From:   Vijay Khemka <vijaykhemka@...com>
To:     Joel Stanley <joel@....id.au>
CC:     Rob Herring <robh+dt@...nel.org>,
        Mark Rutland <mark.rutland@....com>,
        Andrew Jeffery <andrew@...id.au>,
        devicetree <devicetree@...r.kernel.org>,
        Linux ARM <linux-arm-kernel@...ts.infradead.org>,
        linux-aspeed <linux-aspeed@...ts.ozlabs.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Sai Dasari <sdasari@...com>
Subject: Re: [PATCH] ARM: dts: aspeed: tiogapass: Add IPMB device



On 1/30/20, 7:56 PM, "Joel Stanley" <joel@....id.au> wrote:

    On Tue, 28 Jan 2020 at 01:17, Vijay Khemka <vijaykhemka@...com> wrote:
    >
    > Adding IPMB devices for facebook tiogapass platform.
    >
    > Signed-off-by: Vijay Khemka <vijaykhemka@...com>
    
    Reviewed-by: Joel Stanley <joel@....id.au>
    
    I will merge this through the aspeed tree for 5.7.

Thanks Joel.
    
    Cheers,
    
    Joel
    
    > ---
    >  arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts | 11 +++++++++++
    >  1 file changed, 11 insertions(+)
    >
    > diff --git a/arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts b/arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts
    > index fb7f034d5db2..719c130a198c 100644
    > --- a/arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts
    > +++ b/arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts
    > @@ -5,6 +5,7 @@
    >
    >  #include "aspeed-g5.dtsi"
    >  #include <dt-bindings/gpio/aspeed-gpio.h>
    > +#include <dt-bindings/i2c/i2c.h>
    >
    >  / {
    >         model = "Facebook TiogaPass BMC";
    > @@ -428,6 +429,11 @@
    >  &i2c4 {
    >         status = "okay";
    >         // BMC Debug Header
    > +       ipmb0@10 {
    > +               compatible = "ipmb-dev";
    > +               reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>;
    > +               i2c-protocol;
    > +       };
    >  };
    >
    >  &i2c5 {
    > @@ -509,6 +515,11 @@
    >  &i2c9 {
    >         status = "okay";
    >         //USB Debug Connector
    > +       ipmb0@10 {
    > +               compatible = "ipmb-dev";
    > +               reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>;
    > +               i2c-protocol;
    > +       };
    >  };
    >
    >  &pwm_tacho {
    > --
    > 2.17.1
    >
    

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ