summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/s5pc1xx-smdkc100.dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-10-20 19:48:33 -0600
committerSimon Glass <sjg@chromium.org>2014-10-22 10:36:00 -0600
commit3a4ed03cde5817479973d513e085dcefe135ac92 (patch)
treeacafee309a91799bf818014cb6a7f7c0308afa8a /arch/arm/dts/s5pc1xx-smdkc100.dts
parentc6b0b090329958d7c1bd1285a720490945258b94 (diff)
downloadblackbird-obmc-uboot-3a4ed03cde5817479973d513e085dcefe135ac92.tar.gz
blackbird-obmc-uboot-3a4ed03cde5817479973d513e085dcefe135ac92.zip
dm: exynos: Add pinctrl settings for smdkc100
These describe the GPIOs in enough detail for U-Boot's GPIO driver to operate. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/dts/s5pc1xx-smdkc100.dts')
-rw-r--r--arch/arm/dts/s5pc1xx-smdkc100.dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/s5pc1xx-smdkc100.dts b/arch/arm/dts/s5pc1xx-smdkc100.dts
index 42754ce811..95f15ed48d 100644
--- a/arch/arm/dts/s5pc1xx-smdkc100.dts
+++ b/arch/arm/dts/s5pc1xx-smdkc100.dts
@@ -9,6 +9,7 @@
/dts-v1/;
#include "skeleton.dtsi"
+#include "s5pc100-pinctrl.dtsi"
/ {
model = "Samsung SMDKC100 based on S5PC100";
@@ -17,6 +18,12 @@
aliases {
serial0 = "/serial@ec000000";
console = "/serial@ec000000";
+ pinctrl0 = &pinctrl0;
+ };
+
+ pinctrl0: pinctrl@e0300000 {
+ compatible = "samsung,s5pc100-pinctrl";
+ reg = <0xe0200000 0x1000>;
};
serial@ec000000 {
OpenPOWER on IntegriCloud