diff options
author | Sibi Sankar <[email protected]> | 2024-06-24 14:52:11 +0530 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2024-06-25 23:22:43 -0500 |
commit | f92e224e7aa22626c24d5c5292a1540d37f1db01 (patch) | |
tree | 2186f633fce46b8504a726dff3785023f524ed0a | |
parent | d96377892dd89bd4e7e5ae7293647f6bc7bddf7d (diff) |
dt-bindings: interconnect: qcom,msm8998-bwmon: Remove opp-table from the required list
Remove opp-table from the required list as the bindings shouldn't care
where the OPP tables (referenced by the operating-points-v2 property)
comes from.
Suggested-by: Konrad Dybcio <[email protected]>
Signed-off-by: Sibi Sankar <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Acked-by: Georgi Djakov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml b/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml index 05067e197abe..9c248e1eabe2 100644 --- a/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml +++ b/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml @@ -72,7 +72,6 @@ required: - interconnects - interrupts - operating-points-v2 - - opp-table - reg additionalProperties: false |