Hi Tom, On 31 July 2015 at 17:55, Tom Rini <tr...@konsulko.com> wrote: > - Import various DT files for DRA7 / DR72x / dra72-evm from Linux Kernel > v4.1 > - Add config file for this board, enable DM and DM_GPIO > > Cc: Simon Glass <s...@chromium.org> > Signed-off-by: Tom Rini <tr...@konsulko.com> > > --- > For some reason I can't yet figure out, enabling CONFIG_DM_SERIAL seems > to be triggering the no console panic failure path, but I can't seem to > figure out why.
There is a bug in it but I suspect your problem is elsewhere: http://patchwork.ozlabs.org/patch/498648/ You could enable the debug UART and print characters to see where it fails... DM bits: Reviewed-by: Simon Glass <s...@chromium.org> > --- > arch/arm/dts/Makefile | 1 + > arch/arm/dts/dra7.dtsi | 1529 ++++++++++++++++++++++++ > arch/arm/dts/dra72-evm.dts | 683 +++++++++++ > arch/arm/dts/dra72x.dtsi | 47 + > arch/arm/dts/dra7xx-clocks.dtsi | 2149 > ++++++++++++++++++++++++++++++++++ > arch/arm/dts/omap4-cpu-thermal.dtsi | 41 + > arch/arm/dts/omap5-core-thermal.dtsi | 28 + > arch/arm/dts/omap5-gpu-thermal.dtsi | 28 + > configs/dra72_evm_defconfig | 17 + > drivers/serial/serial_omap.c | 1 + > include/dt-bindings/pinctrl/dra.h | 51 + > 11 files changed, 4575 insertions(+) > create mode 100644 arch/arm/dts/dra7.dtsi > create mode 100644 arch/arm/dts/dra72-evm.dts > create mode 100644 arch/arm/dts/dra72x.dtsi > create mode 100644 arch/arm/dts/dra7xx-clocks.dtsi > create mode 100644 arch/arm/dts/omap4-cpu-thermal.dtsi > create mode 100644 arch/arm/dts/omap5-core-thermal.dtsi > create mode 100644 arch/arm/dts/omap5-gpu-thermal.dtsi > create mode 100644 configs/dra72_evm_defconfig > create mode 100644 include/dt-bindings/pinctrl/dra.h Regards, Simon _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot