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

authored by

Krzysztof Kozlowski and committed by
Bjorn Andersson
4ef61bcf c9ae35ac

+4 -16
+4 -16
Documentation/devicetree/bindings/clock/qcom,sdm845-dispcc.yaml
··· 46 46 - const: dp_link_clk_divsel_ten 47 47 - const: dp_vco_divided_clk_src_mux 48 48 49 - '#clock-cells': 50 - const: 1 51 - 52 - '#reset-cells': 53 - const: 1 54 - 55 - '#power-domain-cells': 56 - const: 1 57 - 58 - reg: 59 - maxItems: 1 60 - 61 49 required: 62 50 - compatible 63 - - reg 64 51 - clocks 65 52 - clock-names 66 - - '#clock-cells' 67 - - '#reset-cells' 68 53 - '#power-domain-cells' 69 54 70 - additionalProperties: false 55 + allOf: 56 + - $ref: qcom,gcc.yaml# 57 + 58 + unevaluatedProperties: false 71 59 72 60 examples: 73 61 - |