From patchwork Thu Feb 18 05:14:18 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 8345801 Return-Path: X-Original-To: patchwork-linux-pm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id C4B24C0554 for ; Thu, 18 Feb 2016 05:16:27 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 12AA920357 for ; Thu, 18 Feb 2016 05:16:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2421D20383 for ; Thu, 18 Feb 2016 05:16:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932165AbcBRFQE (ORCPT ); Thu, 18 Feb 2016 00:16:04 -0500 Received: from mailout4.w1.samsung.com ([210.118.77.14]:8238 "EHLO mailout4.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756437AbcBRFOb (ORCPT ); Thu, 18 Feb 2016 00:14:31 -0500 Received: from eucpsbgm2.samsung.com (unknown [203.254.199.245]) by mailout4.w1.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTP id <0O2Q000SJ9853W80@mailout4.w1.samsung.com>; Thu, 18 Feb 2016 05:14:29 +0000 (GMT) X-AuditID: cbfec7f5-f79b16d000005389-9b-56c55335b250 Received: from eusync3.samsung.com ( [203.254.199.213]) by eucpsbgm2.samsung.com (EUCPMTA) with SMTP id 74.60.21385.53355C65; Thu, 18 Feb 2016 05:14:29 +0000 (GMT) Received: from localhost.localdomain ([10.113.63.52]) by eusync3.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTPA id <0O2Q00A8R97ZRX10@eusync3.samsung.com>; Thu, 18 Feb 2016 05:14:29 +0000 (GMT) From: Krzysztof Kozlowski To: Kukjin Kim , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Lukasz Majewski , Zhang Rui , Eduardo Valentin , linux-pm@vger.kernel.org Cc: Viresh Kumar Subject: [PATCH 1/3] thermal: exynos: Document compatible for Exynos5433 TMU Date: Thu, 18 Feb 2016 14:14:18 +0900 Message-id: <1455772460-20684-1-git-send-email-k.kozlowski@samsung.com> X-Mailer: git-send-email 2.5.0 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFprOLMWRmVeSWpSXmKPExsVy+t/xq7qmwUfDDH58MbKYf+Qcq8X8K9dY LV6/MLTof/ya2eLNw82MFpseA4Uu75rDZvG59wijxYzz+5gsnjzsY7PY+NXDgdtj56y77B6L 97xk8ti0qpPN4861PWwem5fUe/RtWcXo8XmTXAB7FJdNSmpOZllqkb5dAlfGis9/WAp6OCq2 P2piaWB8xNbFyMkhIWAi0TrjLSOELSZx4d56oDgXh5DAUkaJF9/WsEM4/xkl7p9uB+tgEzCW 2Lx8CViViMArJombE06xgySYBbQk1p6+zQxiCwv4SFx6ugasgUVAVaJxwzOwOK+Au8Sqd1eB 6jmA1slJLLiQPoGRewEjwypG0dTS5ILipPRcI73ixNzi0rx0veT83E2MkOD6uoNx6TGrQ4wC HIxKPLwbXhwJE2JNLCuuzD3EKMHBrCTC+839aJgQb0piZVVqUX58UWlOavEhRmkOFiVx3pm7 3ocICaQnlqRmp6YWpBbBZJk4OKUaGBfPrM/ar1u34/Cvuwd1vh5rOTRD8orwgZerj5z56exq MHPrld/fmtf9YxRZVmQXLvOtoFiQeZn2QaffEzIZrvx5eUrL4rrlzdJV9e+mZMy/0n3F7l2e wJzXX79mWoXv/H557ctV1wrU7u/+Lj4x/LnN4UXlDFt2sWsnfDoWrajBk7mbTXOvo9cTJZbi jERDLeai4kQAPp4J1CoCAAA= Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable 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 Commit 488c7455d74c ("thermal: exynos: Add the support for Exynos5433 TMU") added new compatible but forgot to update documentation. Signed-off-by: Krzysztof Kozlowski Reviewed-by: Chanwoo Choi Acked-by: Rob Herring --- Documentation/devicetree/bindings/thermal/exynos-thermal.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/thermal/exynos-thermal.txt b/Documentation/devicetree/bindings/thermal/exynos-thermal.txt index 695150a4136b..34315d7fbfde 100644 --- a/Documentation/devicetree/bindings/thermal/exynos-thermal.txt +++ b/Documentation/devicetree/bindings/thermal/exynos-thermal.txt @@ -11,6 +11,7 @@ "samsung,exynos5420-tmu" for TMU channel 0, 1 on Exynos5420 "samsung,exynos5420-tmu-ext-triminfo" for TMU channels 2, 3 and 4 Exynos5420 (Must pass triminfo base and triminfo clock) + "samsung,exynos5433-tmu" "samsung,exynos5440-tmu" "samsung,exynos7-tmu" - interrupt-parent : The phandle for the interrupt controller