From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 28 Apr 2016 08:17:08 +0200 Subject: [U-Boot] [PATCH 2/4] usb: dwc2: Pull Ext VBUS macro from dwc_otg_core_init() In-Reply-To: <1461763446-6763-2-git-send-email-marex@denx.de> References: <1461763446-6763-1-git-send-email-marex@denx.de> <1461763446-6763-2-git-send-email-marex@denx.de> Message-ID: <5721AAE4.3000209@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 27.04.2016 15:24, Marek Vasut wrote: > Introduce a boolean flag in the dwc2 controller private data and set > it according to the macro (for now) instead of having this macro > directly in the dwc_otg_core_init(). This will let us configure the > flag from DT or such later on, if needed. > > Signed-off-by: Marek Vasut > Cc: Stefan Roese > Cc: Dinh Nguyen Tested-by: Stefan Roese Thanks, Stefan