Kukjin Kim wrote:
> 
> Girish K S wrote:
> >
> > This patch adds dts support for the sata controller
> >
> > Signed-off-by: Girish K S <[email protected]>
> > ---
> >  arch/arm/boot/dts/exynos5440.dtsi |    9 +++++++++
> >  1 files changed, 9 insertions(+), 0 deletions(-)
> >
> > diff --git a/arch/arm/boot/dts/exynos5440.dtsi 
> > b/arch/arm/boot/dts/exynos5440.dtsi
> > index 7c5dc38..2dc4ffa 100644
> > --- a/arch/arm/boot/dts/exynos5440.dtsi
> > +++ b/arch/arm/boot/dts/exynos5440.dtsi
> > @@ -220,4 +220,13 @@
> >             clock-names = "rtc";
> >             status = "disabled";
> >     };
> > +
> > +   sata@210000 {
> > +           compatible = "snps,exynos5440-ahci";
> > +           reg = <0x210000 0x10000>;
> > +           interrupts = <0 30 0>;
> > +           clocks = <&clock 10>;

Oops, this should be

+               clocks = <&clock 23>;

Applied with fixing.

Thanks.

- Kukjin

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to