linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] ARM: dts: at91: sama5d3_xplained: fix regulator name
@ 2016-07-12 22:45 Alexandre Belloni
  2016-07-12 22:45 ` [PATCH 2/4] ARM: dts: at91: sama5d4_xplained: fix regulator names Alexandre Belloni
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Alexandre Belloni @ 2016-07-12 22:45 UTC (permalink / raw)
  To: linux-arm-kernel

vcc_mmc0_reg is a fixed regulator and doesn't need a reg property. Remove
its unit-address.

Solves:
Warning (unit_address_vs_reg): Node /fixedregulator at 0 has a unit name, but no reg property

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 arch/arm/boot/dts/at91-sama5d3_xplained.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/at91-sama5d3_xplained.dts b/arch/arm/boot/dts/at91-sama5d3_xplained.dts
index f3e2b96c06a3..c51fc652f6c7 100644
--- a/arch/arm/boot/dts/at91-sama5d3_xplained.dts
+++ b/arch/arm/boot/dts/at91-sama5d3_xplained.dts
@@ -297,7 +297,7 @@
 		};
 	};
 
-	vcc_mmc0_reg: fixedregulator at 0 {
+	vcc_mmc0_reg: fixedregulator_mmc0 {
 		compatible = "regulator-fixed";
 		gpio = <&pioE 2 GPIO_ACTIVE_LOW>;
 		regulator-name = "mmc0-card-supply";
-- 
2.8.1

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

* [PATCH 2/4] ARM: dts: at91: sama5d4_xplained: fix regulator names
  2016-07-12 22:45 [PATCH 1/4] ARM: dts: at91: sama5d3_xplained: fix regulator name Alexandre Belloni
@ 2016-07-12 22:45 ` Alexandre Belloni
  2016-07-12 22:45 ` [PATCH 3/4] ARM: dts: at91: sama5d4_ma5d4: " Alexandre Belloni
  2016-07-12 22:45 ` [PATCH 4/4] ARM: dts: at91: sama5d4_ma5d4evk: " Alexandre Belloni
  2 siblings, 0 replies; 6+ messages in thread
From: Alexandre Belloni @ 2016-07-12 22:45 UTC (permalink / raw)
  To: linux-arm-kernel

vcc_3v3_reg and vcc_mmc1_reg are fixed regulators and don't need a reg
property. Remove their unit-address.

Solves:
Warning (unit_address_vs_reg): Node /fixedregulator at 0 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /fixedregulator at 1 has a unit name, but no reg property

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 arch/arm/boot/dts/at91-sama5d4_xplained.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/at91-sama5d4_xplained.dts b/arch/arm/boot/dts/at91-sama5d4_xplained.dts
index da84e65b56ef..ed7fce297738 100644
--- a/arch/arm/boot/dts/at91-sama5d4_xplained.dts
+++ b/arch/arm/boot/dts/at91-sama5d4_xplained.dts
@@ -252,7 +252,7 @@
 		};
 	};
 
-	vcc_3v3_reg: fixedregulator at 0 {
+	vcc_3v3_reg: fixedregulator_3v3 {
 		compatible = "regulator-fixed";
 		regulator-name = "VCC 3V3";
 		regulator-min-microvolt = <3300000>;
@@ -261,7 +261,7 @@
 		regulator-always-on;
 	};
 
-	vcc_mmc1_reg: fixedregulator at 1 {
+	vcc_mmc1_reg: fixedregulator_mmc1 {
 		compatible = "regulator-fixed";
 		gpio = <&pioE 4 GPIO_ACTIVE_LOW>;
 		regulator-name = "VDD MCI1";
-- 
2.8.1

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

* [PATCH 3/4] ARM: dts: at91: sama5d4_ma5d4: fix regulator names
  2016-07-12 22:45 [PATCH 1/4] ARM: dts: at91: sama5d3_xplained: fix regulator name Alexandre Belloni
  2016-07-12 22:45 ` [PATCH 2/4] ARM: dts: at91: sama5d4_xplained: fix regulator names Alexandre Belloni
@ 2016-07-12 22:45 ` Alexandre Belloni
  2016-07-14 15:46   ` Marek Vasut
  2016-07-12 22:45 ` [PATCH 4/4] ARM: dts: at91: sama5d4_ma5d4evk: " Alexandre Belloni
  2 siblings, 1 reply; 6+ messages in thread
From: Alexandre Belloni @ 2016-07-12 22:45 UTC (permalink / raw)
  To: linux-arm-kernel

vcc_3v3_reg and vcc_mmc1_reg are fixed regulators and don't need a
reg property. Remove their unit-address.

Solves:
Warning (unit_address_vs_reg): Node /fixedregulator at 0 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /fixedregulator at 1 has a unit name, but no reg property

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
Cc: Marek Vasut <marex@denx.de>
 arch/arm/boot/dts/at91-sama5d4_ma5d4.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/at91-sama5d4_ma5d4.dtsi b/arch/arm/boot/dts/at91-sama5d4_ma5d4.dtsi
index e7b2109fc85a..d9ca7f214677 100644
--- a/arch/arm/boot/dts/at91-sama5d4_ma5d4.dtsi
+++ b/arch/arm/boot/dts/at91-sama5d4_ma5d4.dtsi
@@ -106,7 +106,7 @@
 		};
 	};
 
-	vcc_3v3_reg: fixedregulator at 0 {
+	vcc_3v3_reg: fixedregulator_3v3 {
 		compatible = "regulator-fixed";
 		regulator-name = "VCC 3V3";
 		regulator-min-microvolt = <3300000>;
@@ -115,7 +115,7 @@
 		regulator-always-on;
 	};
 
-	vcc_mmc0_reg: fixedregulator at 1 {
+	vcc_mmc0_reg: fixedregulator_mmc0 {
 		compatible = "regulator-fixed";
 		gpio = <&pioE 15 GPIO_ACTIVE_HIGH>;
 		regulator-name = "RST_n MCI0";
-- 
2.8.1

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

* [PATCH 4/4] ARM: dts: at91: sama5d4_ma5d4evk: fix regulator names
  2016-07-12 22:45 [PATCH 1/4] ARM: dts: at91: sama5d3_xplained: fix regulator name Alexandre Belloni
  2016-07-12 22:45 ` [PATCH 2/4] ARM: dts: at91: sama5d4_xplained: fix regulator names Alexandre Belloni
  2016-07-12 22:45 ` [PATCH 3/4] ARM: dts: at91: sama5d4_ma5d4: " Alexandre Belloni
@ 2016-07-12 22:45 ` Alexandre Belloni
  2016-07-14 15:47   ` Marek Vasut
  2 siblings, 1 reply; 6+ messages in thread
From: Alexandre Belloni @ 2016-07-12 22:45 UTC (permalink / raw)
  To: linux-arm-kernel

vcc_mmc1_reg is a fixed regulators and doesn't need a reg property. Remove
its unit-address.

Solves:
Warning (unit_address_vs_reg): Node /fixedregulator at 2 has a unit name, but no reg property

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
Cc: Marek Vasut <marex@denx.de>
 arch/arm/boot/dts/at91-sama5d4_ma5d4evk.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/at91-sama5d4_ma5d4evk.dts b/arch/arm/boot/dts/at91-sama5d4_ma5d4evk.dts
index abaaba58fbec..eac4ea2744cc 100644
--- a/arch/arm/boot/dts/at91-sama5d4_ma5d4evk.dts
+++ b/arch/arm/boot/dts/at91-sama5d4_ma5d4evk.dts
@@ -159,7 +159,7 @@
 		};
 	};
 
-	vcc_mmc1_reg: fixedregulator at 2 {
+	vcc_mmc1_reg: fixedregulator_mmc1 {
 		compatible = "regulator-fixed";
 		gpio = <&pioE 17 GPIO_ACTIVE_LOW>;
 		regulator-name = "VDD MCI1";
-- 
2.8.1

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

* [PATCH 3/4] ARM: dts: at91: sama5d4_ma5d4: fix regulator names
  2016-07-12 22:45 ` [PATCH 3/4] ARM: dts: at91: sama5d4_ma5d4: " Alexandre Belloni
@ 2016-07-14 15:46   ` Marek Vasut
  0 siblings, 0 replies; 6+ messages in thread
From: Marek Vasut @ 2016-07-14 15:46 UTC (permalink / raw)
  To: linux-arm-kernel

On 07/13/2016 12:45 AM, Alexandre Belloni wrote:
> vcc_3v3_reg and vcc_mmc1_reg are fixed regulators and don't need a
> reg property. Remove their unit-address.
>
> Solves:
> Warning (unit_address_vs_reg): Node /fixedregulator at 0 has a unit name, but no reg property
> Warning (unit_address_vs_reg): Node /fixedregulator at 1 has a unit name, but no reg property
>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

Reviewed-by: Marek Vasut <marex@denx.de>

> ---
> Cc: Marek Vasut <marex@denx.de>
>  arch/arm/boot/dts/at91-sama5d4_ma5d4.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/at91-sama5d4_ma5d4.dtsi b/arch/arm/boot/dts/at91-sama5d4_ma5d4.dtsi
> index e7b2109fc85a..d9ca7f214677 100644
> --- a/arch/arm/boot/dts/at91-sama5d4_ma5d4.dtsi
> +++ b/arch/arm/boot/dts/at91-sama5d4_ma5d4.dtsi
> @@ -106,7 +106,7 @@
>  		};
>  	};
>
> -	vcc_3v3_reg: fixedregulator at 0 {
> +	vcc_3v3_reg: fixedregulator_3v3 {
>  		compatible = "regulator-fixed";
>  		regulator-name = "VCC 3V3";
>  		regulator-min-microvolt = <3300000>;
> @@ -115,7 +115,7 @@
>  		regulator-always-on;
>  	};
>
> -	vcc_mmc0_reg: fixedregulator at 1 {
> +	vcc_mmc0_reg: fixedregulator_mmc0 {
>  		compatible = "regulator-fixed";
>  		gpio = <&pioE 15 GPIO_ACTIVE_HIGH>;
>  		regulator-name = "RST_n MCI0";
>


-- 
Best regards,
Marek Vasut

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

* [PATCH 4/4] ARM: dts: at91: sama5d4_ma5d4evk: fix regulator names
  2016-07-12 22:45 ` [PATCH 4/4] ARM: dts: at91: sama5d4_ma5d4evk: " Alexandre Belloni
@ 2016-07-14 15:47   ` Marek Vasut
  0 siblings, 0 replies; 6+ messages in thread
From: Marek Vasut @ 2016-07-14 15:47 UTC (permalink / raw)
  To: linux-arm-kernel

On 07/13/2016 12:45 AM, Alexandre Belloni wrote:
> vcc_mmc1_reg is a fixed regulators and doesn't need a reg property. Remove
> its unit-address.
>
> Solves:
> Warning (unit_address_vs_reg): Node /fixedregulator at 2 has a unit name, but no reg property
>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

Reviewed-by: Marek Vasut <marex@denx.de>

> ---
> Cc: Marek Vasut <marex@denx.de>
>  arch/arm/boot/dts/at91-sama5d4_ma5d4evk.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/at91-sama5d4_ma5d4evk.dts b/arch/arm/boot/dts/at91-sama5d4_ma5d4evk.dts
> index abaaba58fbec..eac4ea2744cc 100644
> --- a/arch/arm/boot/dts/at91-sama5d4_ma5d4evk.dts
> +++ b/arch/arm/boot/dts/at91-sama5d4_ma5d4evk.dts
> @@ -159,7 +159,7 @@
>  		};
>  	};
>
> -	vcc_mmc1_reg: fixedregulator at 2 {
> +	vcc_mmc1_reg: fixedregulator_mmc1 {
>  		compatible = "regulator-fixed";
>  		gpio = <&pioE 17 GPIO_ACTIVE_LOW>;
>  		regulator-name = "VDD MCI1";
>


-- 
Best regards,
Marek Vasut

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

end of thread, other threads:[~2016-07-14 15:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-12 22:45 [PATCH 1/4] ARM: dts: at91: sama5d3_xplained: fix regulator name Alexandre Belloni
2016-07-12 22:45 ` [PATCH 2/4] ARM: dts: at91: sama5d4_xplained: fix regulator names Alexandre Belloni
2016-07-12 22:45 ` [PATCH 3/4] ARM: dts: at91: sama5d4_ma5d4: " Alexandre Belloni
2016-07-14 15:46   ` Marek Vasut
2016-07-12 22:45 ` [PATCH 4/4] ARM: dts: at91: sama5d4_ma5d4evk: " Alexandre Belloni
2016-07-14 15:47   ` Marek Vasut

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