Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: clock: qcom,sc7280-lpasscorecc: add top-level constraints

Properties with variable number of items per each device are expected to
have widest constraints in top-level "properties:" block and further
customized (narrowed) in "if:then:". Add missing top-level constraints
for reg, clocks and clock-names.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20240817094605.27185-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Bjorn Andersson
9d40c5a6 2a5711c7

+9 -3
+9 -3
Documentation/devicetree/bindings/clock/qcom,sc7280-lpasscorecc.yaml
··· 25 25 - qcom,sc7280-lpasscorecc 26 26 - qcom,sc7280-lpasshm 27 27 28 - reg: true 28 + reg: 29 + minItems: 1 30 + maxItems: 2 29 31 30 - clocks: true 32 + clocks: 33 + minItems: 1 34 + maxItems: 3 31 35 32 - clock-names: true 36 + clock-names: 37 + minItems: 1 38 + maxItems: 3 33 39 34 40 '#clock-cells': 35 41 const: 1