devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] ARM: dts: TPS65218: Clean ups
@ 2016-07-04  9:55 Keerthy
  2016-07-04  9:55 ` [PATCH 1/4] ARM: dts: AM437X-GP-EVM: Remove redundant regulator compatibles Keerthy
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Keerthy @ 2016-07-04  9:55 UTC (permalink / raw)
  To: tony
  Cc: linux-omap, linux-kernel, devicetree, lee.jones, broonie, robh+dt,
	j-keerthy

Now that all the driver patches are Acked by respective sub-system
Maintainers. Here is the set of Device Tree patches. Another set
of Device Tree patches were posted earlier which touch the same
files: https://lkml.org/lkml/2016/7/4/36

This series is on top of the above patch set. This series applies
cleanly on top of the above patchset.

Boot tested on am437x-sk-evm and am437x-gp-evm.

Keerthy (4):
  ARM: dts: AM437X-GP-EVM: Remove redundant regulator compatibles
  ARM: dts: AM437X-SK-EVM: Remove redundant regulator compatibles
  ARM: dts: AM437X-CM-T43: Remove redundant regulator compatibles
  ARM: dts: AM43X-EPOS-EVM: Remove redundant regulator compatibles

 arch/arm/boot/dts/am437x-cm-t43.dts  | 6 ------
 arch/arm/boot/dts/am437x-gp-evm.dts  | 6 ------
 arch/arm/boot/dts/am437x-sk-evm.dts  | 5 -----
 arch/arm/boot/dts/am43x-epos-evm.dts | 7 -------
 4 files changed, 24 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH 1/4] ARM: dts: AM437X-GP-EVM: Remove redundant regulator compatibles
  2016-07-04  9:55 [PATCH 0/4] ARM: dts: TPS65218: Clean ups Keerthy
@ 2016-07-04  9:55 ` Keerthy
  2016-07-04  9:55 ` [PATCH 2/4] ARM: dts: AM437X-SK-EVM: " Keerthy
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Keerthy @ 2016-07-04  9:55 UTC (permalink / raw)
  To: tony
  Cc: linux-omap, linux-kernel, devicetree, lee.jones, broonie, robh+dt,
	j-keerthy

With the device tree parsing using the regulator framework
there is a no longer a need for separate compatibles for
individual regulator nodes. Hence removing them all.

Signed-off-by: Keerthy <j-keerthy@ti.com>
---
 arch/arm/boot/dts/am437x-gp-evm.dts | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/arch/arm/boot/dts/am437x-gp-evm.dts b/arch/arm/boot/dts/am437x-gp-evm.dts
index 1cecc09..cafa974 100644
--- a/arch/arm/boot/dts/am437x-gp-evm.dts
+++ b/arch/arm/boot/dts/am437x-gp-evm.dts
@@ -513,7 +513,6 @@
 		#interrupt-cells = <2>;
 
 		dcdc1: regulator-dcdc1 {
-			compatible = "ti,tps65218-dcdc1";
 			regulator-name = "vdd_core";
 			regulator-min-microvolt = <912000>;
 			regulator-max-microvolt = <1144000>;
@@ -522,7 +521,6 @@
 		};
 
 		dcdc2: regulator-dcdc2 {
-			compatible = "ti,tps65218-dcdc2";
 			regulator-name = "vdd_mpu";
 			regulator-min-microvolt = <912000>;
 			regulator-max-microvolt = <1378000>;
@@ -531,7 +529,6 @@
 		};
 
 		dcdc3: regulator-dcdc3 {
-			compatible = "ti,tps65218-dcdc3";
 			regulator-name = "vdcdc3";
 			regulator-min-microvolt = <1500000>;
 			regulator-max-microvolt = <1500000>;
@@ -546,7 +543,6 @@
 		};
 
 		dcdc5: regulator-dcdc5 {
-			compatible = "ti,tps65218-dcdc5";
 			regulator-name = "v1_0bat";
 			regulator-min-microvolt = <1000000>;
 			regulator-max-microvolt = <1000000>;
@@ -558,7 +554,6 @@
 		};
 
 		dcdc6: regulator-dcdc6 {
-			compatible = "ti,tps65218-dcdc6";
 			regulator-name = "v1_8bat";
 			regulator-min-microvolt = <1800000>;
 			regulator-max-microvolt = <1800000>;
@@ -570,7 +565,6 @@
 		};
 
 		ldo1: regulator-ldo1 {
-			compatible = "ti,tps65218-ldo1";
 			regulator-min-microvolt = <1800000>;
 			regulator-max-microvolt = <1800000>;
 			regulator-boot-on;
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH 2/4] ARM: dts: AM437X-SK-EVM: Remove redundant regulator compatibles
  2016-07-04  9:55 [PATCH 0/4] ARM: dts: TPS65218: Clean ups Keerthy
  2016-07-04  9:55 ` [PATCH 1/4] ARM: dts: AM437X-GP-EVM: Remove redundant regulator compatibles Keerthy
@ 2016-07-04  9:55 ` Keerthy
  2016-07-04  9:55 ` [PATCH 3/4] ARM: dts: AM437X-CM-T43: " Keerthy
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Keerthy @ 2016-07-04  9:55 UTC (permalink / raw)
  To: tony
  Cc: linux-omap, linux-kernel, devicetree, lee.jones, broonie, robh+dt,
	j-keerthy

With the device tree parsing using the regulator framework
there is a no longer a need for separate compatibles for
individual regulator nodes. Hence removing them all.

Signed-off-by: Keerthy <j-keerthy@ti.com>
---
 arch/arm/boot/dts/am437x-sk-evm.dts | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/arch/arm/boot/dts/am437x-sk-evm.dts b/arch/arm/boot/dts/am437x-sk-evm.dts
index 3af92b6..cd2222e 100644
--- a/arch/arm/boot/dts/am437x-sk-evm.dts
+++ b/arch/arm/boot/dts/am437x-sk-evm.dts
@@ -428,7 +428,6 @@
 		#interrupt-cells = <2>;
 
 		dcdc1: regulator-dcdc1 {
-			compatible = "ti,tps65218-dcdc1";
 			/* VDD_CORE limits min of OPP50 and max of OPP100 */
 			regulator-name = "vdd_core";
 			regulator-min-microvolt = <912000>;
@@ -438,7 +437,6 @@
 		};
 
 		dcdc2: regulator-dcdc2 {
-			compatible = "ti,tps65218-dcdc2";
 			/* VDD_MPU limits min of OPP50 and max of OPP_NITRO */
 			regulator-name = "vdd_mpu";
 			regulator-min-microvolt = <912000>;
@@ -448,7 +446,6 @@
 		};
 
 		dcdc3: regulator-dcdc3 {
-			compatible = "ti,tps65218-dcdc3";
 			regulator-name = "vdds_ddr";
 			regulator-min-microvolt = <1500000>;
 			regulator-max-microvolt = <1500000>;
@@ -463,7 +460,6 @@
 		};
 
 		dcdc4: regulator-dcdc4 {
-			compatible = "ti,tps65218-dcdc4";
 			regulator-name = "v3_3d";
 			regulator-min-microvolt = <3300000>;
 			regulator-max-microvolt = <3300000>;
@@ -496,7 +492,6 @@
 		};
 
 		ldo1: regulator-ldo1 {
-			compatible = "ti,tps65218-ldo1";
 			regulator-name = "v1_8d";
 			regulator-min-microvolt = <1800000>;
 			regulator-max-microvolt = <1800000>;
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH 3/4] ARM: dts: AM437X-CM-T43: Remove redundant regulator compatibles
  2016-07-04  9:55 [PATCH 0/4] ARM: dts: TPS65218: Clean ups Keerthy
  2016-07-04  9:55 ` [PATCH 1/4] ARM: dts: AM437X-GP-EVM: Remove redundant regulator compatibles Keerthy
  2016-07-04  9:55 ` [PATCH 2/4] ARM: dts: AM437X-SK-EVM: " Keerthy
@ 2016-07-04  9:55 ` Keerthy
  2016-07-04  9:55 ` [PATCH 4/4] ARM: dts: AM43X-EPOS-EVM: " Keerthy
       [not found] ` <1467626113-15705-1-git-send-email-j-keerthy-l0cyMroinI0@public.gmane.org>
  4 siblings, 0 replies; 8+ messages in thread
From: Keerthy @ 2016-07-04  9:55 UTC (permalink / raw)
  To: tony
  Cc: linux-omap, linux-kernel, devicetree, lee.jones, broonie, robh+dt,
	j-keerthy

With the device tree parsing using the regulator framework
there is a no longer a need for separate compatibles for
individual regulator nodes. Hence removing them all.

Signed-off-by: Keerthy <j-keerthy@ti.com>
---
 arch/arm/boot/dts/am437x-cm-t43.dts | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/arch/arm/boot/dts/am437x-cm-t43.dts b/arch/arm/boot/dts/am437x-cm-t43.dts
index 9551c47..9e92d48 100644
--- a/arch/arm/boot/dts/am437x-cm-t43.dts
+++ b/arch/arm/boot/dts/am437x-cm-t43.dts
@@ -209,7 +209,6 @@
 		#interrupt-cells = <2>;
 
 		dcdc1: regulator-dcdc1 {
-			compatible = "ti,tps65218-dcdc1";
 			regulator-name = "vdd_core";
 			regulator-min-microvolt = <912000>;
 			regulator-max-microvolt = <1144000>;
@@ -218,7 +217,6 @@
 		};
 
 		dcdc2: regulator-dcdc2 {
-			compatible = "ti,tps65218-dcdc2";
 			regulator-name = "vdd_mpu";
 			regulator-min-microvolt = <912000>;
 			regulator-max-microvolt = <1378000>;
@@ -227,7 +225,6 @@
 		};
 
 		dcdc3: regulator-dcdc3 {
-			compatible = "ti,tps65218-dcdc3";
 			regulator-name = "vdcdc3";
 			regulator-suspend-enable;
 			regulator-min-microvolt = <1500000>;
@@ -237,7 +234,6 @@
 		};
 
 		dcdc5: regulator-dcdc5 {
-			compatible = "ti,tps65218-dcdc5";
 			regulator-name = "v1_0bat";
 			regulator-min-microvolt = <1000000>;
 			regulator-max-microvolt = <1000000>;
@@ -246,7 +242,6 @@
 		};
 
 		dcdc6: regulator-dcdc6 {
-			compatible = "ti,tps65218-dcdc6";
 			regulator-name = "v1_8bat";
 			regulator-min-microvolt = <1800000>;
 			regulator-max-microvolt = <1800000>;
@@ -255,7 +250,6 @@
 		};
 
 		ldo1: regulator-ldo1 {
-			compatible = "ti,tps65218-ldo1";
 			regulator-min-microvolt = <1800000>;
 			regulator-max-microvolt = <1800000>;
 			regulator-boot-on;
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH 4/4] ARM: dts: AM43X-EPOS-EVM: Remove redundant regulator compatibles
  2016-07-04  9:55 [PATCH 0/4] ARM: dts: TPS65218: Clean ups Keerthy
                   ` (2 preceding siblings ...)
  2016-07-04  9:55 ` [PATCH 3/4] ARM: dts: AM437X-CM-T43: " Keerthy
@ 2016-07-04  9:55 ` Keerthy
       [not found] ` <1467626113-15705-1-git-send-email-j-keerthy-l0cyMroinI0@public.gmane.org>
  4 siblings, 0 replies; 8+ messages in thread
From: Keerthy @ 2016-07-04  9:55 UTC (permalink / raw)
  To: tony
  Cc: linux-omap, linux-kernel, devicetree, lee.jones, broonie, robh+dt,
	j-keerthy

With the device tree parsing using the regulator framework
there is a no longer a need for separate compatibles for
individual regulator nodes. Hence removing them all.

Signed-off-by: Keerthy <j-keerthy@ti.com>
---
 arch/arm/boot/dts/am43x-epos-evm.dts | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/arch/arm/boot/dts/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts
index ad32e55..1c11e9f 100644
--- a/arch/arm/boot/dts/am43x-epos-evm.dts
+++ b/arch/arm/boot/dts/am43x-epos-evm.dts
@@ -421,7 +421,6 @@
 		#interrupt-cells = <2>;
 
 		dcdc1: regulator-dcdc1 {
-			compatible = "ti,tps65218-dcdc1";
 			regulator-name = "vdd_core";
 			regulator-min-microvolt = <912000>;
 			regulator-max-microvolt = <1144000>;
@@ -430,7 +429,6 @@
 		};
 
 		dcdc2: regulator-dcdc2 {
-			compatible = "ti,tps65218-dcdc2";
 			regulator-name = "vdd_mpu";
 			regulator-min-microvolt = <912000>;
 			regulator-max-microvolt = <1378000>;
@@ -439,7 +437,6 @@
 		};
 
 		dcdc3: regulator-dcdc3 {
-			compatible = "ti,tps65218-dcdc3";
 			regulator-name = "vdcdc3";
 			regulator-min-microvolt = <1500000>;
 			regulator-max-microvolt = <1500000>;
@@ -448,7 +445,6 @@
 		};
 
 		dcdc4: regulator-dcdc4 {
-			compatible = "ti,tps65218-dcdc4";
 			regulator-name = "vdcdc4";
 			regulator-min-microvolt = <3300000>;
 			regulator-max-microvolt = <3300000>;
@@ -457,21 +453,18 @@
 		};
 
 		dcdc5: regulator-dcdc5 {
-			compatible = "ti,tps65218-dcdc5";
 			regulator-name = "v1_0bat";
 			regulator-min-microvolt = <1000000>;
 			regulator-max-microvolt = <1000000>;
 		};
 
 		dcdc6: regulator-dcdc6 {
-			compatible = "ti,tps65218-dcdc6";
 			regulator-name = "v1_8bat";
 			regulator-min-microvolt = <1800000>;
 			regulator-max-microvolt = <1800000>;
 		};
 
 		ldo1: regulator-ldo1 {
-			compatible = "ti,tps65218-ldo1";
 			regulator-min-microvolt = <1800000>;
 			regulator-max-microvolt = <1800000>;
 			regulator-boot-on;
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH 0/4] ARM: dts: TPS65218: Clean ups
       [not found] ` <1467626113-15705-1-git-send-email-j-keerthy-l0cyMroinI0@public.gmane.org>
@ 2016-08-26 14:51   ` Tony Lindgren
       [not found]     ` <20160826145059.ar37v7rbtcrah5yu-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Tony Lindgren @ 2016-08-26 14:51 UTC (permalink / raw)
  To: Keerthy
  Cc: linux-omap-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	lee.jones-QSEj5FYQhm4dnm+yROfE0A, broonie-DgEjT+Ai2ygdnm+yROfE0A,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A

* Keerthy <j-keerthy-l0cyMroinI0@public.gmane.org> [160704 02:58]:
> Now that all the driver patches are Acked by respective sub-system
> Maintainers. Here is the set of Device Tree patches. Another set
> of Device Tree patches were posted earlier which touch the same
> files: https://lkml.org/lkml/2016/7/4/36

Applying into omap-for-v4.9/dt thanks.

Tony
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 0/4] ARM: dts: TPS65218: Clean ups
       [not found]     ` <20160826145059.ar37v7rbtcrah5yu-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
@ 2016-08-26 16:11       ` Keerthy
       [not found]         ` <6b1ba3c8-dcb5-4d9d-d231-734735d88eb9-l0cyMroinI0@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Keerthy @ 2016-08-26 16:11 UTC (permalink / raw)
  To: Tony Lindgren, Keerthy, lee.jones-QSEj5FYQhm4dnm+yROfE0A
  Cc: linux-omap-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA, broonie-DgEjT+Ai2ygdnm+yROfE0A,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A



On Friday 26 August 2016 08:21 PM, Tony Lindgren wrote:
> * Keerthy <j-keerthy-l0cyMroinI0@public.gmane.org> [160704 02:58]:
>> Now that all the driver patches are Acked by respective sub-system
>> Maintainers. Here is the set of Device Tree patches. Another set
>> of Device Tree patches were posted earlier which touch the same
>> files: https://lkml.org/lkml/2016/7/4/36
>
> Applying into omap-for-v4.9/dt thanks.

Lee Jones,

This series was dependent on:
https://lkml.org/lkml/2016/8/10/286

All Acks are in place. Could you please pull the series?

- Keerthy

>
> Tony
>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 0/4] ARM: dts: TPS65218: Clean ups
       [not found]         ` <6b1ba3c8-dcb5-4d9d-d231-734735d88eb9-l0cyMroinI0@public.gmane.org>
@ 2016-08-30  9:53           ` Lee Jones
  0 siblings, 0 replies; 8+ messages in thread
From: Lee Jones @ 2016-08-30  9:53 UTC (permalink / raw)
  To: Keerthy
  Cc: Tony Lindgren, Keerthy, linux-omap-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA, broonie-DgEjT+Ai2ygdnm+yROfE0A,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A

On Fri, 26 Aug 2016, Keerthy wrote:

> 
> 
> On Friday 26 August 2016 08:21 PM, Tony Lindgren wrote:
> > * Keerthy <j-keerthy-l0cyMroinI0@public.gmane.org> [160704 02:58]:
> > > Now that all the driver patches are Acked by respective sub-system
> > > Maintainers. Here is the set of Device Tree patches. Another set
> > > of Device Tree patches were posted earlier which touch the same
> > > files: https://lkml.org/lkml/2016/7/4/36
> > 
> > Applying into omap-for-v4.9/dt thanks.
> 
> Lee Jones,
> 
> This series was dependent on:
> https://lkml.org/lkml/2016/8/10/286
> 
> All Acks are in place. Could you please pull the series?

That's not how it works.

Besides, there are no dependencies between this and the set you link
to. Please just relax and let us to our jobs.

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-08-30  9:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-04  9:55 [PATCH 0/4] ARM: dts: TPS65218: Clean ups Keerthy
2016-07-04  9:55 ` [PATCH 1/4] ARM: dts: AM437X-GP-EVM: Remove redundant regulator compatibles Keerthy
2016-07-04  9:55 ` [PATCH 2/4] ARM: dts: AM437X-SK-EVM: " Keerthy
2016-07-04  9:55 ` [PATCH 3/4] ARM: dts: AM437X-CM-T43: " Keerthy
2016-07-04  9:55 ` [PATCH 4/4] ARM: dts: AM43X-EPOS-EVM: " Keerthy
     [not found] ` <1467626113-15705-1-git-send-email-j-keerthy-l0cyMroinI0@public.gmane.org>
2016-08-26 14:51   ` [PATCH 0/4] ARM: dts: TPS65218: Clean ups Tony Lindgren
     [not found]     ` <20160826145059.ar37v7rbtcrah5yu-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2016-08-26 16:11       ` Keerthy
     [not found]         ` <6b1ba3c8-dcb5-4d9d-d231-734735d88eb9-l0cyMroinI0@public.gmane.org>
2016-08-30  9:53           ` Lee Jones

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).