Searched hist:d8396a32 (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/board/raspberrypi/rpi/ |
H A D | rpi.c | d8396a32 Mon Sep 26 07:26:50 CDT 2016 Fabian Vogt <fvogt@suse.com> board: rpi: move uart deactivation to board_init When using OF_CONTROL, the disabled value of the mini UART platdata gets reset after board_early_init_f. So move detection and disabling to board_init and remove board_early_init_f. This uses the first device using the mini uart driver, as this method works reliably with different device trees or even no device tree at all. Signed-off-by: Fabian Vogt <fvogt@suse.com> Reviewed-by: Simon Glass <sjg@chromium.org>
|
/openbmc/u-boot/include/configs/ |
H A D | rpi.h | d8396a32 Mon Sep 26 07:26:50 CDT 2016 Fabian Vogt <fvogt@suse.com> board: rpi: move uart deactivation to board_init When using OF_CONTROL, the disabled value of the mini UART platdata gets reset after board_early_init_f. So move detection and disabling to board_init and remove board_early_init_f. This uses the first device using the mini uart driver, as this method works reliably with different device trees or even no device tree at all. Signed-off-by: Fabian Vogt <fvogt@suse.com> Reviewed-by: Simon Glass <sjg@chromium.org>
|