* [PATCH 0/1] ARM: dts: sunxi: sun8i-h3-nanopi-m1-plus: fix build failure
@ 2017-11-01 8:03 Corentin Labbe
[not found] ` <20171101080357.4241-1-clabbe.montjoie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Corentin Labbe @ 2017-11-01 8:03 UTC (permalink / raw)
To: robh+dt, mark.rutland, linux, maxime.ripard, wens
Cc: devicetree, linux-arm-kernel, linux-kernel, Corentin Labbe
Hello
The following patch fix the build failure due to "ARM: dts: sunxi: Restore EMAC changes (boards)".
A made a mistake when rebasing and a part of sun8i-h3-nanopi-m1-plus emac
was added without the needed regulator.
Regards
Corentin Labbe (1):
ARM: dts: sunxi: sun8i-h3-nanopi-m1-plus: Add missing regulator
arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts | 11 +++++++++++
1 file changed, 11 insertions(+)
--
2.13.6
^ permalink raw reply [flat|nested] 3+ messages in thread[parent not found: <20171101080357.4241-1-clabbe.montjoie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>]
* [PATCH 1/1] ARM: dts: sunxi: sun8i-h3-nanopi-m1-plus: Add missing regulator [not found] ` <20171101080357.4241-1-clabbe.montjoie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> @ 2017-11-01 8:03 ` Corentin Labbe 2017-11-02 8:03 ` Maxime Ripard 0 siblings, 1 reply; 3+ messages in thread From: Corentin Labbe @ 2017-11-01 8:03 UTC (permalink / raw) To: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8, linux-I+IVW8TIWO2tmTQ+vhA3Yw, maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8, wens-jdAy2FN1RRM Cc: devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-kernel-u79uwXL29TY76Z2rM5mHXA, Corentin Labbe This patch add the missing regulator for sun8i-h3-nanopi-m1-plus. Fixes: ("ARM: dts: sunxi: Restore EMAC changes (boards)") Signed-off-by: Corentin Labbe <clabbe.montjoie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> --- arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts b/arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts index cfb96da3cfef..0a8b79cf5954 100644 --- a/arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts +++ b/arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts @@ -51,6 +51,16 @@ ethernet1 = &sdio_wifi; }; + reg_gmac_3v3: gmac-3v3 { + compatible = "regulator-fixed"; + regulator-name = "gmac-3v3"; + regulator-min-microvolt = <3300000>; + regulator-max-microvolt = <3300000>; + startup-delay-us = <100000>; + enable-active-high; + gpio = <&pio 3 6 GPIO_ACTIVE_HIGH>; + }; + wifi_pwrseq: wifi_pwrseq { compatible = "mmc-pwrseq-simple"; pinctrl-names = "default"; -- 2.13.6 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] ARM: dts: sunxi: sun8i-h3-nanopi-m1-plus: Add missing regulator 2017-11-01 8:03 ` [PATCH 1/1] ARM: dts: sunxi: sun8i-h3-nanopi-m1-plus: Add missing regulator Corentin Labbe @ 2017-11-02 8:03 ` Maxime Ripard 0 siblings, 0 replies; 3+ messages in thread From: Maxime Ripard @ 2017-11-02 8:03 UTC (permalink / raw) To: Corentin Labbe Cc: robh+dt, mark.rutland, linux, wens, devicetree, linux-arm-kernel, linux-kernel [-- Attachment #1: Type: text/plain, Size: 470 bytes --] On Wed, Nov 01, 2017 at 09:03:57AM +0100, Corentin Labbe wrote: > This patch add the missing regulator for sun8i-h3-nanopi-m1-plus. > > Fixes: ("ARM: dts: sunxi: Restore EMAC changes (boards)") > Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Squashed into your previous commit, please at least make a compile test next time. Thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 801 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-11-02 8:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-01 8:03 [PATCH 0/1] ARM: dts: sunxi: sun8i-h3-nanopi-m1-plus: fix build failure Corentin Labbe
[not found] ` <20171101080357.4241-1-clabbe.montjoie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-11-01 8:03 ` [PATCH 1/1] ARM: dts: sunxi: sun8i-h3-nanopi-m1-plus: Add missing regulator Corentin Labbe
2017-11-02 8:03 ` Maxime Ripard
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).