aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r--arch/arm/boot/dts/Makefile5
-rw-r--r--arch/arm/boot/dts/dbx5x0.dtsi4
-rw-r--r--arch/arm/boot/dts/hrefprev60.dts7
3 files changed, 13 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index d9cf7340572f..89dcc14f1931 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -94,7 +94,10 @@ dtb-$(CONFIG_ARCH_OMAP2PLUS) += omap2420-h4.dtb \
94 am335x-bone.dtb 94 am335x-bone.dtb
95dtb-$(CONFIG_ARCH_ORION5X) += orion5x-lacie-ethernet-disk-mini-v2.dtb 95dtb-$(CONFIG_ARCH_ORION5X) += orion5x-lacie-ethernet-disk-mini-v2.dtb
96dtb-$(CONFIG_ARCH_PRIMA2) += prima2-evb.dtb 96dtb-$(CONFIG_ARCH_PRIMA2) += prima2-evb.dtb
97dtb-$(CONFIG_ARCH_U8500) += snowball.dtb 97dtb-$(CONFIG_ARCH_U8500) += snowball.dtb \
98 hrefprev60.dtb \
99 hrefv60plus.dtb \
100 ccu9540.dtb
98dtb-$(CONFIG_ARCH_SHMOBILE) += emev2-kzm9d.dtb \ 101dtb-$(CONFIG_ARCH_SHMOBILE) += emev2-kzm9d.dtb \
99 r8a7740-armadillo800eva.dtb \ 102 r8a7740-armadillo800eva.dtb \
100 sh73a0-kzm9g.dtb 103 sh73a0-kzm9g.dtb
diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi
index 7ce45fc461fb..9f553630242a 100644
--- a/arch/arm/boot/dts/dbx5x0.dtsi
+++ b/arch/arm/boot/dts/dbx5x0.dtsi
@@ -638,10 +638,10 @@
638 regulator-name = "mmci-reg"; 638 regulator-name = "mmci-reg";
639 regulator-type = "voltage"; 639 regulator-type = "voltage";
640 640
641 gpios = <&tc3589x_gpio 18 0x4>;
642 gpio-enable = <&tc3589x_gpio 17 0x4>;
643 states = <1800000 0x1 641 states = <1800000 0x1
644 2900000 0x0>; 642 2900000 0x0>;
643
644 status = "disabled";
645 }; 645 };
646 }; 646 };
647}; 647};
diff --git a/arch/arm/boot/dts/hrefprev60.dts b/arch/arm/boot/dts/hrefprev60.dts
index b398946fd64a..eec29c4a86dc 100644
--- a/arch/arm/boot/dts/hrefprev60.dts
+++ b/arch/arm/boot/dts/hrefprev60.dts
@@ -37,5 +37,12 @@
37 reset-gpio = <&tc3589x_gpio 13 0x4>; 37 reset-gpio = <&tc3589x_gpio 13 0x4>;
38 }; 38 };
39 }; 39 };
40
41 vmmci: regulator-gpio {
42 gpios = <&tc3589x_gpio 18 0x4>;
43 gpio-enable = <&tc3589x_gpio 17 0x4>;
44
45 status = "okay";
46 };
40 }; 47 };
41}; 48};