board: amlogic: odroid: add runtime detection of the N2/N2+/C4/HC4 variants
authorMarek Szyprowski <m.szyprowski@samsung.com>
Wed, 3 Feb 2021 14:36:14 +0000 (15:36 +0100)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Mon, 15 Nov 2021 10:37:12 +0000 (11:37 +0100)
commit3e1495f4c0e265c7552559ad52168718e14b0e0e
tree77ba6ef39dbdfe4f9ee6b3150373445ea4bb22bc
parentebdee6143f02822560f83ed3f1bf5472b6b6a725
board: amlogic: odroid: add runtime detection of the N2/N2+/C4/HC4 variants

Use the ADC channel 1 to check the hardware revision of the board and
detect the N2 vs. N2+ and the C4 vs. HC4 variants. Each of them use
different dtb file, so adjust fdtfile environment variable to the
detected variant.

The ADC min/max values for each variant are taken from the vendor code,
adjusted to the 12-bit ADC driver operation mode (vendor code use 10-bit
mode).

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I702a531c24b0fa9bdc1618defa1e0cc2b55c81c5
arch/arm/dts/meson-g12b-odroid-n2-u-boot.dtsi
arch/arm/dts/meson-sm1-odroid-c4-u-boot.dtsi
board/amlogic/odroid-n2/odroid-n2.c
configs/odroid-c4_defconfig
configs/odroid-n2_defconfig
include/samsung/tizen_amlogic.h