From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Tue, 15 May 2018 16:08:52 -0500 Subject: [U-Boot] [PATCH v3 3/3] net: designware: Add reset ctrl to driver In-Reply-To: <1525749566-50769-4-git-send-email-ley.foon.tan@intel.com> References: <1525749566-50769-1-git-send-email-ley.foon.tan@intel.com> <1525749566-50769-4-git-send-email-ley.foon.tan@intel.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, May 7, 2018 at 10:19 PM, Ley Foon Tan wrote: > Add code to reset all reset signals as in Ethernet DT node. A reset property is an optional feature, > so only print out a warning and do not fail if a reset property is not present. > > If a reset property is discovered, then use it to deassert, thus bringing the > IP out of reset. > > Signed-off-by: Ley Foon Tan Acked-by: Joe Hershberger