ASoC: atmel-ssc: change disable to disable in dts node
Change the value of status to disabled to keep the consistent Signed-off-by: Bo Shen <voice.shen@atmel.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
7a79e94e97
commit
315656bc3b
4 changed files with 6 additions and 6 deletions
|
@ -217,7 +217,7 @@
|
||||||
compatible = "atmel,at91rm9200-ssc";
|
compatible = "atmel,at91rm9200-ssc";
|
||||||
reg = <0xfffbc000 0x4000>;
|
reg = <0xfffbc000 0x4000>;
|
||||||
interrupts = <14 4 5>;
|
interrupts = <14 4 5>;
|
||||||
status = "disable";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
adc0: adc@fffe0000 {
|
adc0: adc@fffe0000 {
|
||||||
|
|
|
@ -179,14 +179,14 @@
|
||||||
compatible = "atmel,at91rm9200-ssc";
|
compatible = "atmel,at91rm9200-ssc";
|
||||||
reg = <0xfff98000 0x4000>;
|
reg = <0xfff98000 0x4000>;
|
||||||
interrupts = <16 4 5>;
|
interrupts = <16 4 5>;
|
||||||
status = "disable";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
ssc1: ssc@fff9c000 {
|
ssc1: ssc@fff9c000 {
|
||||||
compatible = "atmel,at91rm9200-ssc";
|
compatible = "atmel,at91rm9200-ssc";
|
||||||
reg = <0xfff9c000 0x4000>;
|
reg = <0xfff9c000 0x4000>;
|
||||||
interrupts = <17 4 5>;
|
interrupts = <17 4 5>;
|
||||||
status = "disable";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
macb0: ethernet@fffbc000 {
|
macb0: ethernet@fffbc000 {
|
||||||
|
|
|
@ -232,14 +232,14 @@
|
||||||
compatible = "atmel,at91sam9g45-ssc";
|
compatible = "atmel,at91sam9g45-ssc";
|
||||||
reg = <0xfff9c000 0x4000>;
|
reg = <0xfff9c000 0x4000>;
|
||||||
interrupts = <16 4 5>;
|
interrupts = <16 4 5>;
|
||||||
status = "disable";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
ssc1: ssc@fffa0000 {
|
ssc1: ssc@fffa0000 {
|
||||||
compatible = "atmel,at91sam9g45-ssc";
|
compatible = "atmel,at91sam9g45-ssc";
|
||||||
reg = <0xfffa0000 0x4000>;
|
reg = <0xfffa0000 0x4000>;
|
||||||
interrupts = <17 4 5>;
|
interrupts = <17 4 5>;
|
||||||
status = "disable";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
adc0: adc@fffb0000 {
|
adc0: adc@fffb0000 {
|
||||||
|
|
|
@ -92,7 +92,7 @@
|
||||||
compatible = "atmel,at91sam9g45-ssc";
|
compatible = "atmel,at91sam9g45-ssc";
|
||||||
reg = <0xf0010000 0x4000>;
|
reg = <0xf0010000 0x4000>;
|
||||||
interrupts = <28 4 5>;
|
interrupts = <28 4 5>;
|
||||||
status = "disable";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
tcb0: timer@f8008000 {
|
tcb0: timer@f8008000 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue