dt-bindings: etnaviv: add slave interface clock
authorLucas Stach <l.stach@pengutronix.de>
Fri, 19 Jan 2018 11:59:44 +0000 (12:59 +0100)
committerLucas Stach <l.stach@pengutronix.de>
Mon, 12 Feb 2018 15:31:03 +0000 (16:31 +0100)
Newer GPU cores added a new clock input, which allows to gate the slave (AHB)
interface independently from other parts of the GPU. Add it to the supported
clocks.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Reviewed-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/display/etnaviv/etnaviv-drm.txt

index 05176f1..511b814 100644 (file)
@@ -32,7 +32,9 @@ Required properties:
 - clocks: should contain one clock for entry in clock-names
   see Documentation/devicetree/bindings/clock/clock-bindings.txt
 - clock-names:
-   - "bus":    AXI/register clock
+   - "bus":    AXI/master interface clock
+   - "reg":    AHB/slave interface clock
+               (only required if GPU can gate slave interface independently)
    - "core":   GPU core clock
    - "shader": Shader clock (only required if GPU has feature PIPE_3D)