Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e2fa5378 authored by Asutosh Das's avatar Asutosh Das
Browse files

ARM: dts: msm: Fix ufs OCS error

OCS errors are seen due to a SMMU config mismatch
between bootloader and hlos.
Bootloader enables IO-coherency for SMMU, but hlos
has not marked the ufs device as coherent.

This causes MISMATCH_DATA_BUFFER_SIZE error.

Fix this by marking UFS device as coherent.

Change-Id: I852394aaf549652e13886210422111060a626b12
parent 91ceb262
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -1496,6 +1496,7 @@


		resets = <&clock_gcc GCC_UFS_PHY_BCR>;
		resets = <&clock_gcc GCC_UFS_PHY_BCR>;
		reset-names = "rst";
		reset-names = "rst";
		dma-coherent;


		status = "disabled";
		status = "disabled";
	};
	};