From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933290AbbFIMdF (ORCPT ); Tue, 9 Jun 2015 08:33:05 -0400 Received: from mail-pd0-f177.google.com ([209.85.192.177]:36512 "EHLO mail-pd0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932396AbbFIMc2 (ORCPT ); Tue, 9 Jun 2015 08:32:28 -0400 Message-ID: <5576DCD3.2010709@samsung.com> Date: Tue, 09 Jun 2015 21:32:19 +0900 From: Krzysztof Kozlowski User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Anand Moon , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Kukjin Kim CC: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RESEND] ARM: dts: odroidxu3: Enable USB3 regulators References: <1433678028-8441-1-git-send-email-linux.amoon@gmail.com> In-Reply-To: <1433678028-8441-1-git-send-email-linux.amoon@gmail.com> Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org W dniu 07.06.2015 o 20:53, Anand Moon pisze: > Enable regulator for usbdrd3_0 and usbdrd3_1. > Looking at the schematic pin diagram for MAX77802 > USB3_0 and USB3_1 is regulated by LDO9 and LD011. > > Fix the boot message of failed. > [ 3.503539] exynos-dwc3 usb@12000000: Looking up vdd33-supply from device tree > [ 3.503556] exynos-dwc3 usb@12000000: Looking up vdd33-supply property in node /usb@12000000 failed > [ 3.503568] usb@12000000 supply vdd33 not found, using dummy regulator > [ 3.509154] exynos-dwc3 usb@12000000: Looking up vdd10-supply from device tree > [ 3.509170] exynos-dwc3 usb@12000000: Looking up vdd10-supply property in node /usb@12000000 failed > [ 3.509181] usb@12000000 supply vdd10 not found, using dummy regulator > [ 3.917548] exynos-dwc3 usb@12400000: Looking up vdd33-supply from device tree > [ 3.917565] exynos-dwc3 usb@12400000: Looking up vdd33-supply property in node /usb@12400000 failed > [ 3.917578] usb@12400000 supply vdd33 not found, using dummy regulator > [ 3.922731] exynos-dwc3 usb@12400000: Looking up vdd10-supply from device tree > [ 3.922747] exynos-dwc3 usb@12400000: Looking up vdd10-supply property in node /usb@12400000 failed > > Signed-off-by: Anand Moon > Tested-by: Krzysztof Kozlowski > Reviewed-by: Krzysztof Kozlowski > --- > arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi | 10 ++++++++++ > 1 file changed, 10 insertions(+) Thanks, applied with minor adjustments in commit message (joined first three sentences into one paragraph, changed description of dmesg). I'll send later to Kukjin for 4.3 (unless he picks it also). Best regards, Krzysztof