summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPrzemyslaw Marczak <[email protected]>2015-10-27 13:08:02 +0100
committerMinkyu Kang <[email protected]>2015-11-02 10:38:00 +0900
commit4d577e0810ccc10cfb7ea61308061fa7ef832468 (patch)
treecd00671c6b309815adfac60ad3b2a389e5efa504 /arch
parent3b3ad9015e95ccad1a06e2eed1f182c8ddc36b21 (diff)
Odroid-XU3: enable s2mps11 PMIC support
Signed-off-by: Przemyslaw Marczak <[email protected]> Cc: Minkyu Kang <[email protected]> Cc: Simon Glass <[email protected]> Tested-by: Anand Moon <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/exynos5422-odroidxu3.dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/exynos5422-odroidxu3.dts b/arch/arm/dts/exynos5422-odroidxu3.dts
index d0a8621fdad..9dec679e0e8 100644
--- a/arch/arm/dts/exynos5422-odroidxu3.dts
+++ b/arch/arm/dts/exynos5422-odroidxu3.dts
@@ -31,6 +31,13 @@
0xb0000000 0xea00000>;
};
+ i2c@12CA0000 {
+ s2mps11_pmic@66 {
+ compatible = "samsung,s2mps11-pmic";
+ reg = <0x66>;
+ };
+ };
+
ehci@12110000 {
samsung,vbus-gpio = <&gpx2 6 GPIO_ACTIVE_HIGH>;
};