diff options
author | Ulrich Hecht <ulrich.hecht+renesas@gmail.com> | 2014-12-10 14:45:25 (GMT) |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-12-21 08:09:23 (GMT) |
commit | 1a9a658113c33235ca12e622d91331dd91c61035 (patch) | |
tree | 43adf2a1add2488b2acc0dc87089a6226f18c726 /arch/arm | |
parent | 00df611376e5cd84ae836d04608766096e4702e6 (diff) | |
download | linux-1a9a658113c33235ca12e622d91331dd91c61035.tar.xz |
ARM: shmobile: kzm9g-reference: Common clock framework DT description
KZM9G-specific clock overrides.
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Tested-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm')
-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 939be12..3d912ea 100644 --- a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts +++ b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts @@ -182,6 +182,10 @@ status = "ok"; }; +&extal2_clk { + clock-frequency = <48000000>; +}; + &i2c0 { status = "okay"; as3711@40 { |