Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753229AbcKRL1o convert rfc822-to-8bit (ORCPT ); Fri, 18 Nov 2016 06:27:44 -0500 Received: from mailapp01.imgtec.com ([195.59.15.196]:53331 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752648AbcKRL1n (ORCPT ); Fri, 18 Nov 2016 06:27:43 -0500 From: James Hartley To: Rob Herring , Rahul Bedarkar CC: Ralf Baechle , Mark Rutland , "linux-mips@linux-mips.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: RE: [PATCH v2 2/2] MIPS: DTS: img: add device tree for Marduk board Thread-Topic: [PATCH v2 2/2] MIPS: DTS: img: add device tree for Marduk board Thread-Index: AQHSJd/J+w38N++hbEGRPlvpZKoSOaCuNx+AgDCaE1A= Date: Fri, 18 Nov 2016 11:27:33 +0000 Message-ID: <72BC0C8BD7BB6F45988A99382E5FBAE5889FEB65@HHMAIL01.hh.imgtec.org> References: <1476424555-22629-1-git-send-email-rahul.bedarkar@imgtec.com> <1476424555-22629-2-git-send-email-rahul.bedarkar@imgtec.com> <20161018141337.3lardgah2qprqtdx@rob-hp-laptop> In-Reply-To: <20161018141337.3lardgah2qprqtdx@rob-hp-laptop> 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: 2007 Lines: 57 Hi Rahul, > -----Original Message----- > From: Rob Herring [mailto:robh@kernel.org] > Sent: 18 October 2016 15:14 > To: Rahul Bedarkar > Cc: Ralf Baechle; Mark Rutland; James Hartley; linux-mips@linux-mips.org; > devicetree@vger.kernel.org; linux-kernel@vger.kernel.org > Subject: Re: [PATCH v2 2/2] MIPS: DTS: img: add device tree for Marduk > board > > On Fri, Oct 14, 2016 at 11:25:55AM +0530, Rahul Bedarkar wrote: > > Add support for Imagination Technologies' Marduk board which is based > > on Pistachio SoC. It is also known as Creator Ci40. Marduk is legacy > > name and will be there for decades. > > > > Documentation for this board can be found on > > https://docs.creatordev.io/ci40/ > > > > This patch adds initial support for board with following peripherals: > > > > * PWM based heartbeat LED > > * GPIO based buttons > > * SPI NOR flash on SPI1 > > * UART0 and UART1 > > * SD card > > * Ethernet > > * USB > > * PWM > > * ADC > > * I2C > > > > Signed-off-by: Rahul Bedarkar > > --- > > Changes in v2: > > - Correct RAM size. It is 256MB instead of 128MB. > > - Rename nodes pwm_leds -> leds and gpio_keys -> keys (Suggested by > Rob Herring) > > - Don't use '_' in node name for internal_dac_supply (Suggested by Rob > Herring) > > - Add part name in compatible string for spi-nor (Suggested by Rob > > Herring) > > --- > > .../bindings/mips/img/pistachio-marduk.txt | 10 ++ > > MAINTAINERS | 6 + > > arch/mips/boot/dts/img/Makefile | 9 ++ > > arch/mips/boot/dts/img/pistachio_marduk.dts | 163 > +++++++++++++++++++++ > > 4 files changed, 188 insertions(+) > > create mode 100644 > > Documentation/devicetree/bindings/mips/img/pistachio-marduk.txt > > create mode 100644 arch/mips/boot/dts/img/Makefile create mode > > 100644 arch/mips/boot/dts/img/pistachio_marduk.dts > > Acked-by: Rob Herring Acked-by: James Hartley