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] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 17 Jul 2018 08:52:30 +0200
From:   Koen Kooi <koen@...inion.thruhere.net>
To:     Tony Lindgren <tony@...mide.com>
Cc:     linux-omap@...r.kernel.org, Rob Herring <robh+dt@...nel.org>,
        Mark Rutland <mark.rutland@....com>,
        BenoƮt Cousson <bcousson@...libre.com>,
        devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v5 2/2] ARM: dts: am335x: add am335x-sancloud-bbe board
 support



> Op 17 jul. 2018, om 08:36 heeft Tony Lindgren <tony@...mide.com> het volgende geschreven:
> 
> * Koen Kooi <koen@...inion.thruhere.net> [180717 06:28]:
>> +&i2c0 {
>> +	lps331ap: barometer@5c {
>> +		compatible = "st,lps331ap-press";
>> +		st,drdy-int-pin = <1>;
>> +		reg = <0x5c>;
>> +		interrupt-parent = <&gpio1>;
>> +		interrupts = <26 IRQ_TYPE_EDGE_RISING>;
>> +	};
>> +
>> +	mpu6050: accelerometer@68 {
>> +		compatible = "invensense,mpu6050";
>> +		reg = <0x68>;
>> +		interrupt-parent = <&gpio0>;
>> +		interrupts = <2 IRQ_TYPE_EDGE_RISING>;
>> +		orientation = <0xff 0 0 0 1 0 0 0 0xff>;
>> +	};
>> +
>> +	usb2512b@2c {
>> +		compatible = "microchip,usb2512b";
>> +		reg = <0x2c>;
>> +		reset-gpios = <&gpio0 29 GPIO_ACTIVE_LOW>;
>> +		/* wifi on port 4 */
>> +	};
>> +};
> 
> Thanks for updating it, should the last one be usb-hub@2c?

Yes, it should be. Never update patches halfway through your first morning coffee :) V6 coming up!

regards,

Koen

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ