diff mbox series

[2/5] dt-bindings: clock: Add ipp_di0 and ipp_di1 clocks to i.MX6Q bindings

Message ID 20221013131839.1365394-3-alexander.stein@ew.tq-group.com (mailing list archive)
State New, archived
Headers show
Series i.MX6Q IPP DI support | expand

Commit Message

Alexander Stein Oct. 13, 2022, 1:18 p.m. UTC
These are alternative input clocks for IPU available as external inputs.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
---
 Documentation/devicetree/bindings/clock/imx6q-clock.yaml | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Krzysztof Kozlowski Oct. 13, 2022, 1:48 p.m. UTC | #1
On 13/10/2022 09:18, Alexander Stein wrote:
> These are alternative input clocks for IPU available as external inputs.

You made them required, not alternative. Please describe in commit why
they are required (what was broken).

> 
> Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
> ---
>  Documentation/devicetree/bindings/clock/imx6q-clock.yaml | 4 ++++
>  1 file changed, 4 insertions(+)

Best regards,
Krzysztof
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/clock/imx6q-clock.yaml b/Documentation/devicetree/bindings/clock/imx6q-clock.yaml
index 4f4637eddb8b..329e4cb95dc0 100644
--- a/Documentation/devicetree/bindings/clock/imx6q-clock.yaml
+++ b/Documentation/devicetree/bindings/clock/imx6q-clock.yaml
@@ -34,6 +34,8 @@  properties:
       - description: ckih1 clock input
       - description: anaclk1 clock input
       - description: anaclk2 clock input
+      - description: ipp_di0 clock input
+      - description: ipp_di1 clock input
 
   clock-names:
     items:
@@ -42,6 +44,8 @@  properties:
       - const: ckih1
       - const: anaclk1
       - const: anaclk2
+      - const: ipp_di0
+      - const: ipp_di1
 
   fsl,pmic-stby-poweroff:
     $ref: /schemas/types.yaml#/definitions/flag