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,sm8450-videocc: reference qcom,gcc.yaml

Just like most of Qualcomm clock controllers, we can reference common
qcom,gcc.yaml schema to unify the common parts of the binding.

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240605-dt-bindings-qcom-gcc-v2-1-f947b24f1283@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Bjorn Andersson
acc41014 e81e9a84

+4 -16
+4 -16
Documentation/devicetree/bindings/clock/qcom,sm8450-videocc.yaml
··· 21 21 - qcom,sm8450-videocc 22 22 - qcom,sm8550-videocc 23 23 24 - reg: 25 - maxItems: 1 26 - 27 24 clocks: 28 25 items: 29 26 - description: Board XO source ··· 36 39 description: 37 40 A phandle to an OPP node describing required MMCX performance point. 38 41 39 - '#clock-cells': 40 - const: 1 41 - 42 - '#reset-cells': 43 - const: 1 44 - 45 - '#power-domain-cells': 46 - const: 1 47 - 48 42 required: 49 43 - compatible 50 - - reg 51 44 - clocks 52 45 - power-domains 53 46 - required-opps 54 - - '#clock-cells' 55 - - '#reset-cells' 56 47 - '#power-domain-cells' 57 48 58 - additionalProperties: false 49 + allOf: 50 + - $ref: qcom,gcc.yaml# 51 + 52 + unevaluatedProperties: false 59 53 60 54 examples: 61 55 - |