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:   Wed, 2 May 2018 13:40:39 +0000
From:   "Reizer, Eyal" <eyalr@...com>
To:     "Nori, Sekhar" <nsekhar@...com>,
        Eyal Reizer <eyalreizer@...il.com>,
        "bcousson@...libre.com" <bcousson@...libre.com>,
        "tony@...mide.com" <tony@...mide.com>,
        "robh+dt@...nel.org" <robh+dt@...nel.org>,
        "mark.rutland@....com" <mark.rutland@....com>,
        "linux-omap@...r.kernel.org" <linux-omap@...r.kernel.org>,
        "devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH] arm: dts: am437x-sk-evm: add wilink8 support

> 
> ARM should be capitalized in subject line.

OK, will be fixed in v2
> 
> > +
> > +&mmc3 {
> > +	status = "okay";
> > +	/*
> > +	 * these are on the crossbar and are outlined in the
> > +	 * xbar-event-map element
> > +	 */
> > +	dmas = <&edma_xbar 30 0 1>,
> > +		<&edma_xbar 31 0 2>;
> > +	dma-names = "tx", "rx";
> > +	vmmc-supply = <&vmmcwl_fixed>;
> > +	bus-width = <4>;
> > +	pinctrl-names = "default", "sleep";
> > +	pinctrl-0 = <&mmc3_pins_default>;
> > +	pinctrl-1 = <&mmc3_pins_sleep>;
> > +	cap-power-off-card;
> > +	keep-power-in-suspend;
> > +	ti,non-removable;
> > +
> > +	#address-cells = <1>;
> > +	#size-cells = <0>;
> > +	wlcore: wlcore@0 {
> 
> wlcore@2
> 
Will be fixed in v2

> > +		compatible = "ti,wl1835";
> > +		pinctrl-names = "default", "sleep";
> > +		pinctrl-0 = <&wlan_pins_default>;
> > +		pinctrl-1 = <&wlan_pins_sleep>;
> > +		reg = <2>;
> > +		interrupt-parent = <&gpio4>;
> > +		interrupts = <13 IRQ_TYPE_LEVEL_HIGH>;
> > +	};
> > +};
> 
Best Regards,
Eyal

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ