Skip to content

Commit

Permalink
ARM: at91/dt: at91sam9g20: switch ssc compatible string
Browse files Browse the repository at this point in the history
As the SSC integrate in at91sam9g20 support frame sync length
extension, so switch compatible string to support this feature.

Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
  • Loading branch information
Bo Shen authored and Nicolas Ferre committed Sep 18, 2014
1 parent 496d3c2 commit 9bd2773
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/at91sam9g20.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
compatible = "atmel,at91sam9g20-i2c";
};

ssc0: ssc@fffbc000 {
compatible = "atmel,at91sam9rl-ssc";
};

adc0: adc@fffe0000 {
atmel,adc-startup-time = <40>;
};
Expand Down

0 comments on commit 9bd2773

Please sign in to comment.