Message ID | 1414515736-24905-5-git-send-email-ulrich.hecht+renesas@gmail.com (mailing list archive) |
---|---|
State | Changes Requested |
Commit | 1729c7f8eb4a1e6988bde3d32cfa417ec10c6462 |
Headers | show |
Hi Ulrich, Thank you for the patch. On Tuesday 28 October 2014 18:02:13 Ulrich Hecht wrote: > KZM9G-specific clock overrides. > > Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- > arch/arm/boot/dts/sh73a0-kzm9g-reference.dts | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts > b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts index 0dac0e6..bad6492 > 100644 > --- a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts > +++ b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts > @@ -178,6 +178,10 @@ > status = "ok"; > }; > > +&extal2_clk { > + clock-frequency = <48000000>; > +}; > + > &i2c0 { > status = "okay"; > as3711@40 {
diff --git a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts index 0dac0e6..bad6492 100644 --- a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts +++ b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts @@ -178,6 +178,10 @@ status = "ok"; }; +&extal2_clk { + clock-frequency = <48000000>; +}; + &i2c0 { status = "okay"; as3711@40 {
KZM9G-specific clock overrides. Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> --- arch/arm/boot/dts/sh73a0-kzm9g-reference.dts | 4 ++++ 1 file changed, 4 insertions(+)