From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH] dt-bindings: soc: qcom: Fix default clock-freq for qcom,geni-i2c Date: Tue, 26 Jun 2018 13:24:49 -0600 Message-ID: <20180626192449.GA24034@rob-hp-laptop> References: <20180613175011.217585-1-dianders@chromium.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180613175011.217585-1-dianders@chromium.org> Sender: linux-kernel-owner@vger.kernel.org To: Douglas Anderson Cc: andy.gross@linaro.org, bjorn.andersson@linaro.org, kramasub@codeaurora.org, wsa@the-dreams.de, devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, David Brown , Mark Rutland , linux-soc@vger.kernel.org List-Id: devicetree@vger.kernel.org On Wed, Jun 13, 2018 at 10:50:11AM -0700, Douglas Anderson wrote: > In an early version of the I2C patch that was posted to the list the > default I2C frequency (if none was specified) was 400 kHz. There was > debate on the list and we decided that it would be more consistent > with the rest of i2c if we defaulted to 100 kHz. ...but we never > updated the bindings. Let's fix this. > > NOTE: since the i2c driver itself hasn't actually landed yet and the > SoC here is very new it seems terribly unlikely that anyone was > relying on the old 400 kHz number, so I'll assume this is an OK > "incompatible" device tree change. > > Signed-off-by: Douglas Anderson > --- > > Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks. Rob