From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933413AbdCaPXd (ORCPT ); Fri, 31 Mar 2017 11:23:33 -0400 Received: from esa2.microchip.iphmx.com ([68.232.149.84]:38483 "EHLO esa2.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933187AbdCaPXb (ORCPT ); Fri, 31 Mar 2017 11:23:31 -0400 X-IronPort-AV: E=Sophos;i="5.36,252,1486450800"; d="scan'208";a="846968" From: Ludovic Desroches To: , , CC: , , , , Ludovic Desroches Subject: [PATCH 2/4] ARM: dts: at91: sama5d2: add PTC subsystem device Date: Fri, 31 Mar 2017 17:22:48 +0200 Message-ID: <20170331152250.12758-3-ludovic.desroches@microchip.com> X-Mailer: git-send-email 2.9.0 In-Reply-To: <20170331152250.12758-1-ludovic.desroches@microchip.com> References: <20170331152250.12758-1-ludovic.desroches@microchip.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Ludovic Desroches Add the Atmel Peripheral Touch Controller subsystem. Signed-off-by: Ludovic Desroches --- arch/arm/boot/dts/sama5d2.dtsi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi index 468ef9c..a958456 100644 --- a/arch/arm/boot/dts/sama5d2.dtsi +++ b/arch/arm/boot/dts/sama5d2.dtsi @@ -762,6 +762,12 @@ atmel,clk-output-range = <0 83000000>; }; + ptc_clk: ptc_clk { + #clock-cells = <0>; + reg = <58>; + atmel,clk-output-range = <0 83000000>; + }; + classd_clk: classd_clk { #clock-cells = <0>; reg = <59>; @@ -1310,6 +1316,16 @@ reg = <0xfc05c000 0x20>; }; + ptc@fc060000 { + compatible = "atmel,sama5d2-ptc"; + reg = <0x00800000 0x10000 + 0xfc060000 0xcf>; + interrupts = <58 IRQ_TYPE_LEVEL_HIGH 7>; + clocks = <&ptc_clk>, <&main>, <&clk32k>; + clock-names = "ptc_clk", "ptc_int_osc", "slow_clk"; + status = "disabled"; + }; + chipid@fc069000 { compatible = "atmel,sama5d2-chipid"; reg = <0xfc069000 0x8>; -- 2.9.0