From patchwork Mon Sep 21 04:16:07 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Caesar Wang X-Patchwork-Id: 7227671 Return-Path: X-Original-To: patchwork-linux-arm@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 A2AF09F30C for ; Mon, 21 Sep 2015 04:22:27 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D431C20859 for ; Mon, 21 Sep 2015 04:22:26 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 47CD220869 for ; Mon, 21 Sep 2015 04:22:25 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZdsXI-0007H2-2s; Mon, 21 Sep 2015 04:17:04 +0000 Received: from mail-pa0-f46.google.com ([209.85.220.46]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZdsXD-0007Ce-6g; Mon, 21 Sep 2015 04:16:59 +0000 Received: by padhk3 with SMTP id hk3so104437709pad.3; Sun, 20 Sep 2015 21:16:38 -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=+ZGbhxG3Z2fKVeQ0g0mMSTGbAnCKkXfjgU3KsAPWV+c=; b=JAoOexooAxd98Id5E6H0I8S7kc48DHgUjX2qMRyIl9H8fDV4GhGvlyYvLdWTeqEKFz OW/dZXblq/IBtb+KwV3XYIYPSiCqXfgwImSXeaVwritIBQuJekv9ocGZCKniKLIBltbX 1Kr6niJONQEk0PFuDJ/++zW3hZThFZHYgBVGJ/d4tZ2dPX4mYYGRd0v5mTFWryRP2xmh /ocBLQ+doyj1Uc1qy1KgNSBN9PVHSyU8Q7vRjLjT9nU1jD62ySgHkDClZondQ62GLdYz 9TGUHvw77U90G3WhbLPw6nVDd88DiCd0WGFinIcQiwPMZHshRhkc2XQJCDrE/OUZsL0k CnKg== X-Received: by 10.69.17.1 with SMTP id ga1mr22035450pbd.163.1442808998513; Sun, 20 Sep 2015 21:16:38 -0700 (PDT) Received: from localhost.localdomain ([103.47.144.190]) by smtp.gmail.com with ESMTPSA id pm8sm11519551pbc.9.2015.09.20.21.16.29 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 20 Sep 2015 21:16:37 -0700 (PDT) From: Caesar Wang To: heiko@sntech.de, edubezval@gmail.com, rui.zhang@intel.com Subject: [PATCH 1/5] dt-bindings: thermal: Support the RK3368 SoCs compatible Date: Mon, 21 Sep 2015 12:16:07 +0800 Message-Id: <1442808971-2619-2-git-send-email-wxt@rock-chips.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1442808971-2619-1-git-send-email-wxt@rock-chips.com> References: <1442808971-2619-1-git-send-email-wxt@rock-chips.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150920_211659_285576_560AA36E X-CRM114-Status: UNSURE ( 9.72 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.4 (--) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: mark.rutland@arm.com, devicetree@vger.kernel.org, ijc+devicetree@hellion.org.uk, inux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, catalin.marinas@arm.com, dmitry.torokhov@gmail.com, will.deacon@arm.com, linux-rockchip@lists.infradead.org, robh+dt@kernel.org, galak@codeaurora.org, olof@lixom.net, linux-arm-kernel@lists.infradead.org, Caesar Wang MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, 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 --- 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 ef802de..52682db 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