From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mugunthan V N Date: Thu, 21 Apr 2016 11:30:34 +0530 Subject: [U-Boot] [PATCH v6 4/7] net: phy: ti: Allow the driver to be more configurable In-Reply-To: <1460723242-20805-4-git-send-email-dmurphy@ti.com> References: <1460723242-20805-1-git-send-email-dmurphy@ti.com> <1460723242-20805-4-git-send-email-dmurphy@ti.com> Message-ID: <57186C82.7030302@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Friday 15 April 2016 05:57 PM, Dan Murphy wrote: > Not all devices use the same internal delay or fifo depth. > Add the ability to set the internal delay for rx or tx and the > fifo depth via the devicetree. If the value is not set in the > devicetree then set the delay to the default. > > If devicetree is not used then use the default defines within the > driver. > > Signed-off-by: Dan Murphy Tested this on dra72 rev C evm Tested-by: Mugunthan V N Regards Mugutnhan V N