From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9A8FF7F for ; Mon, 12 Sep 2022 08:16:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7853AC433C1; Mon, 12 Sep 2022 08:16:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662970616; bh=d2lJvNgrRtlyC5oOofFV5LY/kFsntq4GasXOTeJDkIQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ATb0HKe9GAMoIt2DoPt5vkoWd+IyrC0RrT4xmHJ+opigh+sL3DuhMCKwQiGlOJqwF Q0K8qwui/IuoEQzQDTm04C02I4akllW/ilUIf/FYjm/pryj0BHjIhKycAsM8ogIzWY fehFTUS12KBml6Ieg6OGpygKWZyTA2bIYntG0O0w5kXPYSedTJLSAXAz96F9WLYIPC wGFOjh+ygYt9RatXKRaPeGeJBOOIl8UEJo8Hwob87d2I1qeI75R+nUsIh1Apl5kixo 63mBqDbylIPHo3eAA39D2pGdPSSX8EyVw4sCkcmSS9E0TWpEBTNFsi55kf22itKzLa dcys7jWok6bOA== Date: Mon, 12 Sep 2022 16:16:49 +0800 From: Shawn Guo To: Shenwei Wang Cc: Rob Herring , Krzysztof Kozlowski , Sascha Hauer , Pengutronix Kernel Team , Peng Fan , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "imx@lists.linux.dev" , dl-linux-imx Subject: Re: [EXT] Re: [PATCH v6 5/5] arm64: dts: freescale: add support for i.MX8DXL EVK board Message-ID: <20220912081649.GR1728671@dragon> References: <20220822175245.222691-1-shenwei.wang@nxp.com> <20220822175245.222691-6-shenwei.wang@nxp.com> <20220903034819.GF1728671@dragon> Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Tue, Sep 06, 2022 at 01:15:37PM +0000, Shenwei Wang wrote: > > > > -----Original Message----- > > From: Shawn Guo > > Sent: Friday, September 2, 2022 10:48 PM > > To: Shenwei Wang > > Cc: Rob Herring ; Krzysztof Kozlowski > > ; Sascha Hauer ; > > Pengutronix Kernel Team ; Peng Fan > > ; devicetree@vger.kernel.org; linux-arm- > > kernel@lists.infradead.org; imx@lists.linux.dev; dl-linux-imx > imx@nxp.com> > > Subject: [EXT] Re: [PATCH v6 5/5] arm64: dts: freescale: add support for > > i.MX8DXL EVK board > > > > > + regulator-always-on; > > > + }; > > > + > > > + reg_fec1_sel: regulator-1 { > > > + compatible = "regulator-fixed"; > > > + regulator-name = "fec1_supply"; > > > + regulator-min-microvolt = <3300000>; > > > + regulator-max-microvolt = <3300000>; > > > + gpio = <&pca6416_1 11 GPIO_ACTIVE_HIGH>; > > > > Missing enable-active-high? > > No. Enabling this regulator to select the fec1 interface instead of usdhc2. Pulling this GPIO pin to low is to use FEC1 interface. Then the polarity cell should be GPIO_ACTIVE_LOW rather than GPIO_ACTIVE_HIGH? Shawn