Message ID | 20250317214621.794674-1-robh@kernel.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | media: dt-bindings: mediatek,vcodec-encoder: Drop assigned-clock properties | expand |
On Mon, Mar 17, 2025 at 04:46:20PM -0500, Rob Herring (Arm) wrote: > The assigned-clock properties are always allowed on nodes with > 'clocks' and generally not required. Additionally the mt8183 doesn't > define them, so they must not be required in that case. > > Signed-off-by: Rob Herring (Arm) <robh@kernel.org> > --- Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/media/mediatek,vcodec-encoder.yaml b/Documentation/devicetree/bindings/media/mediatek,vcodec-encoder.yaml index 110e8f5f1f9e..ebc615584f92 100644 --- a/Documentation/devicetree/bindings/media/mediatek,vcodec-encoder.yaml +++ b/Documentation/devicetree/bindings/media/mediatek,vcodec-encoder.yaml @@ -41,10 +41,6 @@ properties: minItems: 1 maxItems: 5 - assigned-clocks: true - - assigned-clock-parents: true - iommus: minItems: 1 maxItems: 32 @@ -78,8 +74,6 @@ required: - clocks - clock-names - iommus - - assigned-clocks - - assigned-clock-parents allOf: - if:
The assigned-clock properties are always allowed on nodes with 'clocks' and generally not required. Additionally the mt8183 doesn't define them, so they must not be required in that case. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> --- .../devicetree/bindings/media/mediatek,vcodec-encoder.yaml | 6 ------ 1 file changed, 6 deletions(-)