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

Commit 7dc3379b authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "dt-bindings: adreno: Add property for multiple fuses based speed bin"

parents 6413a701 fbd324ee
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -140,6 +140,19 @@ Optional Properties:
				mask   - mask for the relevant bits in the efuse register.
				shift  - number of bits to right shift to get the speed bin
				value.

- qcom,gpu-speed-bin-vectors:
				GPU speed bin vectors property is the series of all the vectors
				in format specified below. Values from individual fuses are read,
				masked and shifted to form a value. At the end all fuse values
				are ordered together to form final speed bin value.
				<offset mask shift>
				<offset mask shift>
				<  ..   ..    ..  >
				offset - offset of the efuse register from the base.
				mask   - mask for the relevant bits in the efuse register.
				shift  - number of bits to right shift.

- qcom,gpu-disable-fuse:	GPU disable fuse
				<offset mask shift>
				offset - offset of the efuse register from the base.