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:   Thu, 17 Jan 2019 13:53:24 -0800
From:   Bjorn Andersson <bjorn.andersson@...aro.org>
To:     Balakrishna Godavarthi <bgodavar@...eaurora.org>
Cc:     Andy Gross <andy.gross@...aro.org>,
        David Brown <david.brown@...aro.org>,
        Rob Herring <robh+dt@...nel.org>,
        Mark Rutland <mark.rutland@....com>,
        linux-arm-msm@...r.kernel.org, devicetree@...r.kernel.org,
        linux-kernel@...r.kernel.org, Matthias Kaehlcke <mka@...omium.org>
Subject: Re: [PATCH] arm64: dts: qcom: sdm845-mtp: Add WCN3990 BT node

On Wed 16 Jan 22:10 PST 2019, Balakrishna Godavarthi wrote:

> Hi Anderson,
> 
> On 2019-01-17 10:10, Bjorn Andersson wrote:
[..]
> > +&qup_uart6_default {
> > +	pinmux {
> > +		pins = "gpio45", "gpio46", "gpio47", "gpio48";
> > +		function = "qup6";
> > +	};
> > +
> > +	ctsrx {
> > +		pins = "gpio45", "gpio48";
> > +		drive-strength = <2>;
> > +		bias-no-pull;
> > +	};
> > +
> > +	rts {
> > +		pins = "gpio46";
> > +		drive-strength = <2>;
> > +		bias-pull-down;
> > +	};
> > +
> > +	tx {
> > +		pins = "gpio47";
> > +		drive-strength = <2>;
> > +		bias-pull-up;
> > +	};
> > +};
> > +
> >  &qup_uart9_default {
> >  	pinconf-tx {
> >  		pins = "gpio4";
> 
> 
> [Bala]:
>        GPIO 45 is CTS
>        GPIO 46 is RTS
>        GPIO 47 is Tx
>        GPIO 48 is Rx.
> 
>        Tx & RTS are inputs to APPS processor, bias should be disable as the
> source i.e. BT chip will pull them up.
>        CTS & RX are outputs from APPS processor, where as CTS is GPIO which
> need to toggled, so the default state should be pull down.
>              RX is should be pulled up.
>        when TX & RX are pulled high it indicates that the lines are ideal
> i.e. no data.
> 
> Above is just my assumption, not sure whether they work on MTP.
> 

I will update and verify.

Thanks,
Bjorn


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ