From patchwork Mon Apr 25 00:24:16 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Engestrom X-Patchwork-Id: 8922291 Return-Path: X-Original-To: patchwork-linux-pm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 358889F1D3 for ; Mon, 25 Apr 2016 00:29:45 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 5822020155 for ; Mon, 25 Apr 2016 00:29:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8D42320154 for ; Mon, 25 Apr 2016 00:29:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753393AbcDYA30 (ORCPT ); Sun, 24 Apr 2016 20:29:26 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:35644 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753552AbcDYA3Y (ORCPT ); Sun, 24 Apr 2016 20:29:24 -0400 Received: by mail-wm0-f67.google.com with SMTP id e201so18188638wme.2; Sun, 24 Apr 2016 17:29:24 -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:in-reply-to :references; bh=yCVEP7av/SIh7X4ZeqY9jBAb/QUR3pyM612yEN1UhYc=; b=jjFraA8lUg4vq5RUuJQRkjKsfUptgKHs8KA4XrUBKlLIUeuXDUekAOFgx5G6OP7Z3m ZqkpOGKEdRgOAKl3lxKk75p/rR4KxRfOVJKm4xqIPlQkACTyWbvLShn1xYeAE565dhMT xniW3KWFx8bFI94NytmhpvURoVO2l9Wi2ojUNyZw9X7POYwf7mj2QzUSgvVc4hcizrWh GOxm4RoROChlS/+TYSCsxQcyA6k+KXEL6kBaA2Rh8F7uK6im6uEGL/NAVAy5S5uyo0Ag JSPggYkxdm8H1gyHM1oMlYZHOV8aanz94i8hSa/JVki3LJ5js9LHtXX5XgrA0Nf6dFxm mQIQ== X-Gm-Message-State: AOPr4FWOxs5LQu8SWfFoTk/rdMnRx6BzvloBc5s7vr9k8KKjh9af8G9dfKZCrtSx1/7BYA== X-Received: by 10.194.63.226 with SMTP id j2mr31147628wjs.27.1461544163522; Sun, 24 Apr 2016 17:29:23 -0700 (PDT) Received: from Eric-XPS.localdomain (0545748a.skybroadband.com. [5.69.116.138]) by smtp.gmail.com with ESMTPSA id by7sm20778457wjc.18.2016.04.24.17.29.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 24 Apr 2016 17:29:22 -0700 (PDT) From: Eric Engestrom To: linux-kernel@vger.kernel.org Cc: Eric Engestrom , Viresh Kumar , Nishanth Menon , Stephen Boyd , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , linux-pm@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH 19/41] Documentation: dt: opp: fix spelling mistake Date: Mon, 25 Apr 2016 01:24:16 +0100 Message-Id: <1461543878-3639-20-git-send-email-eric@engestrom.ch> X-Mailer: git-send-email 2.8.0 In-Reply-To: <1461543878-3639-1-git-send-email-eric@engestrom.ch> References: <1461543878-3639-1-git-send-email-eric@engestrom.ch> Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Spam-Status: No, score=-7.9 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 Signed-off-by: Eric Engestrom Acked-by: Viresh Kumar --- Documentation/devicetree/bindings/opp/opp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/opp/opp.txt b/Documentation/devicetree/bindings/opp/opp.txt index 601256f..ee91cbd 100644 --- a/Documentation/devicetree/bindings/opp/opp.txt +++ b/Documentation/devicetree/bindings/opp/opp.txt @@ -45,7 +45,7 @@ Devices supporting OPPs must set their "operating-points-v2" property with phandle to a OPP table in their DT node. The OPP core will use this phandle to find the operating points for the device. -If required, this can be extended for SoC vendor specfic bindings. Such bindings +If required, this can be extended for SoC vendor specific bindings. Such bindings should be documented as Documentation/devicetree/bindings/power/-opp.txt and should have a compatible description like: "operating-points-v2-".