1
0
Fork 0
remarkable-uboot/board/samsung
Przemyslaw Marczak 1611c8cbcf exynos5-dt-types: add board detection for Odroid XU3/XU3L/XU4.
This commit adds additional file with implementation of board
detection code for Odroid-XU3/XU4.

The detection depends on compatible found in fdt:
- "samsung,exynos5" - uses Exynos5 generic code
- "samsung,odroidxu3" - try detect XU3 revision

There are few revisions of Odroid XU3/XU4, each can be detected
by checking the value of channel 9 of built-in ADC:
 Rev   ADC  Board
 0.1     0  XU3 0.1
 0.2   372  XU3 0.2 | XU3L - no DISPLAYPORT
 0.3  1280  XU4 0.1

The detection code depends on the ADC+10% value.

Implementation of functions:
- set_board_type()     - read ADC and set type
- get_board_rev()      - returns board revision: 1..3
- get_board_type()     - returns board type string

Additional functions with return values of bool:
- board_is_generic()   - true if found compatible "samsung,exynos5"
                         but not "samsung,odroidxu3"
- board_is_odroidxu3() - true if found compatible "samsung,odroidxu3"
                         and one of XU3 revision.
- board_is_odroidxu4() - true if found compatible "samsung,odroidxu3"
                         and XU4 revision.

After I2C controller init, the get_board_type() can check
if the XU3 board is a "Lite" variant, by probing chip
0x40 on I2C0 (INA231 - exists only on non-lite).
This is useful for setting fdt file name at misc_init_r().

Enabled configs:
- CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
- CONFIG_ODROID_REV_AIN
- CONFIG_REVISION_TAG
- CONFIG_BOARD_TYPES

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
Cc: Simon Glass <sjg@chromium.org>
Tested-by: Anand Moon <linux.amoon@gmail.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2015-11-02 10:38:00 +09:00
..
arndale dm: exynos: Make sure that GPIOs are requested 2014-10-22 10:36:33 -06:00
common exynos5-dt-types: add board detection for Odroid XU3/XU3L/XU4. 2015-11-02 10:38:00 +09:00
goni dm: select CONFIG_DM* options 2015-04-18 11:11:30 -06:00
odroid dm: regulator: uclass driver code cleanup 2015-05-14 19:58:34 -06:00
origen Fix bad return value checks (detected with Coccinelle) 2015-10-24 13:50:30 -04:00
smdk2410 remove unnecessary version.h includes 2015-03-24 10:50:50 -04:00
smdk5250 exynos: Add support for spring 2015-08-05 21:06:17 -06:00
smdk5420 exynos: Drop old exynos5420-specific board code 2015-08-05 21:06:16 -06:00
smdkc100 dm: select CONFIG_DM* options 2015-04-18 11:11:30 -06:00
smdkv310 Fix bad return value checks (detected with Coccinelle) 2015-10-24 13:50:30 -04:00
trats remove unnecessary version.h includes 2015-03-24 10:50:50 -04:00
trats2 dm: exynos: Make sure that GPIOs are requested 2014-10-22 10:36:33 -06:00
universal_c210 universal: request soft i2c gpio 2014-10-27 19:21:07 -06:00