Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1245609 > unrolled thread
| Started by | Michael Opdenacker <michael.opdenacker@free-electrons.com> |
|---|---|
| First post | 2015-10-13 13:30 +0200 |
| Last post | 2015-10-15 15:40 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] ARM: at91/dt: fix "disabled" property on at91rm9200 Michael Opdenacker <michael.opdenacker@free-electrons.com> - 2015-10-13 13:30 +0200
Re: [PATCH] ARM: at91/dt: fix "disabled" property on at91rm9200 Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2015-10-15 15:40 +0200
| From | Michael Opdenacker <michael.opdenacker@free-electrons.com> |
|---|---|
| Date | 2015-10-13 13:30 +0200 |
| Subject | [PATCH] ARM: at91/dt: fix "disabled" property on at91rm9200 |
| Message-ID | <qj5Wi-55T-21@gated-at.bofh.it> |
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Alexandre Belloni <alexandre.belloni@free-electrons.com> |
|---|---|
| Date | 2015-10-15 15:40 +0200 |
| Message-ID | <qjQVd-7Re-25@gated-at.bofh.it> |
| In reply to | #1245609 |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web