Message ID | 20240829165933.55926-1-sebastian.reichel@collabora.com (mailing list archive) |
---|---|
State | Awaiting Upstream, archived |
Headers | show |
Series | [v1,1/1] dt-bindings: clock: remove assigned-clock* from rk3588 cru binding | expand |
Hi Sebastian, Am Donnerstag, 29. August 2024, 18:58:05 CEST schrieb Sebastian Reichel: > These properties are automatically taken over from the common clock > schema: > > https://github.com/devicetree-org/dt-schema/blob/main/dtschema/schemas/clock/clock.yaml > > Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.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: > > I already applied a similar patch from Krzysztof today: https://lore.kernel.org/all/20240818173014.122073-4-krzysztof.kozlowski@linaro.org/
Hi, On Thu, Aug 29, 2024 at 11:54:17PM GMT, Heiko Stübner wrote: > Hi Sebastian, > > Am Donnerstag, 29. August 2024, 18:58:05 CEST schrieb Sebastian Reichel: > > These properties are automatically taken over from the common clock > > schema: > > > > https://github.com/devicetree-org/dt-schema/blob/main/dtschema/schemas/clock/clock.yaml > > > > Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.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: > > > > > I already applied a similar patch from Krzysztof today: > https://lore.kernel.org/all/20240818173014.122073-4-krzysztof.kozlowski@linaro.org/ Ah great, I didn't notice that patch. Sorry for the noise. -- Sebastian
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: >
These properties are automatically taken over from the common clock schema: https://github.com/devicetree-org/dt-schema/blob/main/dtschema/schemas/clock/clock.yaml Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com> --- .../devicetree/bindings/clock/rockchip,rk3588-cru.yaml | 4 ---- 1 file changed, 4 deletions(-)