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)
commitd1d285972e24b63eeee8118359dcd4c451b295c5
treea33ed7e53b926934070934972f86463838c2f721
parent8d50e9476bb4aea53fca12637e71d950deafdf37
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 4e18111ff38f0664 ("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