Re: [PATCH] arm64: dts: qcom: msm8998: Fixup uart3 gpio config for bluetooth

2019-10-20 Thread Bjorn Andersson
On Sat 19 Oct 15:12 PDT 2019, Jeffrey Hugo wrote: > It turns out that the wcn3990 can float the gpio lines during bootup, etc > which will result in the uart core thinking there is incoming data. This > results in the bluetooth stack getting garbage. By applying a bias to > match what wcn3990 wo

[PATCH] arm64: dts: qcom: msm8998: Fixup uart3 gpio config for bluetooth

2019-10-19 Thread Jeffrey Hugo
It turns out that the wcn3990 can float the gpio lines during bootup, etc which will result in the uart core thinking there is incoming data. This results in the bluetooth stack getting garbage. By applying a bias to match what wcn3990 would drive, the issue is corrected. Signed-off-by: Jeffrey