From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 16 May 2018 14:57:17 -0600 Subject: [U-Boot] [PATCH v2 1/7] db820c: set clk node to be probed before relocation In-Reply-To: <20180516091342.7509-1-ramon.fried@gmail.com> References: <20180516091342.7509-1-ramon.fried@gmail.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 16 May 2018 at 03:13, Ramon Fried wrote: > The clock and serial nodes are needed before relocation. > This patch ensures that the msm-serial driver will probe > and provide uart output before relocation. > > Signed-off-by: Ramon Fried > --- > v2: fixed alignment > arch/arm/dts/dragonboard820c-uboot.dtsi | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) Reviewed-by: Simon Glass