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

Commit 5ab84886 authored by Jayant Shekhar's avatar Jayant Shekhar
Browse files

ARM: dts: msm: Correct mixer offsets for sdm670



Not all the SDE layer mixer HW block offsets are valid for a given
target device. All the valid mixer HW block id's need not be
contiguous for a device. This change populates the offset value
as 0 for invalid layer mixer blocks in a non-contiguous scenario.
This helps SDE HW catalog to keep track of actual LM count.

Change-Id: Ieea74bba7453dd08f34b2731353f4fb1d34a99e1
Signed-off-by: default avatarJayant Shekhar <jshekhar@codeaurora.org>
parent 099e9fc7
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -53,8 +53,7 @@
				     0x2600 0x2800>;
		qcom,sde-ctl-size = <0xE4>;

		qcom,sde-mixer-off = <0x45000 0x46000 0x47000
				      0x48000 0x49000 0x4a000>;
		qcom,sde-mixer-off = <0x45000 0x46000 0x47000 0x0 0x0 0x4a000>;
		qcom,sde-mixer-size = <0x320>;

		qcom,sde-dspp-top-off = <0x1300>;