From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965300AbcFMKQk (ORCPT ); Mon, 13 Jun 2016 06:16:40 -0400 Received: from down.free-electrons.com ([37.187.137.238]:54810 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S964974AbcFMKQi (ORCPT ); Mon, 13 Jun 2016 06:16:38 -0400 From: Quentin Schulz To: robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, linux@armlinux.org.uk, maxime.ripard@free-electrons.com, wens@csie.org Cc: Quentin Schulz , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, thomas.petazzoni@free-electrons.com Subject: [PATCH] ARM: sun8i: Add Parrot Board DTS Date: Mon, 13 Jun 2016 12:15:30 +0200 Message-Id: <1465812931-22824-1-git-send-email-quentin.schulz@free-electrons.com> X-Mailer: git-send-email 2.5.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The Parrot Board is an evaluation board with an Allwinner R16 (assumed to be close to an Allwinner A33), 4GB of NAND, 512MB of RAM, USB host and OTG, a WiFi/Bluetooth combo chip, a micro SD Card reader, 2 controllable buttons, an LVDS port with separated backlight and capacitive touch panel ports, an audio/microphone jack, a camera CSI port, 2 sets of 22 GPIOs and an accelerometer. This patch requires patches named "[v3] regulator: axp20x: Add support for the (external) drivebus regulator" and "[PATCH 3/4] ARM: dts: axp22x.dtsi: Add reg_drivebus node" from Hans de Goede or the micro USB port would not be powered. Quentin Schulz (1): ARM: sun8i: Add Parrot Board DTS arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/sun8i-r16-parrot.dts | 333 +++++++++++++++++++++++++++++++++ 2 files changed, 334 insertions(+) create mode 100644 arch/arm/boot/dts/sun8i-r16-parrot.dts -- 2.5.0