Re: [U-Boot] [PATCH V2 10/11] Odroid-XU3: dts: enable ADC, with request for pre-reloc bind

2015-10-03 Thread Simon Glass
On 21 September 2015 at 13:26, Przemyslaw Marczak  wrote:
> 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 
> ---
> Changes V2:
> - new commit
> ---
>  arch/arm/dts/exynos5422-odroidxu3.dts | 5 +
>  1 file changed, 5 insertions(+)

Reviewed-by: Simon Glass 
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH V2 10/11] Odroid-XU3: dts: enable ADC, with request for pre-reloc bind

2015-09-21 Thread Przemyslaw Marczak
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 
---
Changes V2:
- new commit
---
 arch/arm/dts/exynos5422-odroidxu3.dts | 5 +
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/dts/exynos5422-odroidxu3.dts 
b/arch/arm/dts/exynos5422-odroidxu3.dts
index 9dec679..690c747 100644
--- a/arch/arm/dts/exynos5422-odroidxu3.dts
+++ b/arch/arm/dts/exynos5422-odroidxu3.dts
@@ -31,6 +31,11 @@
0xb000 0xea0>;
};
 
+   adc@12D1 {
+   u-boot,dm-pre-reloc;
+   status = "okay";
+   };
+
i2c@12CA {
s2mps11_pmic@66 {
compatible = "samsung,s2mps11-pmic";
-- 
1.9.1

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