Message ID | 20230403191850.374839-1-krzysztof.kozlowski@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/3] dt-bindings: usb: mediatek,mtk-xhci: drop assigned-clocks | expand |
On Mon, 03 Apr 2023 21:18:48 +0200, Krzysztof Kozlowski wrote: > The meta schema from DT schema already defines assigned-clocks, so there > is no need for device schema to mention it at all. There are also no > benefits of having it here. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > .../devicetree/bindings/usb/mediatek,mtk-xhci.yaml | 8 -------- > 1 file changed, 8 deletions(-) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml b/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml index 556bedb96165..72639c6b4e1c 100644 --- a/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml +++ b/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml @@ -87,14 +87,6 @@ properties: - const: dma_ck - const: xhci_ck - assigned-clocks: - minItems: 1 - maxItems: 5 - - assigned-clock-parents: - minItems: 1 - maxItems: 5 - phys: description: List of all PHYs used on this HCD, it's better to keep PHYs in order
The meta schema from DT schema already defines assigned-clocks, so there is no need for device schema to mention it at all. There are also no benefits of having it here. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- .../devicetree/bindings/usb/mediatek,mtk-xhci.yaml | 8 -------- 1 file changed, 8 deletions(-)