Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761059AbcJRONr (ORCPT ); Tue, 18 Oct 2016 10:13:47 -0400 Received: from mail-oi0-f68.google.com ([209.85.218.68]:36398 "EHLO mail-oi0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760269AbcJRONj (ORCPT ); Tue, 18 Oct 2016 10:13:39 -0400 Date: Tue, 18 Oct 2016 09:13:37 -0500 From: Rob Herring 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 Message-ID: <20161018141337.3lardgah2qprqtdx@rob-hp-laptop> References: <1476424555-22629-1-git-send-email-rahul.bedarkar@imgtec.com> <1476424555-22629-2-git-send-email-rahul.bedarkar@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1476424555-22629-2-git-send-email-rahul.bedarkar@imgtec.com> User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1512 Lines: 39 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