]> git.baikalelectronics.ru Git - kernel.git/commit
clocksource/drivers/sh_cmt: Remove unused "renesas, channels-mask" handling
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 18 Sep 2017 13:46:46 +0000 (15:46 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 19 Oct 2017 21:48:58 +0000 (23:48 +0200)
commit9d03206993be23fc03c3fe23dc2981e458e96de2
treea33ed7e53b926934070934972f86463838c2f721
parent0c983c178cbc93d7334361abe05d27a29833a57d
clocksource/drivers/sh_cmt: Remove unused "renesas, channels-mask" handling

The in-driver channel configuration in sh_cmt_info.channels_mask is now
always set for all CMT devices instantiated from DT.

Hence the "renesas,channels-mask" property is no longer checked, and its
handling can be removed, cfr. commit 6d8253745e258952 ("devicetree:
bindings: Remove deprecated properties").

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/sh_cmt.c