* [PATCH 1/1] ARM: dts: Add fixed voltage regulators to Exynos5420 SMDK board
@ 2014-02-06 6:56 Sachin Kamat
2014-02-24 0:23 ` Kukjin Kim
0 siblings, 1 reply; 2+ messages in thread
From: Sachin Kamat @ 2014-02-06 6:56 UTC (permalink / raw)
To: linux-samsung-soc; +Cc: kgene.kim, sachin.kamat
Fixed voltage regulators required by audio codec added.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
arch/arm/boot/dts/exynos5420-smdk5420.dts | 33 +++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/arch/arm/boot/dts/exynos5420-smdk5420.dts b/arch/arm/boot/dts/exynos5420-smdk5420.dts
index edb4926f17d6..ae1ee0470fca 100644
--- a/arch/arm/boot/dts/exynos5420-smdk5420.dts
+++ b/arch/arm/boot/dts/exynos5420-smdk5420.dts
@@ -31,6 +31,39 @@
};
};
+ regulators {
+ compatible = "simple-bus";
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ vdd: fixed-regulator@0 {
+ compatible = "regulator-fixed";
+ reg = <0>;
+ regulator-name = "vdd-supply";
+ regulator-min-microvolt = <1800000>;
+ regulator-max-microvolt = <1800000>;
+ regulator-always-on;
+ };
+
+ dbvdd: fixed-regulator@1 {
+ compatible = "regulator-fixed";
+ reg = <1>;
+ regulator-name = "dbvdd-supply";
+ regulator-min-microvolt = <3300000>;
+ regulator-max-microvolt = <3300000>;
+ regulator-always-on;
+ };
+
+ spkvdd: fixed-regulator@2 {
+ compatible = "regulator-fixed";
+ reg = <2>;
+ regulator-name = "spkvdd-supply";
+ regulator-min-microvolt = <5000000>;
+ regulator-max-microvolt = <5000000>;
+ regulator-always-on;
+ };
+ };
+
rtc@101E0000 {
status = "okay";
};
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH 1/1] ARM: dts: Add fixed voltage regulators to Exynos5420 SMDK board
2014-02-06 6:56 [PATCH 1/1] ARM: dts: Add fixed voltage regulators to Exynos5420 SMDK board Sachin Kamat
@ 2014-02-24 0:23 ` Kukjin Kim
0 siblings, 0 replies; 2+ messages in thread
From: Kukjin Kim @ 2014-02-24 0:23 UTC (permalink / raw)
To: Sachin Kamat; +Cc: linux-samsung-soc, kgene.kim
On 02/06/14 15:56, Sachin Kamat wrote:
> Fixed voltage regulators required by audio codec added.
>
> Signed-off-by: Sachin Kamat<sachin.kamat@linaro.org>
> ---
> arch/arm/boot/dts/exynos5420-smdk5420.dts | 33 +++++++++++++++++++++++++++++
> 1 file changed, 33 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos5420-smdk5420.dts b/arch/arm/boot/dts/exynos5420-smdk5420.dts
> index edb4926f17d6..ae1ee0470fca 100644
> --- a/arch/arm/boot/dts/exynos5420-smdk5420.dts
> +++ b/arch/arm/boot/dts/exynos5420-smdk5420.dts
> @@ -31,6 +31,39 @@
> };
> };
>
> + regulators {
> + compatible = "simple-bus";
> + #address-cells =<1>;
> + #size-cells =<0>;
> +
> + vdd: fixed-regulator@0 {
> + compatible = "regulator-fixed";
> + reg =<0>;
> + regulator-name = "vdd-supply";
> + regulator-min-microvolt =<1800000>;
> + regulator-max-microvolt =<1800000>;
> + regulator-always-on;
> + };
> +
> + dbvdd: fixed-regulator@1 {
> + compatible = "regulator-fixed";
> + reg =<1>;
> + regulator-name = "dbvdd-supply";
> + regulator-min-microvolt =<3300000>;
> + regulator-max-microvolt =<3300000>;
> + regulator-always-on;
> + };
> +
> + spkvdd: fixed-regulator@2 {
> + compatible = "regulator-fixed";
> + reg =<2>;
> + regulator-name = "spkvdd-supply";
> + regulator-min-microvolt =<5000000>;
> + regulator-max-microvolt =<5000000>;
> + regulator-always-on;
> + };
> + };
> +
> rtc@101E0000 {
> status = "okay";
> };
Applied, thanks.
- Kukjin
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-02-24 0:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-06 6:56 [PATCH 1/1] ARM: dts: Add fixed voltage regulators to Exynos5420 SMDK board Sachin Kamat
2014-02-24 0:23 ` Kukjin Kim
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.