From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kever Yang Date: Sun, 05 Feb 2017 08:24:50 +0800 Subject: [U-Boot] [PATCH] simple-bus: enable suport for of-platdata In-Reply-To: References: <1484742344-22600-1-git-send-email-kever.yang@rock-chips.com> Message-ID: <589670D2.5020508@rock-chips.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, Found 1 typo on the subject, 'suport' should be 'support', do I need to send a new patch or you can correct it when you apply? Thanks, - Kever On 01/26/2017 10:23 PM, Simon Glass wrote: > On 18 January 2017 at 05:25, Kever Yang wrote: >> Just do nothing in post_bind if of-platdata enabled, >> for there is no dm_scan_fdt_dev(). >> >> Signed-off-by: Kever Yang >> --- >> >> drivers/core/simple-bus.c | 4 ++++ >> 1 file changed, 4 insertions(+) > Reviewed-by: Simon Glass > > >