Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1432497

[PATCH v3 07/10] ARM: dts: AM437X-GP-EVM: Remove redundant regulator compatibles

From Keerthy <j-keerthy@ti.com>
Newsgroups linux.kernel
Subject [PATCH v3 07/10] ARM: dts: AM437X-GP-EVM: Remove redundant regulator compatibles
Date 2016-06-28 08:10 +0200
Message-ID <rOUnD-328-1@gated-at.bofh.it> (permalink)
References <rOUnD-328-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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 84832bf..dd974c7 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>;
@@ -539,7 +536,6 @@
 			regulator-always-on;
 		};
 		dcdc5: regulator-dcdc5 {
-			compatible = "ti,tps65218-dcdc5";
 			regulator-name = "v1_0bat";
 			regulator-min-microvolt = <1000000>;
 			regulator-max-microvolt = <1000000>;
@@ -548,7 +544,6 @@
 		};
 
 		dcdc6: regulator-dcdc6 {
-			compatible = "ti,tps65218-dcdc6";
 			regulator-name = "v1_8bat";
 			regulator-min-microvolt = <1800000>;
 			regulator-max-microvolt = <1800000>;
@@ -557,7 +552,6 @@
 		};
 
 		ldo1: regulator-ldo1 {
-			compatible = "ti,tps65218-ldo1";
 			regulator-min-microvolt = <1800000>;
 			regulator-max-microvolt = <1800000>;
 			regulator-boot-on;
-- 
1.9.1

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v3 00/10] mfd: tps65218: Clean ups Keerthy <j-keerthy@ti.com> - 2016-06-28 08:10 +0200
  [PATCH v3 07/10] ARM: dts: AM437X-GP-EVM: Remove redundant regulator compatibles Keerthy <j-keerthy@ti.com> - 2016-06-28 08:10 +0200
  [PATCH v3 10/10] ARM: dts: AM43X-EPOS-EVM: Remove redundant regulator compatibles Keerthy <j-keerthy@ti.com> - 2016-06-28 08:10 +0200
  [PATCH v3 03/10] input: tps65218-pwrbutton: Add platform_device_id table Keerthy <j-keerthy@ti.com> - 2016-06-28 08:10 +0200
    Re: [PATCH v3 03/10] input: tps65218-pwrbutton: Add  platform_device_id table Lee Jones <lee.jones@linaro.org> - 2016-06-28 08:50 +0200
      Re: [PATCH v3 03/10] input: tps65218-pwrbutton: Add  platform_device_id table Keerthy <a0393675@ti.com> - 2016-06-28 09:00 +0200
        Re: [PATCH v3 03/10] input: tps65218-pwrbutton: Add  platform_device_id table Lee Jones <lee.jones@linaro.org> - 2016-06-28 09:50 +0200
          Re: [PATCH v3 03/10] input: tps65218-pwrbutton: Add  platform_device_id table Keerthy <a0393675@ti.com> - 2016-06-28 09:50 +0200
  [PATCH v3 05/10] regulator: tps65218: Remove all the compatibles Keerthy <j-keerthy@ti.com> - 2016-06-28 08:10 +0200
  [PATCH v3 09/10] ARM: dts: AM437X-CM-T43: Remove redundant regulator compatibles Keerthy <j-keerthy@ti.com> - 2016-06-28 08:10 +0200
  [PATCH v3 08/10] ARM: dts: AM437X-SK-EVM: Remove redundant regulator compatibles Keerthy <j-keerthy@ti.com> - 2016-06-28 08:10 +0200
  [PATCH v3 01/10] mfd: tps65218: Remove redundant read wrapper Keerthy <j-keerthy@ti.com> - 2016-06-28 08:10 +0200
    Re: [PATCH v3 01/10] mfd: tps65218: Remove redundant read wrapper Lee Jones <lee.jones@linaro.org> - 2016-06-28 09:10 +0200
      Re: [PATCH v3 01/10] mfd: tps65218: Remove redundant read wrapper Keerthy <a0393675@ti.com> - 2016-06-28 09:10 +0200
  [PATCH v3 06/10] gpio: tps65218: Remove the compatible Keerthy <j-keerthy@ti.com> - 2016-06-28 08:10 +0200
    Re: [PATCH v3 06/10] gpio: tps65218: Remove the compatible Lee Jones <lee.jones@linaro.org> - 2016-06-28 09:00 +0200
      Re: [PATCH v3 06/10] gpio: tps65218: Remove the compatible Keerthy <a0393675@ti.com> - 2016-06-28 09:10 +0200
  [PATCH v3 04/10] mfd: tps65218: Use mfd_add_devices instead of of_platform_populate Keerthy <j-keerthy@ti.com> - 2016-06-28 08:20 +0200
    Re: [PATCH v3 04/10] mfd: tps65218: Use mfd_add_devices instead of  of_platform_populate Lee Jones <lee.jones@linaro.org> - 2016-06-28 09:00 +0200
  [PATCH v3 02/10] Documentation: regulator: tps65218: Update examples Keerthy <j-keerthy@ti.com> - 2016-06-28 08:20 +0200
    Re: [PATCH v3 02/10] Documentation: regulator: tps65218: Update  examples Lee Jones <lee.jones@linaro.org> - 2016-06-28 09:00 +0200
      Re: [PATCH v3 02/10] Documentation: regulator: tps65218: Update  examples Keerthy <a0393675@ti.com> - 2016-06-28 09:50 +0200

csiph-web