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

authored by

Krzysztof Kozlowski and committed by
Bjorn Andersson
c9ae35ac e68a21bd

+4 -16
+4 -16
Documentation/devicetree/bindings/clock/qcom,sc7280-dispcc.yaml
··· 41 41 - const: edp_phy_pll_link_clk 42 42 - const: edp_phy_pll_vco_div_clk 43 43 44 - '#clock-cells': 45 - const: 1 46 - 47 - '#reset-cells': 48 - const: 1 49 - 50 - '#power-domain-cells': 51 - const: 1 52 - 53 - reg: 54 - maxItems: 1 55 - 56 44 required: 57 45 - compatible 58 - - reg 59 46 - clocks 60 47 - clock-names 61 - - '#clock-cells' 62 - - '#reset-cells' 63 48 - '#power-domain-cells' 64 49 65 - additionalProperties: false 50 + allOf: 51 + - $ref: qcom,gcc.yaml# 52 + 53 + unevaluatedProperties: false 66 54 67 55 examples: 68 56 - |