From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Ripard Subject: Re: [PATCH v8] arm64: allwinner: h5: add NanoPi NEO Plus2 DT support Date: Tue, 5 Sep 2017 13:09:17 +0200 Message-ID: <20170905110917.pjf22akyqiytx3iu@flea> References: <20170824231716.2623-1-antony@phenome.org> <20170904143014.46904-1-antony@phenome.org> Reply-To: maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cvybrtc2rgscf7tr" Return-path: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Content-Disposition: inline In-Reply-To: <20170904143014.46904-1-antony-AVhj06Q78b5AfugRpC6u6w@public.gmane.org> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Antony Antony Cc: Chen-Yu Tsai , Icenowy Zheng , linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Linux Kernel Mailing List List-Id: devicetree@vger.kernel.org --cvybrtc2rgscf7tr Content-Type: text/plain; charset="UTF-8" Content-Disposition: inline Hi Antony, Almost good, I'm sorry I missed a few things before. On Mon, Sep 04, 2017 at 04:30:14PM +0200, Antony Antony wrote: > +&mmc1 { > + pinctrl-names = "default"; > + pinctrl-0 = <&mmc1_pins_a>; > + vmmc-supply = <®_vcc3v3>; > + vqmmc-supply = <®_vcc3v3>; > + mmc-pwrseq = <&wifi_pwrseq>; > + bus-width = <4>; > + non-removable; > + status = "okay"; Please add a new line here. > + brcmf: wifi@1 { > + reg = <1>; > + compatible = "brcm"; This should be the actual compatible, not just the vendor. > + }; > +}; > + > +&mmc2 { > + pinctrl-names = "default"; > + pinctrl-0 = <&mmc2_8bit_pins>; > + vmmc-supply = <®_vcc3v3>; > + bus-width = <8>; > + non-removable; > + cap-mmc-hw-reset; > + boot_device = <0>; that property should still be removed. > +&r_pio { > + leds_r_npi: led_pins@0 { > + pins = "PL10"; > + function = "gpio_out"; > + }; > + > + vdd_cpux_r_npi: regulator_pins@0 { > + allwinner,pins = "PL6"; > + allwinner,function = "gpio_out"; > + allwinner,drive = ; > + allwinner,pull = ; > + }; > +}; And these must be left out. Maxime -- Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com --cvybrtc2rgscf7tr--