commit | 9371391b91b37283f6e55dfb9a966e5c87108e5e | [log] [tgz] |
---|---|---|
author | Fabian Vogt <fvogt@suse.com> | Mon Sep 26 14:26:48 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Nov 28 20:09:50 2016 -0500 |
tree | 981075c428ca54ccfed67118279ccbc14cc8b217 | |
parent | 7ad2aa081a46b0f5961045c11176968d85d9f9de [diff] |
fdt: adjust bcm283x device tree for u-boot The information currently set via platdata has to be represented in the device tree now. bcm283x-uboot.dtsi adds the u-boot specific "skip-init" property to the serial nodes and enables initialization in the pre-reloc phase. Cc: Albert Aribaud <albert.u.boot@aribaud.net> Signed-off-by: Fabian Vogt <fvogt@suse.com> Reviewed-by: Simon Glass <sjg@chromium.org>