Re: [PATCH 1/1] arm: n950: Add missing regulator definitions

2014-05-05 Thread Tony Lindgren
* Sakari Ailus  [140503 17:20]:
> The N950/N9 uses two additional regulators from the twl 4030 for CSI-2
> receiver (vaux2) and cameras (vaux3).
> 
> Signed-off-by: Sakari Ailus 

Thanks applying into omap-for-v3.16/dt.

Tony

> ---
>  arch/arm/boot/dts/omap3-n950-n9.dtsi |   14 ++
>  1 file changed, 14 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/omap3-n950-n9.dtsi 
> b/arch/arm/boot/dts/omap3-n950-n9.dtsi
> index 5c26c18..7d64f30 100644
> --- a/arch/arm/boot/dts/omap3-n950-n9.dtsi
> +++ b/arch/arm/boot/dts/omap3-n950-n9.dtsi
> @@ -67,6 +67,20 @@
>   ti,pulldowns= <0x008106>; /* BIT(1) | BIT(2) | BIT(8) | BIT(15) */
>  };
>  
> +/* CSI-2 receiver */
> +&vaux2 {
> + regulator-name = "vaux2"; 
> + regulator-min-microvolt = <180>;
> + regulator-max-microvolt = <180>;
> +};
> +
> +/* Cameras */
> +&vaux3 {
> + regulator-name = "vaux3"; 
> + regulator-min-microvolt = <280>;
> + regulator-max-microvolt = <280>;
> +};
> +
>  &i2c2 {
>   clock-frequency = <40>;
>  };
> -- 
> 1.7.10.4
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majord...@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 1/1] arm: n950: Add missing regulator definitions

2014-05-03 Thread Sakari Ailus
The N950/N9 uses two additional regulators from the twl 4030 for CSI-2
receiver (vaux2) and cameras (vaux3).

Signed-off-by: Sakari Ailus 
---
 arch/arm/boot/dts/omap3-n950-n9.dtsi |   14 ++
 1 file changed, 14 insertions(+)

diff --git a/arch/arm/boot/dts/omap3-n950-n9.dtsi 
b/arch/arm/boot/dts/omap3-n950-n9.dtsi
index 5c26c18..7d64f30 100644
--- a/arch/arm/boot/dts/omap3-n950-n9.dtsi
+++ b/arch/arm/boot/dts/omap3-n950-n9.dtsi
@@ -67,6 +67,20 @@
ti,pulldowns= <0x008106>; /* BIT(1) | BIT(2) | BIT(8) | BIT(15) */
 };
 
+/* CSI-2 receiver */
+&vaux2 {
+   regulator-name = "vaux2"; 
+   regulator-min-microvolt = <180>;
+   regulator-max-microvolt = <180>;
+};
+
+/* Cameras */
+&vaux3 {
+   regulator-name = "vaux3"; 
+   regulator-min-microvolt = <280>;
+   regulator-max-microvolt = <280>;
+};
+
 &i2c2 {
clock-frequency = <40>;
 };
-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html