Message ID | 20240818173014.122073-4-krzysztof.kozlowski@linaro.org (mailing list archive) |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | [1/5] dt-bindings: clock: baikal,bt1-ccu-div: add top-level constraints | expand |
On Sun, Aug 18, 2024 at 07:30:13PM +0200, Krzysztof Kozlowski wrote: > assigned-clocks property is redundant, because core dtschema allows them > if clocks are provided. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Conor Dooley <conor.dooley@microchip.com> > --- > .../devicetree/bindings/clock/rockchip,rk3588-cru.yaml | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/Documentation/devicetree/bindings/clock/rockchip,rk3588-cru.yaml b/Documentation/devicetree/bindings/clock/rockchip,rk3588-cru.yaml > index 74cd3f3f229a..4ff175c4992b 100644 > --- a/Documentation/devicetree/bindings/clock/rockchip,rk3588-cru.yaml > +++ b/Documentation/devicetree/bindings/clock/rockchip,rk3588-cru.yaml > @@ -42,10 +42,6 @@ properties: > - const: xin24m > - const: xin32k > > - assigned-clocks: true > - > - assigned-clock-rates: true > - > rockchip,grf: > $ref: /schemas/types.yaml#/definitions/phandle > description: > > -- > 2.43.0 >
diff --git a/Documentation/devicetree/bindings/clock/rockchip,rk3588-cru.yaml b/Documentation/devicetree/bindings/clock/rockchip,rk3588-cru.yaml index 74cd3f3f229a..4ff175c4992b 100644 --- a/Documentation/devicetree/bindings/clock/rockchip,rk3588-cru.yaml +++ b/Documentation/devicetree/bindings/clock/rockchip,rk3588-cru.yaml @@ -42,10 +42,6 @@ properties: - const: xin24m - const: xin32k - assigned-clocks: true - - assigned-clock-rates: true - rockchip,grf: $ref: /schemas/types.yaml#/definitions/phandle description: >
assigned-clocks property is redundant, because core dtschema allows them if clocks are provided. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- .../devicetree/bindings/clock/rockchip,rk3588-cru.yaml | 4 ---- 1 file changed, 4 deletions(-)