* [PATCH V3 1/7] ARM: dts: Add pin-control related changes for Arndale board
2013-04-02 8:15 [PATCH V3 0/7] Update Arndale board support Tushar Behera
@ 2013-04-02 8:15 ` Tushar Behera
2013-04-02 8:15 ` [PATCH V3 2/7] ARM: dts: Add disable-wp for card slot on exynos5250-arndale Tushar Behera
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Tushar Behera @ 2013-04-02 8:15 UTC (permalink / raw)
To: linux-samsung-soc, devicetree-discuss; +Cc: kgene.kim, patches
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
---
This is a new patch in the patch-set.
arch/arm/boot/dts/exynos5250-arndale.dts | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts
index 5de019c..7e7a61e 100644
--- a/arch/arm/boot/dts/exynos5250-arndale.dts
+++ b/arch/arm/boot/dts/exynos5250-arndale.dts
@@ -69,15 +69,12 @@
samsung,dw-mshc-ciu-div = <3>;
samsung,dw-mshc-sdr-timing = <2 3>;
samsung,dw-mshc-ddr-timing = <1 2>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_bus4 &sd0_bus8>;
slot@0 {
reg = <0>;
bus-width = <8>;
- gpios = <&gpc0 0 2 0 3>, <&gpc0 1 2 0 3>,
- <&gpc0 3 2 3 3>, <&gpc0 4 2 3 3>,
- <&gpc0 5 2 3 3>, <&gpc0 6 2 3 3>,
- <&gpc1 0 2 3 3>, <&gpc1 1 2 3 3>,
- <&gpc1 2 2 3 3>, <&gpc1 3 2 3 3>;
};
};
@@ -93,14 +90,12 @@
samsung,dw-mshc-ciu-div = <3>;
samsung,dw-mshc-sdr-timing = <2 3>;
samsung,dw-mshc-ddr-timing = <1 2>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus4>;
slot@0 {
reg = <0>;
bus-width = <4>;
- samsung,cd-pinmux-gpio = <&gpc3 2 2 3 3>;
- gpios = <&gpc3 0 2 0 3>, <&gpc3 1 2 0 3>,
- <&gpc3 3 2 3 3>, <&gpc3 4 2 3 3>,
- <&gpc3 5 2 3 3>, <&gpc3 6 2 3 3>;
};
};
--
1.7.9.5
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH V3 2/7] ARM: dts: Add disable-wp for card slot on exynos5250-arndale
2013-04-02 8:15 [PATCH V3 0/7] Update Arndale board support Tushar Behera
2013-04-02 8:15 ` [PATCH V3 1/7] ARM: dts: Add pin-control related changes for Arndale board Tushar Behera
@ 2013-04-02 8:15 ` Tushar Behera
2013-04-02 8:15 ` [PATCH V3 3/7] ARM: dts: Add gpio-button entries for Arndale board Tushar Behera
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Tushar Behera @ 2013-04-02 8:15 UTC (permalink / raw)
To: linux-samsung-soc, devicetree-discuss; +Cc: kgene.kim, patches, Sachin Kamat
From: Sachin Kamat <sachin.kamat@linaro.org>
This is required to keep the existing functionality of having no
write protect pin on Arndale board.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
---
This is a new patch in the patchset.
arch/arm/boot/dts/exynos5250-arndale.dts | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts
index 7e7a61e..d07a21f 100644
--- a/arch/arm/boot/dts/exynos5250-arndale.dts
+++ b/arch/arm/boot/dts/exynos5250-arndale.dts
@@ -96,6 +96,7 @@
slot@0 {
reg = <0>;
bus-width = <4>;
+ disable-wp;
};
};
--
1.7.9.5
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH V3 3/7] ARM: dts: Add gpio-button entries for Arndale board
2013-04-02 8:15 [PATCH V3 0/7] Update Arndale board support Tushar Behera
2013-04-02 8:15 ` [PATCH V3 1/7] ARM: dts: Add pin-control related changes for Arndale board Tushar Behera
2013-04-02 8:15 ` [PATCH V3 2/7] ARM: dts: Add disable-wp for card slot on exynos5250-arndale Tushar Behera
@ 2013-04-02 8:15 ` Tushar Behera
2013-04-02 8:15 ` [PATCH V3 4/7] ARM: dts: Add PMIC node entry " Tushar Behera
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Tushar Behera @ 2013-04-02 8:15 UTC (permalink / raw)
To: linux-samsung-soc, devicetree-discuss; +Cc: kgene.kim, patches
Added GPIO buttons DT node to Arndale board file.
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
Changes for V3:
* Removed redundant #address-cells and #size-cells
* Pin-control related modifications.
arch/arm/boot/dts/exynos5250-arndale.dts | 46 ++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts
index d07a21f..03c9ad5 100644
--- a/arch/arm/boot/dts/exynos5250-arndale.dts
+++ b/arch/arm/boot/dts/exynos5250-arndale.dts
@@ -122,4 +122,50 @@
clock-frequency = <24000000>;
};
};
+
+ gpio_keys {
+ compatible = "gpio-keys";
+
+ menu {
+ label = "SW-TACT2";
+ gpios = <&gpx1 4 1>;
+ linux,code = <139>;
+ gpio-key,wakeup;
+ };
+
+ home {
+ label = "SW-TACT3";
+ gpios = <&gpx1 5 1>;
+ linux,code = <102>;
+ gpio-key,wakeup;
+ };
+
+ up {
+ label = "SW-TACT4";
+ gpios = <&gpx1 6 1>;
+ linux,code = <103>;
+ gpio-key,wakeup;
+ };
+
+ down {
+ label = "SW-TACT5";
+ gpios = <&gpx1 7 1>;
+ linux,code = <108>;
+ gpio-key,wakeup;
+ };
+
+ back {
+ label = "SW-TACT6";
+ gpios = <&gpx2 0 1>;
+ linux,code = <158>;
+ gpio-key,wakeup;
+ };
+
+ wakeup {
+ label = "SW-TACT7";
+ gpios = <&gpx2 1 1>;
+ linux,code = <143>;
+ gpio-key,wakeup;
+ };
+ };
};
--
1.7.9.5
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH V3 4/7] ARM: dts: Add PMIC node entry for Arndale board
2013-04-02 8:15 [PATCH V3 0/7] Update Arndale board support Tushar Behera
` (2 preceding siblings ...)
2013-04-02 8:15 ` [PATCH V3 3/7] ARM: dts: Add gpio-button entries for Arndale board Tushar Behera
@ 2013-04-02 8:15 ` Tushar Behera
2013-04-02 8:15 ` [PATCH V3 5/7] ARM: dts: Add vmmc regulator support " Tushar Behera
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Tushar Behera @ 2013-04-02 8:15 UTC (permalink / raw)
To: linux-samsung-soc, devicetree-discuss
Cc: kgene.kim, patches, Amit Daniel Kachhap
From: Amit Daniel Kachhap <amit.daniel@samsung.com>
Added S5M8767 PMIC DT nodes for Arndale board. Only the used
LDO's/BUCK are defined here. Also the nodes describe the default/reset
state LDO's and no power mangement tuning is implemented. The usage
desription can be found in s5m8767 device tree binding documentation.
Signed-off-by: Amit Daniel Kachhap <amit.daniel@samsung.com>
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
---
Changes for V3:
* Pin-control related modifications.
arch/arm/boot/dts/exynos5250-arndale.dts | 255 +++++++++++++++++++++++++++++-
1 file changed, 254 insertions(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts
index 03c9ad5..7c3f54b 100644
--- a/arch/arm/boot/dts/exynos5250-arndale.dts
+++ b/arch/arm/boot/dts/exynos5250-arndale.dts
@@ -25,7 +25,260 @@
};
i2c@12C60000 {
- status = "disabled";
+ samsung,i2c-sda-delay = <100>;
+ samsung,i2c-max-bus-freq = <20000>;
+ samsung,i2c-slave-addr = <0x66>;
+
+ s5m8767_pmic@66 {
+ compatible = "samsung,s5m8767-pmic";
+ reg = <0x66>;
+
+ s5m8767,pmic-buck2-dvs-voltage = <1300000>;
+ s5m8767,pmic-buck3-dvs-voltage = <1100000>;
+ s5m8767,pmic-buck4-dvs-voltage = <1200000>;
+ s5m8767,pmic-buck-dvs-gpios = <&gpd1 0 0>,
+ <&gpd1 1 0>,
+ <&gpd1 2 0>;
+ s5m8767,pmic-buck-ds-gpios = <&gpx2 3 0>,
+ <&gpx2 4 0>,
+ <&gpx2 5 0>;
+ regulators {
+ ldo1_reg: LDO1 {
+ regulator-name = "VDD_ALIVE_1.0V";
+ regulator-min-microvolt = <1100000>;
+ regulator-max-microvolt = <1100000>;
+ regulator-always-on;
+ regulator-boot-on;
+ op_mode = <1>;
+ };
+
+ ldo2_reg: LDO2 {
+ regulator-name = "VDD_28IO_DP_1.35V";
+ regulator-min-microvolt = <1200000>;
+ regulator-max-microvolt = <1200000>;
+ regulator-always-on;
+ regulator-boot-on;
+ op_mode = <1>;
+ };
+
+ ldo3_reg: LDO3 {
+ regulator-name = "VDD_COMMON1_1.8V";
+ regulator-min-microvolt = <1800000>;
+ regulator-max-microvolt = <1800000>;
+ regulator-always-on;
+ regulator-boot-on;
+ op_mode = <1>;
+ };
+
+ ldo4_reg: LDO4 {
+ regulator-name = "VDD_IOPERI_1.8V";
+ regulator-min-microvolt = <1800000>;
+ regulator-max-microvolt = <1800000>;
+ op_mode = <1>;
+ };
+
+ ldo5_reg: LDO5 {
+ regulator-name = "VDD_EXT_1.8V";
+ regulator-min-microvolt = <1800000>;
+ regulator-max-microvolt = <1800000>;
+ regulator-always-on;
+ regulator-boot-on;
+ op_mode = <1>;
+ };
+
+ ldo6_reg: LDO6 {
+ regulator-name = "VDD_MPLL_1.1V";
+ regulator-min-microvolt = <1100000>;
+ regulator-max-microvolt = <1100000>;
+ regulator-always-on;
+ regulator-boot-on;
+ op_mode = <1>;
+ };
+
+ ldo7_reg: LDO7 {
+ regulator-name = "VDD_XPLL_1.1V";
+ regulator-min-microvolt = <1100000>;
+ regulator-max-microvolt = <1100000>;
+ regulator-always-on;
+ regulator-boot-on;
+ op_mode = <1>;
+ };
+
+ ldo8_reg: LDO8 {
+ regulator-name = "VDD_COMMON2_1.0V";
+ regulator-min-microvolt = <1000000>;
+ regulator-max-microvolt = <1000000>;
+ regulator-always-on;
+ regulator-boot-on;
+ op_mode = <1>;
+ };
+
+ ldo9_reg: LDO9 {
+ regulator-name = "VDD_33ON_3.0V";
+ regulator-min-microvolt = <3000000>;
+ regulator-max-microvolt = <3000000>;
+ op_mode = <1>;
+ };
+
+ ldo10_reg: LDO10 {
+ regulator-name = "VDD_COMMON3_1.8V";
+ regulator-min-microvolt = <1800000>;
+ regulator-max-microvolt = <1800000>;
+ regulator-always-on;
+ regulator-boot-on;
+ op_mode = <1>;
+ };
+
+ ldo11_reg: LDO11 {
+ regulator-name = "VDD_ABB2_1.8V";
+ regulator-min-microvolt = <1800000>;
+ regulator-max-microvolt = <1800000>;
+ regulator-always-on;
+ regulator-boot-on;
+ op_mode = <1>;
+ };
+
+ ldo12_reg: LDO12 {
+ regulator-name = "VDD_USB_3.0V";
+ regulator-min-microvolt = <3000000>;
+ regulator-max-microvolt = <3000000>;
+ regulator-always-on;
+ regulator-boot-on;
+ op_mode = <1>;
+ };
+
+ ldo13_reg: LDO13 {
+ regulator-name = "VDDQ_C2C_W_1.8V";
+ regulator-min-microvolt = <1800000>;
+ regulator-max-microvolt = <1800000>;
+ regulator-always-on;
+ regulator-boot-on;
+ op_mode = <1>;
+ };
+
+ ldo14_reg: LDO14 {
+ regulator-name = "VDD18_ABB0_3_1.8V";
+ regulator-min-microvolt = <1800000>;
+ regulator-max-microvolt = <1800000>;
+ regulator-always-on;
+ regulator-boot-on;
+ op_mode = <1>;
+ };
+
+ ldo15_reg: LDO15 {
+ regulator-name = "VDD10_COMMON4_1.0V";
+ regulator-min-microvolt = <1000000>;
+ regulator-max-microvolt = <1000000>;
+ regulator-always-on;
+ regulator-boot-on;
+ op_mode = <1>;
+ };
+
+ ldo16_reg: LDO16 {
+ regulator-name = "VDD18_HSIC_1.8V";
+ regulator-min-microvolt = <1800000>;
+ regulator-max-microvolt = <1800000>;
+ regulator-always-on;
+ regulator-boot-on;
+ op_mode = <1>;
+ };
+
+ ldo17_reg: LDO17 {
+ regulator-name = "VDDQ_MMC2_3_2.8V";
+ regulator-min-microvolt = <2800000>;
+ regulator-max-microvolt = <2800000>;
+ regulator-always-on;
+ regulator-boot-on;
+ op_mode = <1>;
+ };
+
+ ldo18_reg: LDO18 {
+ regulator-name = "VDD_33ON_2.8V";
+ regulator-min-microvolt = <2800000>;
+ regulator-max-microvolt = <2800000>;
+ op_mode = <1>;
+ };
+
+ ldo22_reg: LDO22 {
+ regulator-name = "EXT_33_OFF";
+ regulator-min-microvolt = <3300000>;
+ regulator-max-microvolt = <3300000>;
+ op_mode = <1>;
+ };
+
+ ldo23_reg: LDO23 {
+ regulator-name = "EXT_28_OFF";
+ regulator-min-microvolt = <2800000>;
+ regulator-max-microvolt = <2800000>;
+ op_mode = <1>;
+ };
+
+ ldo25_reg: LDO25 {
+ regulator-name = "PVDD_LDO25";
+ regulator-min-microvolt = <1200000>;
+ regulator-max-microvolt = <1200000>;
+ op_mode = <1>;
+ };
+
+ ldo26_reg: LDO26 {
+ regulator-name = "EXT_18_OFF";
+ regulator-min-microvolt = <1800000>;
+ regulator-max-microvolt = <1800000>;
+ op_mode = <1>;
+ };
+
+ buck1_reg: BUCK1 {
+ regulator-name = "vdd_mif";
+ regulator-min-microvolt = <950000>;
+ regulator-max-microvolt = <1200000>;
+ regulator-always-on;
+ regulator-boot-on;
+ op_mode = <1>;
+ };
+
+ buck2_reg: BUCK2 {
+ regulator-name = "vdd_arm";
+ regulator-min-microvolt = <925000>;
+ regulator-max-microvolt = <1300000>;
+ regulator-always-on;
+ regulator-boot-on;
+ op_mode = <1>;
+ };
+
+ buck3_reg: BUCK3 {
+ regulator-name = "vdd_int";
+ regulator-min-microvolt = <900000>;
+ regulator-max-microvolt = <1200000>;
+ regulator-always-on;
+ regulator-boot-on;
+ op_mode = <1>;
+ };
+
+ buck4_reg: BUCK4 {
+ regulator-name = "vdd_g3d";
+ regulator-min-microvolt = <1000000>;
+ regulator-max-microvolt = <1000000>;
+ regulator-boot-on;
+ op_mode = <1>;
+ };
+
+ buck5_reg: BUCK5 {
+ regulator-name = "VDD_MEM_1.35V";
+ regulator-min-microvolt = <750000>;
+ regulator-max-microvolt = <1355000>;
+ regulator-always-on;
+ regulator-boot-on;
+ op_mode = <1>;
+ };
+
+ buck9_reg: BUCK9 {
+ regulator-name = "VDD_33_OFF_EXT1";
+ regulator-min-microvolt = <750000>;
+ regulator-max-microvolt = <3000000>;
+ op_mode = <1>;
+ };
+ };
+ };
};
i2c@12C70000 {
--
1.7.9.5
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH V3 5/7] ARM: dts: Add vmmc regulator support for Arndale board
2013-04-02 8:15 [PATCH V3 0/7] Update Arndale board support Tushar Behera
` (3 preceding siblings ...)
2013-04-02 8:15 ` [PATCH V3 4/7] ARM: dts: Add PMIC node entry " Tushar Behera
@ 2013-04-02 8:15 ` Tushar Behera
2013-04-02 8:15 ` [PATCH V3 6/7] ARM: dts: Add MFC codec " Tushar Behera
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Tushar Behera @ 2013-04-02 8:15 UTC (permalink / raw)
To: linux-samsung-soc, devicetree-discuss; +Cc: kgene.kim, patches, Sachin Kamat
From: Sachin Kamat <sachin.kamat@linaro.org>
Added vmmc regulator node to Arndale DT file.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
---
Changes for V3:
* Pin-control related modifications.
arch/arm/boot/dts/exynos5250-arndale.dts | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts
index 7c3f54b..e7fa72c 100644
--- a/arch/arm/boot/dts/exynos5250-arndale.dts
+++ b/arch/arm/boot/dts/exynos5250-arndale.dts
@@ -322,6 +322,7 @@
samsung,dw-mshc-ciu-div = <3>;
samsung,dw-mshc-sdr-timing = <2 3>;
samsung,dw-mshc-ddr-timing = <1 2>;
+ vmmc-supply = <&mmc_reg>;
pinctrl-names = "default";
pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_bus4 &sd0_bus8>;
@@ -343,6 +344,7 @@
samsung,dw-mshc-ciu-div = <3>;
samsung,dw-mshc-sdr-timing = <2 3>;
samsung,dw-mshc-ddr-timing = <1 2>;
+ vmmc-supply = <&mmc_reg>;
pinctrl-names = "default";
pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus4>;
@@ -421,4 +423,13 @@
gpio-key,wakeup;
};
};
+
+ mmc_reg: voltage-regulator {
+ compatible = "regulator-fixed";
+ regulator-name = "VDD_33ON_2.8V";
+ regulator-min-microvolt = <2800000>;
+ regulator-max-microvolt = <2800000>;
+ gpio = <&gpx1 1 1>;
+ enable-active-high;
+ };
};
--
1.7.9.5
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH V3 6/7] ARM: dts: Add MFC codec support for Arndale board
2013-04-02 8:15 [PATCH V3 0/7] Update Arndale board support Tushar Behera
` (4 preceding siblings ...)
2013-04-02 8:15 ` [PATCH V3 5/7] ARM: dts: Add vmmc regulator support " Tushar Behera
@ 2013-04-02 8:15 ` Tushar Behera
2013-04-02 8:15 ` [PATCH V3 7/7] ARM: dts: Add HDMI HPD and regulator node " Tushar Behera
2013-04-04 5:24 ` [PATCH V3 0/7] Update Arndale board support Kukjin Kim
7 siblings, 0 replies; 9+ messages in thread
From: Tushar Behera @ 2013-04-02 8:15 UTC (permalink / raw)
To: linux-samsung-soc, devicetree-discuss; +Cc: kgene.kim, patches, Sachin Kamat
From: Sachin Kamat <sachin.kamat@linaro.org>
Added MFC codec node to Arndale DT file.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
No changes for V3
arch/arm/boot/dts/exynos5250-arndale.dts | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts
index e7fa72c..5910df7 100644
--- a/arch/arm/boot/dts/exynos5250-arndale.dts
+++ b/arch/arm/boot/dts/exynos5250-arndale.dts
@@ -24,6 +24,11 @@
bootargs = "console=ttySAC2,115200";
};
+ codec@11000000 {
+ samsung,mfc-r = <0x43000000 0x800000>;
+ samsung,mfc-l = <0x51000000 0x800000>;
+ };
+
i2c@12C60000 {
samsung,i2c-sda-delay = <100>;
samsung,i2c-max-bus-freq = <20000>;
--
1.7.9.5
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH V3 7/7] ARM: dts: Add HDMI HPD and regulator node for Arndale board
2013-04-02 8:15 [PATCH V3 0/7] Update Arndale board support Tushar Behera
` (5 preceding siblings ...)
2013-04-02 8:15 ` [PATCH V3 6/7] ARM: dts: Add MFC codec " Tushar Behera
@ 2013-04-02 8:15 ` Tushar Behera
2013-04-04 5:24 ` [PATCH V3 0/7] Update Arndale board support Kukjin Kim
7 siblings, 0 replies; 9+ messages in thread
From: Tushar Behera @ 2013-04-02 8:15 UTC (permalink / raw)
To: linux-samsung-soc, devicetree-discuss; +Cc: kgene.kim, patches, Sachin Kamat
From: Sachin Kamat <sachin.kamat@linaro.org>
Added HDMI hot plug and regulator nodes to Arndale DT file.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
---
Changes for V3:
* Pin-control related modifications.
arch/arm/boot/dts/exynos5250-arndale.dts | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts
index 5910df7..c4057ea 100644
--- a/arch/arm/boot/dts/exynos5250-arndale.dts
+++ b/arch/arm/boot/dts/exynos5250-arndale.dts
@@ -429,6 +429,13 @@
};
};
+ hdmi {
+ hpd-gpio = <&gpx3 7 2>;
+ vdd_osc-supply = <&ldo10_reg>;
+ vdd_pll-supply = <&ldo8_reg>;
+ vdd-supply = <&ldo8_reg>;
+ };
+
mmc_reg: voltage-regulator {
compatible = "regulator-fixed";
regulator-name = "VDD_33ON_2.8V";
@@ -437,4 +444,9 @@
gpio = <&gpx1 1 1>;
enable-active-high;
};
+
+ reg_hdmi_en: fixedregulator@0 {
+ compatible = "regulator-fixed";
+ regulator-name = "hdmi-en";
+ };
};
--
1.7.9.5
^ permalink raw reply related [flat|nested] 9+ messages in thread
* RE: [PATCH V3 0/7] Update Arndale board support
2013-04-02 8:15 [PATCH V3 0/7] Update Arndale board support Tushar Behera
` (6 preceding siblings ...)
2013-04-02 8:15 ` [PATCH V3 7/7] ARM: dts: Add HDMI HPD and regulator node " Tushar Behera
@ 2013-04-04 5:24 ` Kukjin Kim
7 siblings, 0 replies; 9+ messages in thread
From: Kukjin Kim @ 2013-04-04 5:24 UTC (permalink / raw)
To: 'Tushar Behera', linux-samsung-soc, devicetree-discuss; +Cc: patches
Tushar Behera wrote:
>
> Arndale board support has been updated using pin-control and
> common clock framework.
>
> The patchset is based on Kukjin's for-next.
> commit d58f6a153f40 ("Merge branch 'next/clk-exynos-2' into for-next")
>
> It depends on following patchset.
>
> [PATCH 0/2] ARM: dts: Add default pin states for client nodes on Exynos4/5
> platforms
> http://comments.gmane.org/gmane.linux.kernel.samsung-soc/16559
>
> Following 2 patches have been newly added in this patchset because
> of changes during 3.9 merge window.
> 1/7: ARM: dts: Add pin-control related changes for Arndale board
> 2/7: ARM: dts: Add disable-wp for card slot on exynos5250-arndale
>
> Amit Daniel Kachhap (1):
> ARM: dts: Add PMIC node entry for Arndale board
>
> Sachin Kamat (4):
> ARM: dts: Add disable-wp for card slot on exynos5250-arndale
> ARM: dts: Add vmmc regulator support for Arndale board
> ARM: dts: Add MFC codec support for Arndale board
> ARM: dts: Add HDMI HPD and regulator node for Arndale board
>
> Tushar Behera (2):
> ARM: dts: Add pin-control related changes for Arndale board
> ARM: dts: Add gpio-button entries for Arndale board
>
> arch/arm/boot/dts/exynos5250-arndale.dts | 343
> +++++++++++++++++++++++++++++-
> 1 file changed, 333 insertions(+), 10 deletions(-)
>
> --
> 1.7.9.5
Applied this whole series, thanks.
- Kukjin
^ permalink raw reply [flat|nested] 9+ messages in thread