Message ID | 20220531051742.43273-2-samuel@sholland.org (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | [1/2] clk: fixed: Remove Allwinner A10 special-case logic | expand |
On Tue, 31 May 2022 00:17:42 -0500, Samuel Holland wrote: > This compatible is part of the legacy sunxi clock support, and has not > been used since commit 6b48644b1d29 ("ARM: gr8: Convert to CCU") in > October 2016. Now that the code for this compatible has been removed, > let's drop the compatible. > > Signed-off-by: Samuel Holland <samuel@sholland.org> > --- > > Documentation/devicetree/bindings/clock/fixed-factor-clock.yaml | 1 - > 1 file changed, 1 deletion(-) > Acked-by: Rob Herring <robh@kernel.org>
Quoting Samuel Holland (2022-05-30 22:17:42) > This compatible is part of the legacy sunxi clock support, and has not > been used since commit 6b48644b1d29 ("ARM: gr8: Convert to CCU") in > October 2016. Now that the code for this compatible has been removed, > let's drop the compatible. > > Signed-off-by: Samuel Holland <samuel@sholland.org> > --- Applied to clk-next
diff --git a/Documentation/devicetree/bindings/clock/fixed-factor-clock.yaml b/Documentation/devicetree/bindings/clock/fixed-factor-clock.yaml index f415845b38dd..0b02378a3a0c 100644 --- a/Documentation/devicetree/bindings/clock/fixed-factor-clock.yaml +++ b/Documentation/devicetree/bindings/clock/fixed-factor-clock.yaml @@ -13,7 +13,6 @@ maintainers: properties: compatible: enum: - - allwinner,sun4i-a10-pll3-2x-clk - fixed-factor-clock "#clock-cells":
This compatible is part of the legacy sunxi clock support, and has not been used since commit 6b48644b1d29 ("ARM: gr8: Convert to CCU") in October 2016. Now that the code for this compatible has been removed, let's drop the compatible. Signed-off-by: Samuel Holland <samuel@sholland.org> --- Documentation/devicetree/bindings/clock/fixed-factor-clock.yaml | 1 - 1 file changed, 1 deletion(-)