clk: rockchip: remove deprecated gate-clk code and dt-binding
authorHeiko Stuebner <heiko@sntech.de>
Sat, 12 May 2018 14:30:38 +0000 (16:30 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 23 May 2018 11:19:06 +0000 (13:19 +0200)
commit1d646229f28d2c413572905f03f71af33b903cc5
treed95a0a3079504c5ce3b1d1eb830fd0d7e5e3ae0c
parenta425702f684a3430a67ab7b373b108e9710e4d07
clk: rockchip: remove deprecated gate-clk code and dt-binding

Initially we tried modeling clocks via the devicetree before switching
to clocks declared in the clock drivers and only exporting specific
ids to the devicetree.

As the old code was in the kernel for 1-2 releases when the new mode
of operation was added we kept it for backwards compatibility.

That deprecation notice is in the binding since july 2014, so nearly
4 years now and I think it's time to drop the old cruft.

Especially as at the time using the mainline kernel on Rockchip devices
was not really possible, except for experiments on the really old socs of
the rk3066 + rk3188 line, so there shouldn't be any devicetrees still
around that rely on that code.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/clock/rockchip.txt [deleted file]
drivers/clk/rockchip/Makefile
drivers/clk/rockchip/clk-rockchip.c [deleted file]