lkml.org 
[lkml]   [2023]   [Jan]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v4 2/6] dt-bindings: interconnect: Exclude all non msm8939 from snoc-mm
    Date
    New properties should be defined before the allOf. Move the
    patternProperties definition to before the additionalProperties: false in
    this file.

    Exclude all non msm8939 compats from containing a matching
    patternProperties.

    Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
    Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
    ---
    .../bindings/interconnect/qcom,rpm.yaml | 73 +++++++++++--------
    1 file changed, 42 insertions(+), 31 deletions(-)

    diff --git a/Documentation/devicetree/bindings/interconnect/qcom,rpm.yaml b/Documentation/devicetree/bindings/interconnect/qcom,rpm.yaml
    index 5e6be4e79201e..d9d243c5514b5 100644
    --- a/Documentation/devicetree/bindings/interconnect/qcom,rpm.yaml
    +++ b/Documentation/devicetree/bindings/interconnect/qcom,rpm.yaml
    @@ -62,6 +62,37 @@ properties:
    power-domains:
    maxItems: 1

    +# Child node's properties
    +patternProperties:
    + '^interconnect-[a-z0-9]+$':
    + type: object
    + description:
    + snoc-mm is a child of snoc, sharing snoc's register address space.
    +
    + properties:
    + compatible:
    + enum:
    + - qcom,msm8939-snoc-mm
    +
    + '#interconnect-cells':
    + const: 1
    +
    + clock-names:
    + items:
    + - const: bus
    + - const: bus_a
    +
    + clocks:
    + items:
    + - description: Bus Clock
    + - description: Bus A Clock
    +
    + required:
    + - compatible
    + - '#interconnect-cells'
    + - clock-names
    + - clocks
    +
    required:
    - compatible
    - reg
    @@ -108,37 +139,6 @@ allOf:
    - description: Bus Clock
    - description: Bus A Clock

    - # Child node's properties
    - patternProperties:
    - '^interconnect-[a-z0-9]+$':
    - type: object
    - description:
    - snoc-mm is a child of snoc, sharing snoc's register address space.
    -
    - properties:
    - compatible:
    - enum:
    - - qcom,msm8939-snoc-mm
    -
    - '#interconnect-cells':
    - const: 1
    -
    - clock-names:
    - items:
    - - const: bus
    - - const: bus_a
    -
    - clocks:
    - items:
    - - description: Bus Clock
    - - description: Bus A Clock
    -
    - required:
    - - compatible
    - - '#interconnect-cells'
    - - clock-names
    - - clocks
    -
    - if:
    properties:
    compatible:
    @@ -237,6 +237,17 @@ allOf:
    - description: Aggregate2 USB3 AXI Clock.
    - description: Config NoC USB2 AXI Clock.

    + - if:
    + not:
    + properties:
    + compatible:
    + contains:
    + enum:
    + - qcom,msm8939-snoc
    + then:
    + patternProperties:
    + '^interconnect-[a-z0-9]+$': false
    +
    examples:
    - |
    #include <dt-bindings/clock/qcom,rpmcc.h>
    --
    2.38.1
    \
     
     \ /
      Last update: 2023-03-26 23:51    [W:4.228 / U:1.240 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site