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

Commit f9de904b authored by Sunid Wilson's avatar Sunid Wilson
Browse files

ARM: dts: msm: Add register mask for bits to set in FD on 8996



Currently we read register address offset and value
from dtsi and only set the bits that are currently
not set in the register. We do not consider the
use case were we would like to unset a register bit.
In order to add this capability we need a register mask
which is used to identify the register bits that we would
like to change.

Change-Id: If922771631293615caa7e910e94a89c087e54d04
Signed-off-by: default avatarSunid Wilson <sunidw@codeaurora.org>
parent b8c7c9c8
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
@@ -673,13 +673,12 @@
		qcom,bus-bandwidth-vectors = <13000000 13000000>,
			<45000000 45000000>,
			<90000000 90000000>;
		qcom,vbif-reg-settings = <0x10 0x40004000>,
			<0x18 0x10000000>,
			<0x1c 0x10000000>,
			<0x20 0x10000000>,
			<0x24 0x10000000>,
			<0x28 0x10000000>,
			<0x2c 0x10000000>;
		qcom,fd-vbif-reg-settings = <0x20 0x10000000 0x30000000>,
			<0x24 0x10000000 0x30000000>,
			<0x28 0x10000000 0x30000000>,
			<0x2c 0x10000000 0x30000000>;
		qcom,fd-misc-reg-settings = <0x20 0x2 0x3>,
			<0x24 0x2 0x3>;
		status = "ok";
	};