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-lpasscorecc: order properties to match convention

By convention we expect first "compatible", then "reg" and then rest.
Order properties to match convention and what is in "required:" block.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20240817094605.27185-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Bjorn Andersson
2a5711c7 a751a65e

+11 -10
+11 -10
Documentation/devicetree/bindings/clock/qcom,sc7280-lpasscorecc.yaml
··· 18 18 include/dt-bindings/clock/qcom,lpassaudiocc-sc7280.h 19 19 20 20 properties: 21 - clocks: true 22 - 23 - clock-names: true 24 - 25 - reg: true 26 - 27 21 compatible: 28 22 enum: 29 23 - qcom,sc7280-lpassaoncc ··· 25 31 - qcom,sc7280-lpasscorecc 26 32 - qcom,sc7280-lpasshm 27 33 28 - power-domains: 29 - maxItems: 1 34 + reg: true 35 + 36 + clocks: true 37 + 38 + clock-names: true 30 39 31 40 '#clock-cells': 32 41 const: 1 42 + 43 + power-domains: 44 + maxItems: 1 33 45 34 46 '#power-domain-cells': 35 47 const: 1 ··· 56 56 - clock-names 57 57 - '#clock-cells' 58 58 - '#power-domain-cells' 59 - 60 - additionalProperties: false 61 59 62 60 allOf: 63 61 - if: ··· 123 125 124 126 reg: 125 127 maxItems: 1 128 + 129 + additionalProperties: false 130 + 126 131 examples: 127 132 - | 128 133 #include <dt-bindings/clock/qcom,rpmh.h>