Message ID | 20160926204032.12260-3-chris.brandt@renesas.com (mailing list archive) |
---|---|
State | Accepted |
Commit | bba1b7ea9a1cfb1478df2c1cbd8ed6736a5f4f98 |
Delegated to: | Simon Horman |
Headers | show |
On Mon, Sep 26, 2016 at 10:40 PM, Chris Brandt <chris.brandt@renesas.com> wrote: > Signed-off-by: Chris Brandt <chris.brandt@renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
diff --git a/arch/arm/boot/dts/r7s72100-rskrza1.dts b/arch/arm/boot/dts/r7s72100-rskrza1.dts index e5dea5b..dd44181 100644 --- a/arch/arm/boot/dts/r7s72100-rskrza1.dts +++ b/arch/arm/boot/dts/r7s72100-rskrza1.dts @@ -56,6 +56,11 @@ }; }; +&sdhi1 { + bus-width = <4>; + status = "okay"; +}; + &scif2 { status = "okay"; };
Signed-off-by: Chris Brandt <chris.brandt@renesas.com> --- v2: * added bus-width --- arch/arm/boot/dts/r7s72100-rskrza1.dts | 5 +++++ 1 file changed, 5 insertions(+)