From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Subject: Re: [PATCH 4/5] ARM: shmobile: sh73a0 dtsi: Add SoC-specific IIC compatible properties Date: Mon, 10 Nov 2014 10:04:57 +0900 Message-ID: <20141110010457.GH16836@verge.net.au> References: <1415274730-310-1-git-send-email-geert+renesas@glider.be> <1415274730-310-5-git-send-email-geert+renesas@glider.be> <20141107052533.GB1278@katana> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20141107052533.GB1278@katana> Sender: linux-sh-owner@vger.kernel.org To: Wolfram Sang Cc: Geert Uytterhoeven , Magnus Damm , linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-sh@vger.kernel.org List-Id: devicetree@vger.kernel.org On Fri, Nov 07, 2014 at 06:25:33AM +0100, Wolfram Sang wrote: > On Thu, Nov 06, 2014 at 12:52:09PM +0100, Geert Uytterhoeven wrote: > > The IIC nodes used the generic compatible properties only. > > This causes the driver to fail when using Standard Speed, as the > > operational clock is driven by the 104 MHz HP clock: > > > > i2c-sh_mobile e6820000.i2c: timing values out of range: L/H=0x208/0x1bf > > i2c-sh_mobile: probe of e6820000.i2c failed with error -22 > > > > Add the SoC-specific compatible property to fix this. > > > > Signed-off-by: Geert Uytterhoeven > > Reviewed-by: Wolfram Sang Thanks, I have queued this up.