diff options
| author | Manivannan Sadhasivam <[email protected]> | 2023-07-20 05:40:47 +0000 |
|---|---|---|
| committer | Viresh Kumar <[email protected]> | 2023-07-25 04:10:57 +0000 |
| commit | c2add32ce452e216f5b80269fe73d11be1e2c9a5 (patch) | |
| tree | 6623edbda68c946a24a9257eb5a6622686458724 /rust/helpers.c | |
| parent | OPP: Fix passing 0 to PTR_ERR in _opp_attach_genpd() (diff) | |
| download | kernel-c2add32ce452e216f5b80269fe73d11be1e2c9a5.tar.gz kernel-c2add32ce452e216f5b80269fe73d11be1e2c9a5.zip | |
dt-bindings: opp: Increase maxItems for opp-hz property
Current limit of 16 will be exhausted by platforms specifying the frequency
for 9 clocks using opp-hz, like Qcom SDM845 SoC. For instance, specifying
the frequency for 9 clocks with 64bit specifier as below would consume
(9 * 2 = 18) items.
opp-50000000 {
opp-hz = /bits/ 64 <50000000>,
/bits/ 64 <0>,
/bits/ 64 <0>,
/bits/ 64 <37500000>,
/bits/ 64 <0>,
/bits/ 64 <0>,
/bits/ 64 <0>,
/bits/ 64 <0>,
/bits/ 64 <75000000>;
};
So let's increase the limit to 32 which should be enough for most platforms
(hopefully).
Signed-off-by: Manivannan Sadhasivam <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Viresh Kumar <[email protected]>
Diffstat (limited to 'rust/helpers.c')
0 files changed, 0 insertions, 0 deletions
