From patchwork Tue Apr 1 07:42:20 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= X-Patchwork-Id: 335677 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id B8288140083 for ; Tue, 1 Apr 2014 18:42:34 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751280AbaDAHmd (ORCPT ); Tue, 1 Apr 2014 03:42:33 -0400 Received: from metis.ext.pengutronix.de ([92.198.50.35]:41466 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751000AbaDAHmd (ORCPT ); Tue, 1 Apr 2014 03:42:33 -0400 Received: from dude.hi.pengutronix.de ([2001:6f8:1178:2:a236:9fff:fe00:814]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WUtL4-00009T-HI; Tue, 01 Apr 2014 09:42:30 +0200 Received: from ukl by dude.hi.pengutronix.de with local (Exim 4.82) (envelope-from ) id 1WUtL4-0005on-Dj; Tue, 01 Apr 2014 09:42:30 +0200 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= To: linux-i2c@vger.kernel.org, Wolfram Sang Cc: kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Subject: [PATCH] fixup! i2c: efm32: new bus driver Date: Tue, 1 Apr 2014 09:42:20 +0200 Message-Id: <1396338140-22332-1-git-send-email-u.kleine-koenig@pengutronix.de> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1395744526-3706-1-git-send-email-u.kleine-koenig@pengutronix.de> References: <1395744526-3706-1-git-send-email-u.kleine-koenig@pengutronix.de> MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2001:6f8:1178:2:a236:9fff:fe00:814 X-SA-Exim-Mail-From: ukl@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-i2c@vger.kernel.org Sender: linux-i2c-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org Fix dt compatible string in the binding document which was changed during review in the driver, but it seem I messed up to adapt the documentation accordingly. Also change status from "disabled" to "ok" which makes more sense for an example. Signed-off-by: Uwe Kleine-König --- Documentation/devicetree/bindings/i2c/i2c-efm32.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/i2c/i2c-efm32.txt b/Documentation/devicetree/bindings/i2c/i2c-efm32.txt index ead4dd33ab66..fc15ac519437 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-efm32.txt +++ b/Documentation/devicetree/bindings/i2c/i2c-efm32.txt @@ -3,7 +3,7 @@ Required properties : - reg : Offset and length of the register set for the device - - compatible : should be "efm32,i2c" + - compatible : should be "energymicro,efm32-i2c" - interrupts : the interrupt number - clocks : reference to the module clock @@ -17,12 +17,12 @@ Example: i2c0: i2c@4000a000 { #address-cells = <1>; #size-cells = <0>; - compatible = "efm32,i2c"; + compatible = "energymicro,efm32-i2c"; reg = <0x4000a000 0x400>; interrupts = <9>; clocks = <&cmu clk_HFPERCLKI2C0>; clock-frequency = <100000>; - status = "disabled"; + status = "ok"; efm32,location = <3>; eeprom@50 {