From patchwork Mon Nov 9 04:48:53 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Caesar Wang X-Patchwork-Id: 7580541 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 7865E9F1C2 for ; Mon, 9 Nov 2015 04:50:17 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9A14D206B1 for ; Mon, 9 Nov 2015 04:50:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9A2F82070F for ; Mon, 9 Nov 2015 04:50:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751564AbbKIEuK (ORCPT ); Sun, 8 Nov 2015 23:50:10 -0500 Received: from mail-pa0-f65.google.com ([209.85.220.65]:33332 "EHLO mail-pa0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753045AbbKIEt3 (ORCPT ); Sun, 8 Nov 2015 23:49:29 -0500 Received: by padfb7 with SMTP id fb7so24062665pad.0; Sun, 08 Nov 2015 20:49:29 -0800 (PST) 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=8BtAjnHAck/PcerV+w2RNfmuc7WjI2mRw1NdOrLaEbA=; b=IH+QVKTk1ZMsDft2p2D7bip/eNG76mrfrr9n/bQ1sp9k5MM8u8NFMODK713MPXU8xq SD6UPdMdO55fEpC5J3VZthPZaeJkmKZxNDNL/e7FuHVd+oShNIerMCWT++/CDchb1/15 xzO4ItPINGG4y/0vGUhWP/9nX6fL1ADtGLR+Q0MFEHcyCJDTakTcgR0LfaBZ1NRaSEM1 aKEJIflQiFzAQ0BkmIEgQy77PMTuWOOcD3OcUhkbgm4JfGWZG2TIsO5eIB/l25wAIpe9 p+l/F6zDunu+kvSkDB2URCVtsg4wuolruC3UJDmaD/68TYxdKG4CMNMZdbVpTOkhx12V Nj3A== X-Received: by 10.66.190.38 with SMTP id gn6mr36112137pac.3.1447044569270; Sun, 08 Nov 2015 20:49:29 -0800 (PST) Received: from localhost.localdomain ([43.226.228.153]) by smtp.gmail.com with ESMTPSA id nu5sm13403833pbb.65.2015.11.08.20.49.23 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 08 Nov 2015 20:49:28 -0800 (PST) From: Caesar Wang To: Heiko Stuebner , Eduardo Valentin Cc: linux-rockchip@lists.infradead.org, lkp@intel.com, 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 v4 01/10] dt-bindings: rockchip-thermal: Support the RK3368 SoCs compatible Date: Mon, 9 Nov 2015 12:48:53 +0800 Message-Id: <1447044542-30859-2-git-send-email-wxt@rock-chips.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1447044542-30859-1-git-send-email-wxt@rock-chips.com> References: <1447044542-30859-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, T_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 This patchset attempts to new compatible for thermal founding on RK3368 SoCs. Signed-off-by: Caesar Wang Acked-by: Rob Herring --- Changes in v4: None Changes in v3: None Changes in v2: None 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