Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751130AbbDQKu4 (ORCPT ); Fri, 17 Apr 2015 06:50:56 -0400 Received: from mail-wi0-f170.google.com ([209.85.212.170]:34849 "EHLO mail-wi0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753795AbbDQKus (ORCPT ); Fri, 17 Apr 2015 06:50:48 -0400 From: Peter Griffin To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, srinivas.kandagatla@gmail.com, maxime.coquelin@st.com, patrice.chotard@st.com, daniel.lezcano@linaro.org, tglx@linutronix.de Cc: peter.griffin@linaro.org, lee.jones@linaro.org, devicetree@vger.kernel.org Subject: [PATCH 5/5] ARM: DT: STi: STiH407: Add DT node for st-lpc timer. Date: Fri, 17 Apr 2015 11:50:23 +0100 Message-Id: <1429267823-8879-6-git-send-email-peter.griffin@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1429267823-8879-1-git-send-email-peter.griffin@linaro.org> References: <1429267823-8879-1-git-send-email-peter.griffin@linaro.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1048 Lines: 34 This patch adds the dt node for the st-lpc timer found on stih407 famliy SoCs. This can then be used as a clocksource. Signed-off-by: Peter Griffin --- arch/arm/boot/dts/stih407-family.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi index c06a546..59c6a22 100644 --- a/arch/arm/boot/dts/stih407-family.dtsi +++ b/arch/arm/boot/dts/stih407-family.dtsi @@ -39,6 +39,13 @@ reg = <0x08760000 0x1000>; }; + lpc-timer@0x8788000 { + compatible = "st,st_lpc_timer"; + reg = <0x8788000 0x1000>; + clock-names = "lpc_clk"; + clocks = <&clk_s_d3_flexgen CLK_LPC_1>; + }; + timer@08760200 { interrupt-parent = <&intc>; compatible = "arm,cortex-a9-global-timer"; -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/