]> code.ossystems Code Review - bsp/u-boot.git/commit
wandboard: Add support for the latest revd1 revision
authorFabio Estevam <fabio.estevam@nxp.com>
Mon, 2 Oct 2017 18:47:29 +0000 (15:47 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 4 Oct 2017 18:47:12 +0000 (15:47 -0300)
commite439122438cae777bcacaa18b962f0e707e310d7
tree4fbad5db7e53ce02438e28acf06bfc70f0162b47
parentada0d28cb47ef7cacf82bb47cbc7b6a3e4e6f9bf
wandboard: Add support for the latest revd1 revision

Latest wandboard hardware revision is revd1, which brings the following
new features:

- PFUZE100 PMIC
- AR8035 Ethernet PHY
- Upgrade Wifi/BT chip to BCM4339/BCM43430.

The detection mechanism is to probe the PMIC and when it is
found, then the revision of the board is revd1.

As the detection is done via PMIC, we need to print the board version
at a later stage via CONFIG_DISPLAY_BOARDINFO_LATE and also need
to disable CONFIG_DISPLAY_BOARDINFO, which is done much earlier.

Make the necessary adjustments for the AR8035 PHY to work on revd1.

Based on Richard Hu's work from Technexion's U-Boot tree.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
(cherry picked from commit af82d08bb8ec319cbe43159e4ba8d7876df3b028)
board/wandboard/wandboard.c
configs/wandboard_defconfig
include/configs/wandboard.h