Message ID | 1395049541-28128-6-git-send-email-voice.shen@atmel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 17/03/2014 10:45, Bo Shen : > According to hardware design the clock for SSC device is from rk pin. > > Signed-off-by: Bo Shen <voice.shen@atmel.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> > --- > > arch/arm/boot/dts/sama5d3xmb.dtsi | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm/boot/dts/sama5d3xmb.dtsi b/arch/arm/boot/dts/sama5d3xmb.dtsi > index 0600153..306eef0 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 >
diff --git a/arch/arm/boot/dts/sama5d3xmb.dtsi b/arch/arm/boot/dts/sama5d3xmb.dtsi index 0600153..306eef0 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
According to hardware design the clock for SSC device is from rk pin. Signed-off-by: Bo Shen <voice.shen@atmel.com> --- arch/arm/boot/dts/sama5d3xmb.dtsi | 4 ++++ 1 file changed, 4 insertions(+)