On 03/01/2016 01:03 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.

Signed-off-by: Julian Scheel <jul...@jusst.de>
---
Changes in v2:
  - Rename config options to TARGET_KEIN_BASEBOARD
  - Remove unnecessary CONFIG options from kein-baseboard.h
  - Remove bad as3722 gpio manipulations on pcie init

I think that point didn't actually happen:

diff --git a/board/avionic-design/common/meerkat.c 
b/board/avionic-design/common/meerkat.c

+int tegra_pcie_board_init(void)

+       err = as3722_gpio_configure(pmic, 1, AS3722_GPIO_OUTPUT_VDDH |
+                                            AS3722_GPIO_INVERT);
+       if (err < 0) {
+               error("failed to configure GPIO#1 as output: %d\n", err);
+               return err;
+       }
+
+       err = as3722_gpio_direction_output(pmic, 2, 1);
+       if (err < 0) {
+               error("failed to set GPIO#2 high: %d\n", err);
+               return err;
+       }

Aside from that, the series,
Acked-by: Stephen Warren <swar...@nvidia.com>

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to