From patchwork Tue Jun 25 07:07:06 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guennadi Liakhovetski X-Patchwork-Id: 2774811 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 3FE58C0AB1 for ; Tue, 25 Jun 2013 07:07:15 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1925720105 for ; Tue, 25 Jun 2013 07:07:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 474BC200F2 for ; Tue, 25 Jun 2013 07:07:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751525Ab3FYHHL (ORCPT ); Tue, 25 Jun 2013 03:07:11 -0400 Received: from moutng.kundenserver.de ([212.227.126.171]:54120 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751092Ab3FYHHK (ORCPT ); Tue, 25 Jun 2013 03:07:10 -0400 Received: from axis700.grange (dslb-088-076-066-124.pools.arcor-ip.net [88.76.66.124]) by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis) id 0LodXq-1UL5mr0R0k-00gmVm; Tue, 25 Jun 2013 09:07:07 +0200 Received: by axis700.grange (Postfix, from userid 1000) id 8A2E340BB4; Tue, 25 Jun 2013 09:07:06 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by axis700.grange (Postfix) with ESMTP id 87B2540BB3; Tue, 25 Jun 2013 09:07:06 +0200 (CEST) Date: Tue, 25 Jun 2013 09:07:06 +0200 (CEST) From: Guennadi Liakhovetski X-X-Sender: lyakh@axis700.grange To: linux-sh@vger.kernel.org cc: Sergei Shtylyov , linux-kernel@vger.kernel.org, Mark Brown , Liam Girdwood , Magnus Damm Subject: [PATCH] regulator: max8973: fix a typo in documentation Message-ID: MIME-Version: 1.0 X-Provags-ID: V02:K0:4+Vj/UTu+ZYpTVlcaCxurD0oHt5xCkOWpQSFWXTvNLZ mFfYLdPg9tQPoGU9OWq2EXv8CqDLH6zfsSS6OtuHZ7h6LcwTIa f5XNYsdPWZQAzL/UAJz21zNCAXGhtHM6CXu5tg/Bludme3VDaE BiOLevuGe6uy7jP0WALemQ5xYUNuo3S/XnThiJLxl3gn5Zgdxr p5t99SheCQ6pnH1tDyziEOK18drQVEXfm0S1jKq0tDLsWZbT7G vSIBDrnmBw7dweRzNWYEmE084l4l4Jtfjno3Vc6NTKiO/MAlm/ uyuEPP/aFjq77pLLA6phQgnA0yIghJWPgzI+mD5S5/elA7UzUO jkFTS+sPgnc0iHe/6j4tb1jpwxlhj/P/fpHcoNLz0aN5+kL4gG OL+mO+OI5XquA== Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-8.2 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Fix a s/maxium/maxim/ typo in DT binding documentation. Reported-by: Sergei Shtylyov Signed-off-by: Guennadi Liakhovetski --- Mark, if still possible, feel free to merge this with the original patch. Thanks Guennadi .../bindings/regulator/max8973-regulator.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/regulator/max8973-regulator.txt b/Documentation/devicetree/bindings/regulator/max8973-regulator.txt index 8d38ab2..4f15d8a 100644 --- a/Documentation/devicetree/bindings/regulator/max8973-regulator.txt +++ b/Documentation/devicetree/bindings/regulator/max8973-regulator.txt @@ -2,7 +2,7 @@ Required properties: -- compatible: must be "maxium,max8973" +- compatible: must be "maxim,max8973" - reg: the i2c slave address of the regulator. It should be 0x1b. Any standard regulator properties can be used to configure the single max8973 @@ -11,7 +11,7 @@ DCDC. Example: max8973@1b { - compatible = "maxium,max8973"; + compatible = "maxim,max8973"; reg = <0x1b>; regulator-min-microvolt = <935000>;