Re: [U-Boot] [PATCHv5 4/4] Add support the Avionic Design Meerkat COM and Kein Baseboard

2016-09-20 Thread Stephen Warren
On 09/19/2016 07:35 AM, Julian Scheel wrote: On 12.09.2016 18:54, Stephen Warren wrote: On 09/12/2016 08:03 AM, Julian Scheel wrote: On 06.09.2016 19:15, Stephen Warren wrote: diff --git a/board/avionic-design/common/meerkat.c b/board/avionic-design/common/meerkat.c +void pinmux_init(void)

Re: [U-Boot] [PATCHv5 4/4] Add support the Avionic Design Meerkat COM and Kein Baseboard

2016-09-19 Thread Julian Scheel
On 12.09.2016 18:54, Stephen Warren wrote: On 09/12/2016 08:03 AM, Julian Scheel wrote: On 06.09.2016 19:15, Stephen Warren wrote: diff --git a/board/avionic-design/common/meerkat.c b/board/avionic-design/common/meerkat.c +void pinmux_init(void) +{ +pinmux_set_tristate_input_clamping();

Re: [U-Boot] [PATCHv5 4/4] Add support the Avionic Design Meerkat COM and Kein Baseboard

2016-09-12 Thread Stephen Warren
On 09/12/2016 08:03 AM, Julian Scheel wrote: On 06.09.2016 19:15, Stephen Warren wrote: diff --git a/board/avionic-design/common/meerkat.c b/board/avionic-design/common/meerkat.c +void pinmux_init(void) +{ +pinmux_set_tristate_input_clamping(); That should be

Re: [U-Boot] [PATCHv5 4/4] Add support the Avionic Design Meerkat COM and Kein Baseboard

2016-09-12 Thread Julian Scheel
On 06.09.2016 19:15, Stephen Warren wrote: diff --git a/board/avionic-design/common/meerkat.c b/board/avionic-design/common/meerkat.c +void pinmux_init(void) +{ +pinmux_set_tristate_input_clamping(); That should be pinmux_clear_tristate_input_clamping(); gpio_config_table() is missing

Re: [U-Boot] [PATCHv5 4/4] Add support the Avionic Design Meerkat COM and Kein Baseboard

2016-09-07 Thread Stephen Warren
On 09/07/2016 12:08 AM, Julian Scheel wrote: On 06.09.2016 20:58, Stephen Warren wrote: On 09/06/2016 12:14 PM, Julian Scheel wrote: On 06.09.16 19:15, Stephen Warren wrote: On 09/05/2016 07:29 AM, Julian Scheel wrote: Add support for platforms based on the Meerkat COM module. Includes

Re: [U-Boot] [PATCHv5 4/4] Add support the Avionic Design Meerkat COM and Kein Baseboard

2016-09-07 Thread Stephen Warren
On 09/07/2016 12:03 AM, Julian Scheel wrote: On 06.09.2016 20:53, Stephen Warren wrote: On 09/05/2016 07:29 AM, Julian Scheel wrote: Add support for platforms based on the Meerkat COM module. Includes support for the minimal reference platform called Kein Baseboard, which in fact is sufficient

Re: [U-Boot] [PATCHv5 4/4] Add support the Avionic Design Meerkat COM and Kein Baseboard

2016-09-07 Thread Julian Scheel
On 06.09.2016 20:58, Stephen Warren wrote: On 09/06/2016 12:14 PM, Julian Scheel wrote: On 06.09.16 19:15, Stephen Warren wrote: On 09/05/2016 07:29 AM, Julian Scheel wrote: Add support for platforms based on the Meerkat COM module. Includes support for the minimal reference platform called

Re: [U-Boot] [PATCHv5 4/4] Add support the Avionic Design Meerkat COM and Kein Baseboard

2016-09-07 Thread Julian Scheel
On 06.09.2016 20:53, Stephen Warren wrote: On 09/05/2016 07:29 AM, Julian Scheel wrote: Add support for platforms based on the Meerkat COM module. Includes support for the minimal reference platform called Kein Baseboard, which in fact is sufficient to run most existing Meerkat carriers.

Re: [U-Boot] [PATCHv5 4/4] Add support the Avionic Design Meerkat COM and Kein Baseboard

2016-09-06 Thread Stephen Warren
On 09/06/2016 12:14 PM, Julian Scheel wrote: On 06.09.16 19:15, Stephen Warren wrote: On 09/05/2016 07:29 AM, Julian Scheel wrote: Add support for platforms based on the Meerkat COM module. Includes support for the minimal reference platform called Kein Baseboard, which in fact is sufficient

Re: [U-Boot] [PATCHv5 4/4] Add support the Avionic Design Meerkat COM and Kein Baseboard

2016-09-06 Thread Stephen Warren
On 09/05/2016 07:29 AM, Julian Scheel wrote: Add support for platforms based on the Meerkat COM module. Includes support for the minimal reference platform called Kein Baseboard, which in fact is sufficient to run most existing Meerkat carriers. diff --git

Re: [U-Boot] [PATCHv5 4/4] Add support the Avionic Design Meerkat COM and Kein Baseboard

2016-09-06 Thread Julian Scheel
On 06.09.16 19:15, Stephen Warren wrote: On 09/05/2016 07:29 AM, Julian Scheel wrote: Add support for platforms based on the Meerkat COM module. Includes support for the minimal reference platform called Kein Baseboard, which in fact is sufficient to run most existing Meerkat carriers. diff

Re: [U-Boot] [PATCHv5 4/4] Add support the Avionic Design Meerkat COM and Kein Baseboard

2016-09-06 Thread Stephen Warren
On 09/05/2016 07:29 AM, Julian Scheel wrote: Add support for platforms based on the Meerkat COM module. Includes support for the minimal reference platform called Kein Baseboard, which in fact is sufficient to run most existing Meerkat carriers. diff --git a/arch/arm/dts/tegra124-meerkat.dtsi

[U-Boot] [PATCHv5 4/4] Add support the Avionic Design Meerkat COM and Kein Baseboard

2016-09-05 Thread Julian Scheel
Add support for platforms based on the Meerkat COM module. Includes support for the minimal reference platform called Kein Baseboard, which in fact is sufficient to run most existing Meerkat carriers. Change-Id: I00e74a42c33afa782bb6109aab34d91e6f16fbb0 Signed-off-by: Julian Scheel