From: Przemyslaw Marczak
Date: Tue, 27 Oct 2015 12:08:04 +0000 (+0100)
Subject: Odroid-XU3: dts: enable ADC, with request for pre-reloc bind
X-Git-Tag: KARO-TXSD-2017-03-15~2903^2~11
X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9090d1dd0e379d598b72c7176cf55f3343421dae;p=karo-tx-uboot.git
Odroid-XU3: dts: enable ADC, with request for pre-reloc bind
This ADC is required for Odroid's board revision detection.
The pre-reloc request is enabled, since board detection will
be done in one of early function call.
Signed-off-by: Przemyslaw Marczak
Cc: Minkyu Kang
Cc: Simon Glass
Signed-off-by: Minkyu Kang
---
diff --git a/arch/arm/dts/exynos5422-odroidxu3.dts b/arch/arm/dts/exynos5422-odroidxu3.dts
index 9dec679e0e..690c747289 100644
--- a/arch/arm/dts/exynos5422-odroidxu3.dts
+++ b/arch/arm/dts/exynos5422-odroidxu3.dts
@@ -31,6 +31,11 @@
0xb0000000 0xea00000>;
};
+ adc@12D10000 {
+ u-boot,dm-pre-reloc;
+ status = "okay";
+ };
+
i2c@12CA0000 {
s2mps11_pmic@66 {
compatible = "samsung,s2mps11-pmic";