Message ID | 20221013131839.1365394-3-alexander.stein@ew.tq-group.com (mailing list archive) |
---|---|
State | Changes Requested, archived |
Headers | show |
Series | i.MX6Q IPP DI support | expand |
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 --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
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(+)