Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936003AbcKWRaA (ORCPT ); Wed, 23 Nov 2016 12:30:00 -0500 Received: from mail-lf0-f68.google.com ([209.85.215.68]:33037 "EHLO mail-lf0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757190AbcKWR3w (ORCPT ); Wed, 23 Nov 2016 12:29:52 -0500 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 Cc: Alexander Kochetkov 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> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 682 Lines: 18 --- .../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 { -- 1.7.9.5