From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Ziswiler Date: Mon, 29 May 2017 15:08:44 +0000 Subject: [U-Boot] [PATCH 26/26] dm: tegra: nyan-big: Move to livetree In-Reply-To: <20170519143109.21683-27-sjg@chromium.org> References: <20170519143109.21683-1-sjg@chromium.org> <20170519143109.21683-27-sjg@chromium.org> Message-ID: <1496070522.3823.11.camel@toradex.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de Hi Simon On Fri, 2017-05-19 at 08:31 -0600, Simon Glass wrote: > Change this board to use a live device tree after relocation. > > Signed-off-by: Simon Glass > --- > >  configs/nyan-big_defconfig | 1 + >  1 file changed, 1 insertion(+) > > diff --git a/configs/nyan-big_defconfig b/configs/nyan-big_defconfig > index a152ff6915..82be85a834 100644 > --- a/configs/nyan-big_defconfig > +++ b/configs/nyan-big_defconfig > @@ -33,6 +33,7 @@ CONFIG_CMD_EXT4_WRITE=y >  # CONFIG_SPL_DOS_PARTITION is not set >  # CONFIG_SPL_ISO_PARTITION is not set >  # CONFIG_SPL_EFI_PARTITION is not set > +CONFIG_OF_LIVE=y >  CONFIG_SPL_DM=y >  CONFIG_REGMAP=y >  CONFIG_SYSCON=y Doing the same on dm/master for Apalis TK1 gives me the following: U-Boot 2017.05-00795-g40fcab4-dirty (May 29 2017 - 16:52:17 +0200) TEGRA124 DRAM:  2 GiB Error binding driver 'gpio_tegra': -22 Some drivers failed to bind initcall sequence fffad294 failed at call 80124360 (err=-22) ### ERROR ### Please RESET the board ### Do you happen to know what may go wrong here? I do actually even own a nyan-big but so far never run any mainline stuff on it as I am missing Servo and/or Yoshi et. al. Is there any particular reason you did not do this on a more accessible platform like e.g. Jetson TK1? BTW: The same happens on Jetson TK1 once I enable live tree: U-Boot SPL 2017.05-00795-g40fcab4-dirty (May 29 2017 - 17:03:18) Trying to boot from RAM U-Boot 2017.05-00795-g40fcab4-dirty (May 29 2017 - 17:03:18 +0200) TEGRA124 Model: NVIDIA Jetson TK1 Board: NVIDIA Jetson TK1 DRAM:  2 GiB Error binding driver 'gpio_tegra': -22 Some drivers failed to bind initcall sequence fffa8ba4 failed at call 801235b8 (err=-22) ### ERROR ### Please RESET the board ### Cheers Marcel