Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753021AbcKRL1c convert rfc822-to-8bit (ORCPT ); Fri, 18 Nov 2016 06:27:32 -0500 Received: from mailapp01.imgtec.com ([195.59.15.196]:12968 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752320AbcKRL1a (ORCPT ); Fri, 18 Nov 2016 06:27:30 -0500 From: James Hartley To: Rahul Bedarkar , Ralf Baechle , Rob Herring , Mark Rutland CC: "linux-mips@linux-mips.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: RE: [PATCH v2 1/2] MIPS: DTS: add base device tree for Pistachio SoC Thread-Topic: [PATCH v2 1/2] MIPS: DTS: add base device tree for Pistachio SoC Thread-Index: AQHSJd++Ak9WYoQk8kCbMHY/RULGZqDez6XA Date: Fri, 18 Nov 2016 11:27:26 +0000 Message-ID: <72BC0C8BD7BB6F45988A99382E5FBAE5889FEB5E@HHMAIL01.hh.imgtec.org> References: <1476424555-22629-1-git-send-email-rahul.bedarkar@imgtec.com> In-Reply-To: <1476424555-22629-1-git-send-email-rahul.bedarkar@imgtec.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.40.7.55] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1170 Lines: 49 Hi Rahul, > -----Original Message----- > From: Rahul Bedarkar > Sent: 14 October 2016 06:56 > To: Ralf Baechle; Rob Herring; Mark Rutland; James Hartley > Cc: linux-mips@linux-mips.org; devicetree@vger.kernel.org; linux- > kernel@vger.kernel.org; Rahul Bedarkar > Subject: [PATCH v2 1/2] MIPS: DTS: add base device tree for Pistachio SoC > > Add support for the base Device Tree for Imagination Technologies' > Pistachio SoC. > > This commit supports the following peripherals: > > * Clocks > * Pinctrl and GPIO > * UART > * SPI > * I2C > * PWM > * ADC > * Watchdog > * Ethernet > * MMC > * DMA engine > * Crypto > * I2S > * SPDIF > * Internal DAC > * Timer > * USB > * IR > * Interrupt Controller > > Signed-off-by: Rahul Bedarkar > --- > Changes in v2: > - No change > --- > MAINTAINERS | 2 +- > arch/mips/boot/dts/img/pistachio.dtsi | 924 > ++++++++++++++++++++++++++++++++++ > 2 files changed, 925 insertions(+), 1 deletion(-) create mode 100644 > arch/mips/boot/dts/img/pistachio.dtsi Thanks for putting this together Rahul. Acked-by: James Hartley