lkml.org 
[lkml]   [2020]   [Apr]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 29/91] dt-bindings: display: vc4: dsi: Add missing clock properties
    Date
    While the device tree and the driver expected a clock-names and a
    clock-cells properties, it wasn't explicitly documented in the previous
    binding. Make sure it is now.

    Cc: devicetree@vger.kernel.org
    Reviewed-by: Rob Herring <robh+dt@kernel.org>
    Signed-off-by: Maxime Ripard <maxime@cerno.tech>
    ---
    Documentation/devicetree/bindings/display/brcm,bcm2835-dsi0.yaml | 11 +++++++-
    1 file changed, 11 insertions(+)

    diff --git a/Documentation/devicetree/bindings/display/brcm,bcm2835-dsi0.yaml b/Documentation/devicetree/bindings/display/brcm,bcm2835-dsi0.yaml
    index 3887675f844e..3c643b227a70 100644
    --- a/Documentation/devicetree/bindings/display/brcm,bcm2835-dsi0.yaml
    +++ b/Documentation/devicetree/bindings/display/brcm,bcm2835-dsi0.yaml
    @@ -10,6 +10,9 @@ maintainers:
    - Eric Anholt <eric@anholt.net>

    properties:
    + "#clock-cells":
    + const: 1
    +
    compatible:
    enum:
    - brcm,bcm2835-dsi0
    @@ -24,6 +27,12 @@ properties:
    - description: The DSI ESC clock
    - description: The DSI pixel clock

    + clock-names:
    + items:
    + - const: phy
    + - const: escape
    + - const: pixel
    +
    clock-output-names: true
    # FIXME: The meta-schemas don't seem to allow it for now
    # items:
    @@ -35,9 +44,11 @@ properties:
    maxItems: 1

    required:
    + - "#clock-cells"
    - compatible
    - reg
    - clocks
    + - clock-names
    - clock-output-names
    - interrupts

    --
    git-series 0.9.1
    \
     
     \ /
      Last update: 2020-04-24 17:41    [W:4.168 / U:0.040 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site