Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752312AbaGBJWv (ORCPT ); Wed, 2 Jul 2014 05:22:51 -0400 Received: from bhuna.collabora.co.uk ([93.93.135.160]:36748 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751525AbaGBJWt (ORCPT ); Wed, 2 Jul 2014 05:22:49 -0400 Message-ID: <53B3CF62.2020205@collabora.co.uk> Date: Wed, 02 Jul 2014 11:22:42 +0200 From: Javier Martinez Canillas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.5.0 MIME-Version: 1.0 To: Tushar Behera , Lee Jones CC: Samuel Ortiz , Mark Brown , Mike Turquette , Liam Girdwood , Alessandro Zummo , Kukjin Kim , Doug Anderson , Olof Johansson , Sjoerd Simons , Daniel Stone , Tomeu Vizoso , Krzysztof Kozlowski , Yadwinder Singh Brar , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 14/14] ARM: dts: Add max77802 to exynos5420-peach-pit and exynos5800-peach-pi References: <1403806546-31122-1-git-send-email-javier.martinez@collabora.co.uk> <1403806546-31122-15-git-send-email-javier.martinez@collabora.co.uk> <53B3CED8.4020808@gmail.com> In-Reply-To: <53B3CED8.4020808@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Tushar, Thanks a lot for your feedback. On 07/02/2014 11:20 AM, Tushar Behera wrote: > On 06/26/2014 11:45 PM, Javier Martinez Canillas wrote: >> Peach pit and pi boards uses a Maxim 77802 power management >> IC to drive regulators and its Real Time Clock. This patch >> adds support for this chip. >> >> These are the device nodes and pinctrl configuration that >> are present on the Peach pit DeviceTree source file in the >> the Chrome OS kernel 3.8 tree. >> >> Signed-off-by: Javier Martinez Canillas >> Tested-by: Naveen Krishna Chatradhi >> --- > > [ ... ] > >> + >> + regulators { >> + buck1_reg: BUCK1 { >> + regulator-name = "vdd_mif"; >> + regulator-min-microvolt = <800000>; >> + regulator-max-microvolt = <1300000>; >> + regulator-always-on; >> + regulator-boot-on; >> + regulator-ramp-delay = <12500>; >> + }; > > IMO, adding a blank line between sub-nodes would be better. > Ok >> + buck2_reg: BUCK2 { >> + regulator-name = "vdd_arm_real"; >> + regulator-min-microvolt = <800000>; >> + regulator-max-microvolt = <1500000>; >> + regulator-always-on; >> + regulator-boot-on; >> + regulator-ramp-delay = <12500>; >> + }; > > [ ... ] > >> + vqmmc_sdcard: ldo4_reg: LDO4 { >> + regulator-name = "vdd_sd"; >> + regulator-min-microvolt = <1800000>; >> + regulator-max-microvolt = <2800000>; >> + regulator-always-on; >> + > > Blank line, can be removed. > Ok >> + }; > > [ ... ] >> + ldo23_reg: LDO23 { >> + regulator-name = "ld0_23"; > > ldo_23, 'o' in place of '0'. > Right, missed that. Thanks for pointing out. > Similar comments for peach-pi DTS file. > Best regards, Javier -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/