From patchwork Wed Nov 23 17:29:36 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kochetkov X-Patchwork-Id: 9443977 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id A8DE26075F for ; Wed, 23 Nov 2016 17:32:52 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B46FA27165 for ; Wed, 23 Nov 2016 17:32:52 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A8AC327CF9; Wed, 23 Nov 2016 17:32:52 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID autolearn=ham version=3.3.1 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.wl.linuxfoundation.org (Postfix) with ESMTPS id 68D5C27165 for ; Wed, 23 Nov 2016 17:32:52 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1c9bOD-0006xg-Ul; Wed, 23 Nov 2016 17:31:21 +0000 Received: from mail-lf0-x243.google.com ([2a00:1450:4010:c07::243]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1c9bN3-0005Oz-Jl; Wed, 23 Nov 2016 17:30:10 +0000 Received: by mail-lf0-x243.google.com with SMTP id o141so627408lff.1; Wed, 23 Nov 2016 09:29:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=qCdHhU/h08sSc2B/N+wgV8IAsokQmvIsyFSjrW6Dp5Y=; b=MOOfEtSQj4iJ5/R4I3/9RfoUekkxMObaeUzl9S6i0DJXjpfzrlyARppIzU7c6SEThE LIjR7fApfMM/NxPRqqMuIzjzyAogmDJAv3I1VStpCFWiPwnj+MtGoursNOiY+Pe2sLHZ iXljbPXgoa3U+bY3323WlQAlbx5y9xhK9oIiti+Z1qS6F1AYEfEKOYsJgYQE+JVMQCT3 P+hup0EyJNR+BwWwf/45Rdrrq0IISOwLjQtuUmpGMHrCF2SCw0si5S44Ipc+EXLc0FK/ tjO8nd4C7X3EukW7ZJwwJE24sfuEQYqREdOLwkWJ5qyI8vY7U+JV+SjfYrRzTgyun5CK lt+Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=qCdHhU/h08sSc2B/N+wgV8IAsokQmvIsyFSjrW6Dp5Y=; b=MRAvd3SYNU/5SMdZHVswdPJ+qdxtXhY2a1dZ5VLerVRbLcpfH1Al9f7YPGHv9ioLlS OrbItmsHpjyxGdy8cdcAyI+F8Z779dK2GNP29wKmUk80HSedJeE5O/xN+yvWY+ixvD5N 3hwSOY/QbHwonufxiNNWgNYOw58eknrknLCpSAVNVv+fdqY3y8JZCoVpDfHEqGE/fibK rDBy73K7RJY7x9kg07zDzVylzrGfXL8+0Pjt1Je3kcFNxDp6SPHNDhYnkwyLsiG03ud1 irLC9+qqVY/bNnC8+r/cm+qRlosRW/9keBaoveGJX8xcsccC65uB4RIcgRc9TXOHueZl nQ1g== X-Gm-Message-State: AKaTC02MEEe7YKgsKh0z7sbw3ENWDqRAomQxk/rIoUbJpojpjGm0JyrF6uK6TX5usidDGA== X-Received: by 10.25.139.195 with SMTP id n186mr1343059lfd.27.1479922191295; Wed, 23 Nov 2016 09:29:51 -0800 (PST) Received: from ubuntu.lintech.local ([185.35.119.87]) by smtp.gmail.com with ESMTPSA id h71sm7455138ljh.21.2016.11.23.09.29.50 (version=TLS1_1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 23 Nov 2016 09:29:50 -0800 (PST) From: Alexander Kochetkov To: daniel.lezcano@linaro.org, tglx@linutronix.de, heiko@sntech.de, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: [PATCH 8/9] dt-bindings: add rockchip, clocksource property to rk-timer Date: Wed, 23 Nov 2016 20:29:36 +0300 Message-Id: <1479922177-20136-8-git-send-email-al.kochet@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1479922177-20136-1-git-send-email-al.kochet@gmail.com> References: <1479922177-20136-1-git-send-email-al.kochet@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20161123_093009_974722_07B472C3 X-CRM114-Status: UNSURE ( 7.30 ) X-CRM114-Notice: Please train this message. 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: Alexander Kochetkov MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP --- .../bindings/timer/rockchip,rk-timer.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/timer/rockchip,rk-timer.txt b/Documentation/devicetree/bindings/timer/rockchip,rk-timer.txt index a41b184..ed5392a 100644 --- a/Documentation/devicetree/bindings/timer/rockchip,rk-timer.txt +++ b/Documentation/devicetree/bindings/timer/rockchip,rk-timer.txt @@ -9,6 +9,7 @@ Required properties: - clocks : must contain an entry for each entry in clock-names - clock-names : must include the following entries: "timer", "pclk" +- rockchip,clocksource: setup the timer as clocksource Example: timer: timer@ff810000 {