Message ID | 1355364307-31584-1-git-send-email-voice.shen@atmel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, Dec 13, 2012 at 10:05:07AM +0800, Bo Shen wrote: > Change the value of status to disabled to keep the consistent > > Signed-off-by: Bo Shen <voice.shen@atmel.com> Applied, thanks.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 12/15/2012 03:51 PM, Mark Brown : > On Thu, Dec 13, 2012 at 10:05:07AM +0800, Bo Shen wrote: >> Change the value of status to disabled to keep the consistent >> >> Signed-off-by: Bo Shen <voice.shen@atmel.com> > > Applied, thanks. Hi Mark, While rebasing this patch (for the other open question that we have about ssc pinctrl), I discovered that the subject of this patch is nonsense (same with the message, BTW). So I rewrote the subject and comment and will submit a new patch series soon with this content included. So it will be good if you can replace this patch with the one in the series that I have just prepared. As said in the other message, the new series is based on top of current Linus' git tree. In fact, the pinctrl related material is better merged now that the pinctrl tree for 3.8 is included in mainline. I hope that it makes sense for you ;-) Thanks for your patience Mark, bye, - -- Nicolas Ferre -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iQEbBAEBAgAGBQJQzv1oAAoJEAf03oE53VmQEV0H+PDv7MmVEBy3oFoouQ+yowtv m6wzh4smEk2BRGWOBV2cXf56CZTakG5ntJmrPLwyXoJ4bt2mC73RAN1DWMuN24Uk Vu3gyPQJDOAT2G4jq8b6fjstrjzXa7FbauWX0lNXFc0IUEp4/aX2z82ioK6JKwhW JMG77G3yX4jX9GLNES5+ZI8nztXPZ8xAANynXYhadhHCx0TNo81SK/ohut9Xg5gB 4jYoybhuIymsG8ZYVz9edULLd48VngN25+f27n6Y3uTqvGGZg8ndYEkwMFkqwxKS v4RLq1dptq1Z2HNJJCr36hkPdvKT93QcxNm/8Vr82nJUHoqJMXqtef8rkPNgSA== =cE8U -----END PGP SIGNATURE-----
diff --git a/arch/arm/boot/dts/at91sam9260.dtsi b/arch/arm/boot/dts/at91sam9260.dtsi index aaa42d8..03c56cb 100644 --- a/arch/arm/boot/dts/at91sam9260.dtsi +++ b/arch/arm/boot/dts/at91sam9260.dtsi @@ -217,7 +217,7 @@ compatible = "atmel,at91rm9200-ssc"; reg = <0xfffbc000 0x4000>; interrupts = <14 4 5>; - status = "disable"; + status = "disabled"; }; adc0: adc@fffe0000 { diff --git a/arch/arm/boot/dts/at91sam9263.dtsi b/arch/arm/boot/dts/at91sam9263.dtsi index 3b721ee..15f12dd 100644 --- a/arch/arm/boot/dts/at91sam9263.dtsi +++ b/arch/arm/boot/dts/at91sam9263.dtsi @@ -179,14 +179,14 @@ compatible = "atmel,at91rm9200-ssc"; reg = <0xfff98000 0x4000>; interrupts = <16 4 5>; - status = "disable"; + status = "disabled"; }; ssc1: ssc@fff9c000 { compatible = "atmel,at91rm9200-ssc"; reg = <0xfff9c000 0x4000>; interrupts = <17 4 5>; - status = "disable"; + status = "disabled"; }; macb0: ethernet@fffbc000 { diff --git a/arch/arm/boot/dts/at91sam9g45.dtsi b/arch/arm/boot/dts/at91sam9g45.dtsi index acfa207..44a38d0 100644 --- a/arch/arm/boot/dts/at91sam9g45.dtsi +++ b/arch/arm/boot/dts/at91sam9g45.dtsi @@ -232,14 +232,14 @@ compatible = "atmel,at91sam9g45-ssc"; reg = <0xfff9c000 0x4000>; interrupts = <16 4 5>; - status = "disable"; + status = "disabled"; }; ssc1: ssc@fffa0000 { compatible = "atmel,at91sam9g45-ssc"; reg = <0xfffa0000 0x4000>; interrupts = <17 4 5>; - status = "disable"; + status = "disabled"; }; adc0: adc@fffb0000 { diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi index 69667d0..0beff72 100644 --- a/arch/arm/boot/dts/at91sam9x5.dtsi +++ b/arch/arm/boot/dts/at91sam9x5.dtsi @@ -92,7 +92,7 @@ compatible = "atmel,at91sam9g45-ssc"; reg = <0xf0010000 0x4000>; interrupts = <28 4 5>; - status = "disable"; + status = "disabled"; }; tcb0: timer@f8008000 {
Change the value of status to disabled to keep the consistent Signed-off-by: Bo Shen <voice.shen@atmel.com> --- arch/arm/boot/dts/at91sam9260.dtsi | 2 +- arch/arm/boot/dts/at91sam9263.dtsi | 4 ++-- arch/arm/boot/dts/at91sam9g45.dtsi | 4 ++-- arch/arm/boot/dts/at91sam9x5.dtsi | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-)