diff options
author | Ulrich Hecht <ulrich.hecht+renesas@gmail.com> | 2014-09-08 02:57:08 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-09-09 04:53:14 +0200 |
commit | 48a0d1e07d99ecfd1e5922dd22986d5813f17207 (patch) | |
tree | a44d85d75418bd20c8d9e18ba593e154961a1454 /arch/arm/boot/dts/sh73a0-kzm9g-reference.dts | |
parent | ARM: shmobile: sh73a0: Add CMT1 device to DT (diff) | |
download | linux-48a0d1e07d99ecfd1e5922dd22986d5813f17207.tar.xz linux-48a0d1e07d99ecfd1e5922dd22986d5813f17207.zip |
ARM: shmobile: kzm9g-reference: Enable CMT1 in device tree
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Acked-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/sh73a0-kzm9g-reference.dts')
-rw-r--r-- | arch/arm/boot/dts/sh73a0-kzm9g-reference.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts index 18662aec2ec4..99659db97e89 100644 --- a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts +++ b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts @@ -173,6 +173,10 @@ }; }; +&cmt1 { + status = "ok"; +}; + &i2c0 { status = "okay"; as3711@40 { |