From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932174AbcHSEWJ (ORCPT ); Fri, 19 Aug 2016 00:22:09 -0400 Received: from gloria.sntech.de ([95.129.55.99]:40347 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750850AbcHSEWH (ORCPT ); Fri, 19 Aug 2016 00:22:07 -0400 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Randy Li Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux@armlinux.org.uk, mark.rutland@arm.com Subject: Re: [PATCH 2/2] ARM: dts: rockchip: add missing regulators for firefly reload board Date: Thu, 18 Aug 2016 18:47:08 +0200 Message-ID: <2277495.ctQ1BYPEEl@diego> User-Agent: KMail/4.14.10 (Linux/4.6.0-1-amd64; KDE/4.14.22; x86_64; ; ) In-Reply-To: <1471453391-10267-3-git-send-email-ayaka@soulik.info> References: <19126716.OZv44ZHtAK@diego> <1471453391-10267-1-git-send-email-ayaka@soulik.info> <1471453391-10267-3-git-send-email-ayaka@soulik.info> 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 Am Donnerstag, 18. August 2016, 01:03:11 schrieb Randy Li: > There are many regulators are missed in previous commit, this > commit complete most of them. It also fix some mistakes in the > regulator properties. The VDD_10(REG10) and VCC_18(REG11) had better > to keep in always-on state, as it is used as the USB PHY supply, > corretly we have no way to assign power supply to a USB PHY. > The VCCA_33(REG8) should be enabled or the GMAC won't work. > > It also fix the wrong properties for audio in io-domains, the supply > connected to APIO4_VDD is different to firefly release version. > > Signed-off-by: Randy Li applied to my dts32 branch for 4.9 Thanks Heiko