mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-27 14:44:08 +00:00
ARM: dts: msm: Removing le-vm flag for LA dt node
In gsi driver in terminate_all function we do channel STOP, RESET, START. Terminate_all will be triggered from client drivers spi/i2c/uart whenever slave not responsive or timeout happens terminate_all function triggered. for le-vm flag we are skipping channel STOP and doing only channel RESET, if you do channel RESET weihtoud doing STOP, CH-RESET alwasy fails. Hence resulting failure of other commands as well like gpi_pause and gpi_resume. Change-Id: I362ea7e0bcd3e1dcba73db27bac7269f504c69c5
This commit is contained in:
@@ -70,7 +70,6 @@
|
||||
qcom,iommu-dma-addr-pool = <0x100000 0x100000>;
|
||||
dma-coherent;
|
||||
qcom,gpi-ee-offset = <0x10000>;
|
||||
qcom,le-vm;
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user