On Fri, Mar 09, 2018 at 12:12:18PM -0300, Ezequiel Garcia wrote: > Now that we have support for JZ480 SoCs in the MMC driver, > let's enable it on the devicetree. > > Signed-off-by: Ezequiel Garcia > --- > arch/mips/boot/dts/ingenic/ci20.dts | 38 +++++++++++++++++++++++++++++++++++++ > 1 file changed, 38 insertions(+) > > diff --git a/arch/mips/boot/dts/ingenic/ci20.dts b/arch/mips/boot/dts/ingenic/ci20.dts > index a4cc52214dbd..9c5261dbcc4e 100644 > --- a/arch/mips/boot/dts/ingenic/ci20.dts > +++ b/arch/mips/boot/dts/ingenic/ci20.dts > @@ -36,6 +36,32 @@ > clock-frequency = <48000000>; > }; > > +&dma { > + status = "okay"; > +}; With that removed, it looks good to me in principle: Acked-by: James Hogan Thanks James