From patchwork Thu Oct 29 07:14:13 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Caesar Wang X-Patchwork-Id: 7516781 X-Patchwork-Delegate: eduardo.valentin@ti.com 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 0AD509F37F for ; Thu, 29 Oct 2015 07:16:40 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2CB2A209B3 for ; Thu, 29 Oct 2015 07:16:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BA8F220996 for ; Thu, 29 Oct 2015 07:16:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752734AbbJ2HOx (ORCPT ); Thu, 29 Oct 2015 03:14:53 -0400 Received: from mail-pa0-f68.google.com ([209.85.220.68]:34268 "EHLO mail-pa0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751065AbbJ2HOv (ORCPT ); Thu, 29 Oct 2015 03:14:51 -0400 Received: by padda3 with SMTP id da3so3426184pad.1; Thu, 29 Oct 2015 00:14:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=56ZWHMHUxG1l4+gdbNrpt5GSdyuUBOLWUknWd0FVChE=; b=XQVFqeppZpZNAR5miDsbFnZ94jdPbu/AElp8eK0bpK29tLpwY1ck0RDBj0sZqWZbTs nTW8dmhj35i68UY6sz9WlfeGaCKrBpf7wngYY1te8/GG7Fd1ZPyfVNWbWsRFKjO+CgSp rzCryj3J64bgJ/alj1u3g79Qh6/irw56LZwSDgAIfp8oHLVQ/BdjA2kpbBqyoMKqYHwL MmdII/hfKHcGLLoytxQu7gXhR2yx25LjLz1KXsNu8TH01NljSu2k6Ub+NJhkat1/GGVs BWDAcFzVD0C1Fk8DCq0fVcNlDy7t8xaok9BIEtEuhd9lJ9E3Nd42MUHvgy6EUx4RMDcB GOEw== X-Received: by 10.67.14.161 with SMTP id fh1mr298691pad.28.1446102890811; Thu, 29 Oct 2015 00:14:50 -0700 (PDT) Received: from localhost.localdomain ([103.46.142.44]) by smtp.gmail.com with ESMTPSA id w9sm395856pbt.29.2015.10.29.00.14.43 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 29 Oct 2015 00:14:49 -0700 (PDT) From: Caesar Wang To: Heiko Stuebner , Eduardo Valentin Cc: linux-rockchip@lists.infradead.org, Caesar Wang , devicetree@vger.kernel.org, linux-pm@vger.kernel.org, Kumar Gala , linux-kernel@vger.kernel.org, Ian Campbell , Rob Herring , linux-arm-kernel@lists.infradead.org, Pawel Moll , Zhang Rui , Mark Rutland Subject: [PATCH v1 1/6] dt-bindings: rockchip-thermal: Support the RK3368 SoCs compatible Date: Thu, 29 Oct 2015 15:14:13 +0800 Message-Id: <1446102858-10116-2-git-send-email-wxt@rock-chips.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1446102858-10116-1-git-send-email-wxt@rock-chips.com> References: <1446102858-10116-1-git-send-email-wxt@rock-chips.com> 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=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 This patchset attempts to new compatible for thermal founding on RK3368 SoCs. Signed-off-by: Caesar Wang --- Changes in v1: - %s/thermal/rockchip-thermal in subject. Documentation/devicetree/bindings/thermal/rockchip-thermal.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/thermal/rockchip-thermal.txt b/Documentation/devicetree/bindings/thermal/rockchip-thermal.txt index b38200d..0dfa60d 100644 --- a/Documentation/devicetree/bindings/thermal/rockchip-thermal.txt +++ b/Documentation/devicetree/bindings/thermal/rockchip-thermal.txt @@ -1,7 +1,9 @@ * Temperature Sensor ADC (TSADC) on rockchip SoCs Required properties: -- compatible : "rockchip,rk3288-tsadc" +- compatible : should be "rockchip,-tsadc" + "rockchip,rk3288-tsadc": found on RK3288 SoCs + "rockchip,rk3368-tsadc": found on RK3368 SoCs - reg : physical base address of the controller and length of memory mapped region. - interrupts : The interrupt number to the cpu. The interrupt specifier format