The '#reset-cells' property is permitted for the SM6125 SoC clock controllers, but not listed as a valid property.
Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Biswapriyo Nath <[email protected]> --- Documentation/devicetree/bindings/clock/qcom,dispcc-sm6125.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/clock/qcom,dispcc-sm6125.yaml b/Documentation/devicetree/bindings/clock/qcom,dispcc-sm6125.yaml index ef2b1e20443..0d467c1f30e 100644 --- a/Documentation/devicetree/bindings/clock/qcom,dispcc-sm6125.yaml +++ b/Documentation/devicetree/bindings/clock/qcom,dispcc-sm6125.yaml @@ -45,6 +45,9 @@ properties: '#clock-cells': const: 1 + '#reset-cells': + const: 1 + '#power-domain-cells': const: 1 -- 2.53.0

