On Fri, Oct 26, 2018 at 09:48:29AM +0100, Biju Das wrote: > This patch enables cmt0 support on the iWave iwg23s sbc. > > Signed-off-by: Biju Das <biju.das@xxxxxxxxxxxxxx> Thanks, I applied this for v4.21, resolving a conflict. The result is as follows: From: Biju Das <biju.das@xxxxxxxxxxxxxx> Date: Fri, 26 Oct 2018 09:48:29 +0100 Subject: [PATCH] ARM: dts: iwg23s-sbc: Enable cmt0 This patch enables cmt0 support on the iWave iwg23s sbc. Signed-off-by: Biju Das <biju.das@xxxxxxxxxxxxxx> Reviewed-by: Fabrizio Castro <fabrizio.castro@xxxxxxxxxxxxxx> Signed-off-by: Simon Horman <horms+renesas@xxxxxxxxxxxx> --- arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts b/arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts index ffd8216f28c3..295f11afac21 100644 --- a/arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts +++ b/arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts @@ -77,6 +77,10 @@ clock-frequency = <20000000>; }; +&cmt0 { + status = "okay"; +}; + &pfc { mmc_pins_uhs: mmc_uhs { groups = "mmc_data8", "mmc_ctrl"; -- 2.11.0