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

authored by

Krzysztof Kozlowski and committed by
Bjorn Andersson
8acff345 7b69a903

+4 -16
+4 -16
Documentation/devicetree/bindings/clock/qcom,sm8450-dispcc.yaml
··· 40 40 - description: Link clock from DP PHY3 41 41 - description: VCO DIV clock from DP PHY3 42 42 43 - '#clock-cells': 44 - const: 1 45 - 46 - '#reset-cells': 47 - const: 1 48 - 49 - '#power-domain-cells': 50 - const: 1 51 - 52 - reg: 53 - maxItems: 1 54 - 55 43 power-domains: 56 44 description: 57 45 A phandle and PM domain specifier for the MMCX power domain. ··· 52 64 53 65 required: 54 66 - compatible 55 - - reg 56 67 - clocks 57 - - '#clock-cells' 58 - - '#reset-cells' 59 68 - '#power-domain-cells' 60 69 61 - additionalProperties: false 70 + allOf: 71 + - $ref: qcom,gcc.yaml# 72 + 73 + unevaluatedProperties: false 62 74 63 75 examples: 64 76 - |