Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1159990
| Path | csiph.com!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Anand Moon <linux.amoon@gmail.com> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCHv3] ARM: dts: odroidxu3: Enable USB3 regulators |
| Date | Sun, 07 Jun 2015 04:50:01 +0200 |
| Message-ID | <pyyOR-2LC-1@gated-at.bofh.it> (permalink) |
| References | <pvtC3-6vN-33@gated-at.bofh.it> <pyyFb-2Ah-1@gated-at.bofh.it> |
| X-Original-To | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=IWmqy2NJyQ6JwyiPRHxlRfOetsw3bnmBZeNSknupJa0=; b=umR1F/W02CjHzQVC7jTKGL3h0Gvu1NiWK4erya1KyWvSVTsODOnMpmq7sjq7/sPNkM Wy6/DMMKADn6u+76WrsjoS4HmKxmyesZsqFlewAZj1D9SagVZ5JKVJAwBzjhsUBLGJih MWDxlL9IC/ohClgP+xTFbiegWciGWabbEzPwmFpJ2BS7elUAZ2tQIPE6WRikBM7H5xd/ 6idtxGi0CdEeRdXDmKRHzwW1/Fg3t2UqJoLnsLLsWXXKaG2ZgOaaqbnuuwVCAGZUHdHh R70I4bM0JgArEIe/nA8UgD2mJyZ9VnynD+w/b1eeNOVGN8dE+lKz2T4T6uq/V8DQtrLk 2icw== |
| X-Received | by 10.180.187.232 with SMTP id fv8mr9814778wic.28.1433644844741; Sat, 06 Jun 2015 19:40:44 -0700 (PDT) |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 40 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>, Mark Rutland <mark.rutland@arm.com>, Ian Campbell <ijc+devicetree@hellion.org.uk>, Kumar Gala <galak@codeaurora.org>, Russell King <linux@arm.linux.org.uk>, Kukjin Kim <kgene@kernel.org>, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "linux-samsung-soc@vger.kernel.org" <linux-samsung-soc@vger.kernel.org>, Linux Kernel <linux-kernel@vger.kernel.org> |
| X-Original-Date | Sun, 7 Jun 2015 08:10:24 +0530 |
| X-Original-Message-ID | <CANAwSgS47vZJOhAdL85z9NVWvONZhwXZ+ZcCJ5tB7ie_UL7EUA@mail.gmail.com> |
| X-Original-References | <1432909836-3952-1-git-send-email-linux.amoon@gmail.com> <5573AD39.2020105@samsung.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | aioe.org linux.kernel:1159990 |
Show key headers only | View raw
On 7 June 2015 at 08:02, Krzysztof Kozlowski <k.kozlowski@samsung.com> wrote: > W dniu 29.05.2015 o 23:30, 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 >> >> Tested-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> >> Signed-off-by: Anand Moon <linux.amoon@gmail.com> > > The patch no longer applies because of creation of common Odroid DTSI. > Can you rebase it on Kukjin's for-next? > > Best regards, > Krzysztof > Hi Krzysztof Ok will do this. -Anand Moon > -- 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/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: [PATCHv3] ARM: dts: odroidxu3: Enable USB3 regulators Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-06-07 04:40 +0200 Re: [PATCHv3] ARM: dts: odroidxu3: Enable USB3 regulators Anand Moon <linux.amoon@gmail.com> - 2015-06-07 04:50 +0200
csiph-web