From patchwork Wed Oct 30 04:39:41 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 3112991 Return-Path: X-Original-To: patchwork-linux-samsung-soc@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 C2A8FBF924 for ; Wed, 30 Oct 2013 04:41:06 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id C7DB520213 for ; Wed, 30 Oct 2013 04:41:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EF5C12020F for ; Wed, 30 Oct 2013 04:41:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750763Ab3J3ElD (ORCPT ); Wed, 30 Oct 2013 00:41:03 -0400 Received: from mail-pa0-f47.google.com ([209.85.220.47]:58546 "EHLO mail-pa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750737Ab3J3ElC (ORCPT ); Wed, 30 Oct 2013 00:41:02 -0400 Received: by mail-pa0-f47.google.com with SMTP id lf10so368957pab.20 for ; Tue, 29 Oct 2013 21:41:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=xWPVLhbSb3/doHXvKMo49gr3wG1vdCcUn5g7ZlcvrRY=; b=E9qPMqJx9JT4DkKmBOyIJ77UD+Y355Q3vwCWXVYSvUpINMjkdc0bgNG2emjixebbm8 f4tDiMavKKt6tkOSFgdXtYJQxCsNpYcQ196yI2m6DoIYg0GxJKxLSgILw8KEsGi/ar5r Ou3JaOQL+WVbreElV+QHn8kjOOfKG0RKF1sOEY1TlREtq0aEkSMsrwTfG4Bz5SaPN/JA W/IT1N0P3n6rsHIOZA2Ux6aN5FSv7nbSNbv7N/DYY3fBAdZ6FBWa2YjSA6CZ/Beh9jxs nGQ4I1HmjZVTC6S5q5ixurFedNbk8OM5OnfgNBGzbkMk4el0QJqXJyqgfpJyfcCOzB3C SzzQ== X-Gm-Message-State: ALoCoQnohybSx1BPW3hloDAfvytsfdLMcYpF5LhZwIvoksWIbQ/uR0TObgoBTBoY4g6ezw+Lb9OD X-Received: by 10.66.27.4 with SMTP id p4mr1083041pag.25.1383108061555; Tue, 29 Oct 2013 21:41:01 -0700 (PDT) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id rp8sm38541936pbc.25.2013.10.29.21.40.58 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 29 Oct 2013 21:41:00 -0700 (PDT) From: Sachin Kamat To: linux-pwm@vger.kernel.org Cc: devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-samsung-soc@vger.kernel.org, mark.rutland@arm.com, thierry.reding@gmail.com Subject: [PATCH 1/1] Documentation/pwm: Update supported SoC name for pwm-samsung Date: Wed, 30 Oct 2013 10:09:41 +0530 Message-Id: <1383107981-6638-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00, 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 Updated supported SoC name for pwm-samsung. Signed-off-by: Sachin Kamat Reviewed-by: Tomasz Figa --- .../devicetree/bindings/pwm/pwm-samsung.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/pwm/pwm-samsung.txt b/Documentation/devicetree/bindings/pwm/pwm-samsung.txt index d61fccd..5538de9 100644 --- a/Documentation/devicetree/bindings/pwm/pwm-samsung.txt +++ b/Documentation/devicetree/bindings/pwm/pwm-samsung.txt @@ -15,7 +15,7 @@ Required properties: samsung,s5pc100-pwm - for 32-bit timers present on S5PC100, S5PV210, Exynos4210 rev0 SoCs samsung,exynos4210-pwm - for 32-bit timers present on Exynos4210, - Exynos4x12 and Exynos5250 SoCs + Exynos4x12, Exynos5250 and Exynos5420 SoCs - reg: base address and size of register area - interrupts: list of timer interrupts (one interrupt per timer, starting at timer 0)