On 10/17/23 17:44, Konrad Dybcio wrote:
On 10/16/23 14:47, Nia Espera wrote:
DMA0 node downstream is specified at 0x900000, so fix the typo. Without
this, enabling any i2c node using DMA0 causes a hang.
Signed-off-by: Nia Espera <nespera@xxxxxxxxxx>
---
Oh hmm.. I wonder if that's why I could never get one of the i2c hosts
on 8350 to behave..
Unfortunately, it doesn't fix quite everything. It takes the device from
instantly breaking to booting and then spitting an error, though, so
that's nice at least - and even then only sometimes. Probably missing
clocks, but I've had it properly initialize once or twice at least.
Fixes: bc08fbf49bc8 ("arm64: dts: qcom: sm8350: Define GPI DMA engines")
Fixes: 41d6bca799b3 ("arm64: dts: qcom: sm8350: correct DMA controller
unit address")
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>
Konrad