public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: at91/dt: fix "disabled" property on at91rm9200
@ 2015-10-13 11:24 Michael Opdenacker
  2015-10-15 13:25 ` Alexandre Belloni
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Opdenacker @ 2015-10-13 11:24 UTC (permalink / raw)
  To: nicolas.ferre, alexandre.belloni, plagnioj, robh+dt, pawel.moll,
	mark.rutland, ijc+devicetree, galak, linux
  Cc: linux-arm-kernel, devicetree, linux-kernel, Michael Opdenacker

Fix instances of "disable" instead of "disabled"
in the at91rm9200 dtsi.

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
---
 arch/arm/boot/dts/at91rm9200.dtsi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/at91rm9200.dtsi b/arch/arm/boot/dts/at91rm9200.dtsi
index 60edd8baebb8..6587cd59a586 100644
--- a/arch/arm/boot/dts/at91rm9200.dtsi
+++ b/arch/arm/boot/dts/at91rm9200.dtsi
@@ -426,7 +426,7 @@
 				pinctrl-0 = <&pinctrl_ssc0_tx &pinctrl_ssc0_rx>;
 				clocks = <&ssc0_clk>;
 				clock-names = "pclk";
-				status = "disable";
+				status = "disabled";
 			};
 
 			ssc1: ssc@fffd4000 {
@@ -437,7 +437,7 @@
 				pinctrl-0 = <&pinctrl_ssc1_tx &pinctrl_ssc1_rx>;
 				clocks = <&ssc1_clk>;
 				clock-names = "pclk";
-				status = "disable";
+				status = "disabled";
 			};
 
 			ssc2: ssc@fffd8000 {
@@ -448,7 +448,7 @@
 				pinctrl-0 = <&pinctrl_ssc2_tx &pinctrl_ssc2_rx>;
 				clocks = <&ssc2_clk>;
 				clock-names = "pclk";
-				status = "disable";
+				status = "disabled";
 			};
 
 			macb0: ethernet@fffbc000 {
-- 
2.1.4


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

* Re: [PATCH] ARM: at91/dt: fix "disabled" property on at91rm9200
  2015-10-13 11:24 [PATCH] ARM: at91/dt: fix "disabled" property on at91rm9200 Michael Opdenacker
@ 2015-10-15 13:25 ` Alexandre Belloni
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Belloni @ 2015-10-15 13:25 UTC (permalink / raw)
  To: Michael Opdenacker
  Cc: nicolas.ferre, plagnioj, robh+dt, pawel.moll, mark.rutland,
	ijc+devicetree, galak, linux, linux-arm-kernel, devicetree,
	linux-kernel

On 13/10/2015 at 13:24:24 +0200, Michael Opdenacker wrote :
> Fix instances of "disable" instead of "disabled"
> in the at91rm9200 dtsi.
> 
> Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>


-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2015-10-15 13:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-13 11:24 [PATCH] ARM: at91/dt: fix "disabled" property on at91rm9200 Michael Opdenacker
2015-10-15 13:25 ` Alexandre Belloni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox