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,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-2-f947b24f1283@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Bjorn Andersson
3b39fb00 acc41014

+3 -16
+3 -16
Documentation/devicetree/bindings/clock/qcom,videocc.yaml
··· 37 37 minItems: 1 38 38 maxItems: 3 39 39 40 - '#clock-cells': 41 - const: 1 42 - 43 - '#reset-cells': 44 - const: 1 45 - 46 - '#power-domain-cells': 47 - const: 1 48 - 49 - reg: 50 - maxItems: 1 51 - 52 40 power-domains: 53 41 description: 54 42 A phandle and PM domain specifier for the MMCX power domain. ··· 49 61 50 62 required: 51 63 - compatible 52 - - reg 53 64 - clocks 54 65 - clock-names 55 - - '#clock-cells' 56 - - '#reset-cells' 57 66 - '#power-domain-cells' 58 67 59 68 allOf: 69 + - $ref: qcom,gcc.yaml# 70 + 60 71 - if: 61 72 properties: 62 73 compatible: ··· 106 119 - const: bi_tcxo 107 120 - const: bi_tcxo_ao 108 121 109 - additionalProperties: false 122 + unevaluatedProperties: false 110 123 111 124 examples: 112 125 - |