From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758773AbcG0FMt (ORCPT ); Wed, 27 Jul 2016 01:12:49 -0400 Received: from mail-wm0-f41.google.com ([74.125.82.41]:36764 "EHLO mail-wm0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755518AbcG0FMo (ORCPT ); Wed, 27 Jul 2016 01:12:44 -0400 From: stefan.mavrodiev@gmail.com To: Maxime Ripard Cc: Stefan Mavrodiev , dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, linux@armlinux.org.uk, wens@csie.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com Subject: Re: [PATCH v4] ARM: dts: sun8i: Add dts file for Olimex A33-OLinuXino Date: Wed, 27 Jul 2016 08:12:29 +0300 Message-ID: <30014119.IrjfP0xFry@linux-cigu> User-Agent: KMail/5.2.1 (Linux/4.6.0-1-default; KDE/5.22.0; x86_64; ; ) In-Reply-To: <20160726153352.GH7190@lukather> References: <1469450243-19138-1-git-send-email-stefan.mavrodiev@gmail.com> <20160726153352.GH7190@lukather> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday, July 26, 2016 5:33:52 PM EEST Maxime Ripard wrote: > Hi Stefan, > > On Mon, Jul 25, 2016 at 03:37:23PM +0300, Stefan Mavrodiev wrote: > > A33-OLinuXino is A33 development board designed by Olimex LTD. > > > > It has AXP233 PMU, 1GB DRAM, a micro SD card, one USB-OTG connector, > > headphone and mic jacks, connector for LiPo battery and optional > > 4GB NAND Flash. > > > > It has two 40-pin headers. One for LCD panel, and one for > > additional modules. Also there is CSI/DSI connector. > > > > Signed-off-by: Stefan Mavrodiev > > It looks mostly good, a few comments though. > > > +&pio { > > + led_pin_olinuxino: led_pins@0 { > > + allwinner,pins = "PB7"; > > + allwinner,function = "gpio_out"; > > This line is not properly indented. > > > + allwinner,drive = ; > > + allwinner,pull = ; > > + }; > > And this one too. > > > +®_dc1sw { > > + regulator-name = "vcc-lcd"; > > +}; > > No constraints on this one? > > > +®_dcdc1 { > > + regulator-always-on; > > + regulator-min-microvolt = <3300000>; > > + regulator-max-microvolt = <3300000>; > > + regulator-name = "vcc-dsi"; > > +}; > > What is it used for? Is it really necessary to keep it on at all time? I think so. This is the supply for the MMC. > > Thanks, > Maxime Best regards, Stefan Mavrodiev