diff options
author | Bo Shen <voice.shen@atmel.com> | 2014-03-17 13:45:38 +0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-04-19 00:43:44 +0400 |
commit | 27a96a0364787d2b41d2a72d08143d95263e1b07 (patch) | |
tree | 38f85ebe2d7daf25a20faaa3e4f479fe58ee5bcb /arch/arm/boot/dts/sama5d3xmb.dtsi | |
parent | 7a61fb077d6dc4d6d93691654f754406b6d4baf0 (diff) | |
download | linux-27a96a0364787d2b41d2a72d08143d95263e1b07.tar.xz |
ARM: at91: sama5d3: clock for ssc from rk pin
According to hardware design the clock for SSC device is from rk pin.
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/sama5d3xmb.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sama5d3xmb.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sama5d3xmb.dtsi b/arch/arm/boot/dts/sama5d3xmb.dtsi index 060015375e44..306eef0f97ef 100644 --- a/arch/arm/boot/dts/sama5d3xmb.dtsi +++ b/arch/arm/boot/dts/sama5d3xmb.dtsi @@ -32,6 +32,10 @@ }; }; + ssc0: ssc@f0008000 { + atmel,clk-from-rk-pin; + }; + /* * i2c0 conflicts with ISI: * disable it to allow the use of ISI |