From patchwork Tue Aug 28 13:38:32 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amit Kucheria X-Patchwork-Id: 962950 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="JyzwBTUz"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 4208xT4rFcz9s3Z for ; Tue, 28 Aug 2018 23:39:25 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727844AbeH1RbC (ORCPT ); Tue, 28 Aug 2018 13:31:02 -0400 Received: from mail-ed1-f66.google.com ([209.85.208.66]:42835 "EHLO mail-ed1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727716AbeH1RbB (ORCPT ); Tue, 28 Aug 2018 13:31:01 -0400 Received: by mail-ed1-f66.google.com with SMTP id r10-v6so1389035edp.9 for ; Tue, 28 Aug 2018 06:39:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=PbQjEup6XpRnvv+UBO/q/f3xZ3V6EwBkXW9c9eUdpL8=; b=JyzwBTUztWfCDNMkxGrOPshebCX2whfQketX4WNvaVOeetlill0VGCXoiiH+B8sxt6 2/byLEObvVdAzuXDPHK80ys2hllPfqUQbeVtrKRu6Y91a+ZIS4chVzOVpdGZKxXzAd8t 9Cy2IzzaPoGueerYjichhMPjlWdPxyMsYOu8Q= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=PbQjEup6XpRnvv+UBO/q/f3xZ3V6EwBkXW9c9eUdpL8=; b=CXkr5fFfQnEI9HI+2x8BzH29bQOs6BXREcg9TqA5Uz6cPC8Bmt5dCeu6wMigFDLp3b qZJFAFm0FZAo9oDpz6G3vI8Kf+tOgKn+EkgTktSgJPcMG10Yn3WSNQJa/tdSWecnOkIk nH2G1vRfvSbTsuikyhOUkDYlMFUaKGlQrYPyuUvTWo6EgGP63K3FrimoD0gclipzfHG6 qeDoThzP35EcU3ez7wcIDKQLqN5FGy6N9ZuQz3iQolukjFjHxSrgQ8MT73sQHEz5nn4B 9NRkjeW2ucknZVd3N+bzepNRhgEgs7k8N42JpeRra2PZvybwiJ922f4v4KgKhd7reLc5 DbBw== X-Gm-Message-State: APzg51DU/Fq3ikEygH2QPfBuLnbr3qqV6j+aCFuHbmSn+HkbaBEHjBk3 yFagcE970NygSXS9Puy8M5wzGA== X-Google-Smtp-Source: ANB0Vda+X4CmlZd2m9vsdzAnt5mrTCIJ1aKiMjNKrXvwr1+8ViFJmBjIMKextR8edDFmIfyKstM6RA== X-Received: by 2002:aa7:d6da:: with SMTP id x26-v6mr2545421edr.209.1535463557845; Tue, 28 Aug 2018 06:39:17 -0700 (PDT) Received: from localhost ([49.248.200.109]) by smtp.gmail.com with ESMTPSA id f16-v6sm595597edq.36.2018.08.28.06.39.15 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 28 Aug 2018 06:39:17 -0700 (PDT) From: Amit Kucheria To: linux-kernel@vger.kernel.org Cc: rnayak@codeaurora.org, linux-arm-msm@vger.kernel.org, bjorn.andersson@linaro.org, edubezval@gmail.com, smohanad@codeaurora.org, andy.gross@linaro.org, dianders@chromium.org, mka@chromium.org, Zhang Rui , Daniel Lezcano , Rob Herring , Mark Rutland , linux-pm@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH v2 03/11] dt-bindings: thermal: Fix a typo in documentation Date: Tue, 28 Aug 2018 19:08:32 +0530 Message-Id: <8480b996596184a478fe74dfdb97ead7dba6fb11.1535462942.git.amit.kucheria@linaro.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: References: In-Reply-To: References: Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org c(1) + x(1) was actually meant to be c(1) * x(1). Signed-off-by: Amit Kucheria Reviewed-by: Matthias Kaehlcke Acked-by: Rob Herring Reviewed-by: Bjorn Andersson --- Documentation/devicetree/bindings/thermal/thermal.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/thermal/thermal.txt b/Documentation/devicetree/bindings/thermal/thermal.txt index eb7ee91556a5..ca14ba959e0d 100644 --- a/Documentation/devicetree/bindings/thermal/thermal.txt +++ b/Documentation/devicetree/bindings/thermal/thermal.txt @@ -152,7 +152,7 @@ Optional property: Elem size: one cell the sensors listed in the thermal-sensors property. Elem type: signed Coefficients defaults to 1, in case this property is not specified. A simple linear polynomial is used: - Z = c0 * x0 + c1 + x1 + ... + c(n-1) * x(n-1) + cn. + Z = c0 * x0 + c1 * x1 + ... + c(n-1) * x(n-1) + cn. The coefficients are ordered and they match with sensors by means of sensor ID. Additional coefficients are