Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1525198 > unrolled thread

RE: [PATCH v2 2/2] MIPS: DTS: img: add device tree for Marduk board

Started byJames Hartley <James.Hartley@imgtec.com>
First post2016-11-18 12:30 +0100
Last post2016-11-18 12:30 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  RE: [PATCH v2 2/2] MIPS: DTS: img: add device tree for Marduk board James Hartley <James.Hartley@imgtec.com> - 2016-11-18 12:30 +0100

#1525198 — RE: [PATCH v2 2/2] MIPS: DTS: img: add device tree for Marduk board

FromJames Hartley <James.Hartley@imgtec.com>
Date2016-11-18 12:30 +0100
SubjectRE: [PATCH v2 2/2] MIPS: DTS: img: add device tree for Marduk board
Message-ID<sEPwK-6s7-29@gated-at.bofh.it>
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 <rahul.bedarkar@imgtec.com>
> > ---
> > 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 <robh@kernel.org>

Acked-by: James Hartley <james.hartley@imgtec.com>

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web