[U-Boot] [PATCH 5/5] dra7xx: Add dra72_evm_defconfig using CONFIG_DM
Simon Glass
sjg at chromium.org
Sun Aug 2 23:29:12 CEST 2015
Hi Tom,
On 31 July 2015 at 17:55, Tom Rini <trini at 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 <sjg at chromium.org>
> Signed-off-by: Tom Rini <trini at 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 <sjg at 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
More information about the U-Boot
mailing list