aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorViresh Kumar <[email protected]>2020-08-26 15:09:16 +0530
committerViresh Kumar <[email protected]>2020-09-16 14:02:33 +0530
commit4461269572e6fc216b63e2254c83035d1bc21eb7 (patch)
tree279668ba583bc2b2e9c2722f51876ff27136db77 /tools/perf/scripts/python/bin
parent2c59138c22f17c1da027d3c90dbcdd6995c77414 (diff)
dt-bindings: opp: Allow opp-supported-hw to contain multiple versions
A single list of versions for a hierarchy of hardware levels is not sufficient in some cases. For example, if the hardware version has two levels, i.e. X.Y and we want an OPP to support only version 2.1 and 1.2, we will set the property as: opp-supported-hw = <0x00000003 0x00000003>; What this also does is enable hardware versions 2.2 and 1.1, which we don't want. Extend the property to accept multiple versions, so we can define the property as: opp-supported-hw = <0x00000002 0x00000001>, <0x00000001 0x00000002>; While at it, also reword the property description. Reported-by: Stephan Gerhold <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions