Fix wrong uclamp setting
Bug: 279708843 Signed-off-by: Qais Yousef <qyousef@google.com> Change-Id: I017e5e3a8b7d50541791876f9b29f8bd33434e10
This commit is contained in:
parent
3cdcdda069
commit
5ec2a126fe
2 changed files with 2 additions and 2 deletions
|
@ -162,7 +162,7 @@
|
||||||
"Values": [
|
"Values": [
|
||||||
"765",
|
"765",
|
||||||
"1",
|
"1",
|
||||||
"63"
|
"79"
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
|
|
|
@ -151,7 +151,7 @@
|
||||||
"Values": [
|
"Values": [
|
||||||
"765",
|
"765",
|
||||||
"1",
|
"1",
|
||||||
"63"
|
"79"
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue