* [PATCH V2] ARM: dts: OMAP5: Add device nodes for ABB
@ 2014-06-06 1:11 Nishanth Menon
2014-07-07 11:32 ` Tony Lindgren
0 siblings, 1 reply; 4+ messages in thread
From: Nishanth Menon @ 2014-06-06 1:11 UTC (permalink / raw)
To: Benoît Cousson, Tony Lindgren
Cc: linux-omap, devicetree, linux-arm-kernel, nm
From: "Andrii.Tseglytskyi" <andrii.tseglytskyi@ti.com>
Add ABB device nodes for OMAP5 family of devices. Data is based on
final production OMAP543x Technical Reference Manual revision Z (April 2013).
Final production Data Manual for OMAP5432 SWPS050F(APRIL 2014).
[nm@ti.com: co-developer and updates to latest documentation]
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Andrii.Tseglytskyi <andrii.tseglytskyi@ti.com>
---
Original patch (v1): https://patchwork.kernel.org/patch/3555191/
Rest of the series was accepted, however, I had to drop this
previously to ensure that the data we introduce is compatible with
production samples and existing pre-production samples on various
OMAP5uEVMs already in circulation.
arch/arm/boot/dts/omap5.dtsi | 60 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 60 insertions(+)
diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi
index a4ed549..8eee6fb 100644
--- a/arch/arm/boot/dts/omap5.dtsi
+++ b/arch/arm/boot/dts/omap5.dtsi
@@ -985,6 +985,66 @@
dma-names = "audio_tx";
};
};
+
+ abb_mpu: regulator-abb-mpu {
+ compatible = "ti,abb-v2";
+ regulator-name = "abb_mpu";
+ #address-cells = <0>;
+ #size-cells = <0>;
+ clocks = <&sys_clkin>;
+ ti,settling-time = <50>;
+ ti,clock-cycles = <16>;
+
+ reg = <0x4ae07cdc 0x8>, <0x4ae06014 0x4>,
+ <0x4a0021c4 0x8>, <0x4ae0c318 0x4>;
+ reg-names = "base-address", "int-address",
+ "efuse-address", "ldo-address";
+ ti,tranxdone-status-mask = <0x80>;
+ /* LDOVBBMPU_MUX_CTRL */
+ ti,ldovbb-override-mask = <0x400>;
+ /* LDOVBBMPU_VSET_OUT */
+ ti,ldovbb-vset-mask = <0x1F>;
+
+ /*
+ * NOTE: only FBB mode used but actual vset will
+ * determine final biasing
+ */
+ ti,abb_info = <
+ /*uV ABB efuse rbb_m fbb_m vset_m*/
+ 1060000 0 0x0 0 0x02000000 0x01F00000
+ 1250000 0 0x4 0 0x02000000 0x01F00000
+ >;
+ };
+
+ abb_mm: regulator-abb-mm {
+ compatible = "ti,abb-v2";
+ regulator-name = "abb_mm";
+ #address-cells = <0>;
+ #size-cells = <0>;
+ clocks = <&sys_clkin>;
+ ti,settling-time = <50>;
+ ti,clock-cycles = <16>;
+
+ reg = <0x4ae07ce4 0x8>, <0x4ae06010 0x4>,
+ <0x4a0021a4 0x8>, <0x4ae0c314 0x4>;
+ reg-names = "base-address", "int-address",
+ "efuse-address", "ldo-address";
+ ti,tranxdone-status-mask = <0x80000000>;
+ /* LDOVBBMM_MUX_CTRL */
+ ti,ldovbb-override-mask = <0x400>;
+ /* LDOVBBMM_VSET_OUT */
+ ti,ldovbb-vset-mask = <0x1F>;
+
+ /*
+ * NOTE: only FBB mode used but actual vset will
+ * determine final biasing
+ */
+ ti,abb_info = <
+ /*uV ABB efuse rbb_m fbb_m vset_m*/
+ 1025000 0 0x0 0 0x02000000 0x01F00000
+ 1120000 0 0x4 0 0x02000000 0x01F00000
+ >;
+ };
};
};
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH V2] ARM: dts: OMAP5: Add device nodes for ABB
2014-06-06 1:11 [PATCH V2] ARM: dts: OMAP5: Add device nodes for ABB Nishanth Menon
@ 2014-07-07 11:32 ` Tony Lindgren
2014-07-07 14:23 ` Nishanth Menon
0 siblings, 1 reply; 4+ messages in thread
From: Tony Lindgren @ 2014-07-07 11:32 UTC (permalink / raw)
To: Nishanth Menon
Cc: Benoît Cousson, linux-omap, devicetree, linux-arm-kernel
* Nishanth Menon <nm@ti.com> [140605 18:12]:
> From: "Andrii.Tseglytskyi" <andrii.tseglytskyi@ti.com>
>
> Add ABB device nodes for OMAP5 family of devices. Data is based on
> final production OMAP543x Technical Reference Manual revision Z (April 2013).
> Final production Data Manual for OMAP5432 SWPS050F(APRIL 2014).
>
> [nm@ti.com: co-developer and updates to latest documentation]
> Signed-off-by: Nishanth Menon <nm@ti.com>
> Signed-off-by: Andrii.Tseglytskyi <andrii.tseglytskyi@ti.com>
> ---
> Original patch (v1): https://patchwork.kernel.org/patch/3555191/
>
> Rest of the series was accepted, however, I had to drop this
> previously to ensure that the data we introduce is compatible with
> production samples and existing pre-production samples on various
> OMAP5uEVMs already in circulation.
Is this OK to queue for v3.17 or do we need it for the -rc cycle?
Regards,
Tony
> arch/arm/boot/dts/omap5.dtsi | 60 ++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 60 insertions(+)
>
> diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi
> index a4ed549..8eee6fb 100644
> --- a/arch/arm/boot/dts/omap5.dtsi
> +++ b/arch/arm/boot/dts/omap5.dtsi
> @@ -985,6 +985,66 @@
> dma-names = "audio_tx";
> };
> };
> +
> + abb_mpu: regulator-abb-mpu {
> + compatible = "ti,abb-v2";
> + regulator-name = "abb_mpu";
> + #address-cells = <0>;
> + #size-cells = <0>;
> + clocks = <&sys_clkin>;
> + ti,settling-time = <50>;
> + ti,clock-cycles = <16>;
> +
> + reg = <0x4ae07cdc 0x8>, <0x4ae06014 0x4>,
> + <0x4a0021c4 0x8>, <0x4ae0c318 0x4>;
> + reg-names = "base-address", "int-address",
> + "efuse-address", "ldo-address";
> + ti,tranxdone-status-mask = <0x80>;
> + /* LDOVBBMPU_MUX_CTRL */
> + ti,ldovbb-override-mask = <0x400>;
> + /* LDOVBBMPU_VSET_OUT */
> + ti,ldovbb-vset-mask = <0x1F>;
> +
> + /*
> + * NOTE: only FBB mode used but actual vset will
> + * determine final biasing
> + */
> + ti,abb_info = <
> + /*uV ABB efuse rbb_m fbb_m vset_m*/
> + 1060000 0 0x0 0 0x02000000 0x01F00000
> + 1250000 0 0x4 0 0x02000000 0x01F00000
> + >;
> + };
> +
> + abb_mm: regulator-abb-mm {
> + compatible = "ti,abb-v2";
> + regulator-name = "abb_mm";
> + #address-cells = <0>;
> + #size-cells = <0>;
> + clocks = <&sys_clkin>;
> + ti,settling-time = <50>;
> + ti,clock-cycles = <16>;
> +
> + reg = <0x4ae07ce4 0x8>, <0x4ae06010 0x4>,
> + <0x4a0021a4 0x8>, <0x4ae0c314 0x4>;
> + reg-names = "base-address", "int-address",
> + "efuse-address", "ldo-address";
> + ti,tranxdone-status-mask = <0x80000000>;
> + /* LDOVBBMM_MUX_CTRL */
> + ti,ldovbb-override-mask = <0x400>;
> + /* LDOVBBMM_VSET_OUT */
> + ti,ldovbb-vset-mask = <0x1F>;
> +
> + /*
> + * NOTE: only FBB mode used but actual vset will
> + * determine final biasing
> + */
> + ti,abb_info = <
> + /*uV ABB efuse rbb_m fbb_m vset_m*/
> + 1025000 0 0x0 0 0x02000000 0x01F00000
> + 1120000 0 0x4 0 0x02000000 0x01F00000
> + >;
> + };
> };
> };
>
> --
> 1.7.9.5
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH V2] ARM: dts: OMAP5: Add device nodes for ABB
2014-07-07 11:32 ` Tony Lindgren
@ 2014-07-07 14:23 ` Nishanth Menon
2014-07-08 8:13 ` Tony Lindgren
0 siblings, 1 reply; 4+ messages in thread
From: Nishanth Menon @ 2014-07-07 14:23 UTC (permalink / raw)
To: Tony Lindgren
Cc: dt list, linux-omap, linux-arm-kernel@lists.infradead.org,
Benoît Cousson
On Mon, Jul 7, 2014 at 6:32 AM, Tony Lindgren <tony@atomide.com> wrote:
> * Nishanth Menon <nm@ti.com> [140605 18:12]:
>> From: "Andrii.Tseglytskyi" <andrii.tseglytskyi@ti.com>
>>
>> Add ABB device nodes for OMAP5 family of devices. Data is based on
>> final production OMAP543x Technical Reference Manual revision Z (April 2013).
>> Final production Data Manual for OMAP5432 SWPS050F(APRIL 2014).
>>
>> [nm@ti.com: co-developer and updates to latest documentation]
>> Signed-off-by: Nishanth Menon <nm@ti.com>
>> Signed-off-by: Andrii.Tseglytskyi <andrii.tseglytskyi@ti.com>
>> ---
>> Original patch (v1): https://patchwork.kernel.org/patch/3555191/
>>
>> Rest of the series was accepted, however, I had to drop this
>> previously to ensure that the data we introduce is compatible with
>> production samples and existing pre-production samples on various
>> OMAP5uEVMs already in circulation.
>
> Is this OK to queue for v3.17 or do we need it for the -rc cycle?
>
.17 should be fine Tony. Thanks for following up.
Regards,
Nishanth Menon
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH V2] ARM: dts: OMAP5: Add device nodes for ABB
2014-07-07 14:23 ` Nishanth Menon
@ 2014-07-08 8:13 ` Tony Lindgren
0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2014-07-08 8:13 UTC (permalink / raw)
To: Nishanth Menon
Cc: dt list, linux-omap, linux-arm-kernel@lists.infradead.org,
Benoît Cousson
* Nishanth Menon <nm@ti.com> [140707 07:25]:
> On Mon, Jul 7, 2014 at 6:32 AM, Tony Lindgren <tony@atomide.com> wrote:
> > * Nishanth Menon <nm@ti.com> [140605 18:12]:
> >> From: "Andrii.Tseglytskyi" <andrii.tseglytskyi@ti.com>
> >>
> >> Add ABB device nodes for OMAP5 family of devices. Data is based on
> >> final production OMAP543x Technical Reference Manual revision Z (April 2013).
> >> Final production Data Manual for OMAP5432 SWPS050F(APRIL 2014).
> >>
> >> [nm@ti.com: co-developer and updates to latest documentation]
> >> Signed-off-by: Nishanth Menon <nm@ti.com>
> >> Signed-off-by: Andrii.Tseglytskyi <andrii.tseglytskyi@ti.com>
> >> ---
> >> Original patch (v1): https://patchwork.kernel.org/patch/3555191/
> >>
> >> Rest of the series was accepted, however, I had to drop this
> >> previously to ensure that the data we introduce is compatible with
> >> production samples and existing pre-production samples on various
> >> OMAP5uEVMs already in circulation.
> >
> > Is this OK to queue for v3.17 or do we need it for the -rc cycle?
> >
>
> .17 should be fine Tony. Thanks for following up.
OK applying into omap-for-v3.17/fixes-not-urgent thanks.
Tony
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-07-08 8:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-06 1:11 [PATCH V2] ARM: dts: OMAP5: Add device nodes for ABB Nishanth Menon
2014-07-07 11:32 ` Tony Lindgren
2014-07-07 14:23 ` Nishanth Menon
2014-07-08 8:13 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).