Message ID | 1462279242-3475-1-git-send-email-ulrich.hecht+renesas@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Simon Horman |
Headers | show |
On Tue, May 3, 2016 at 2:40 PM, Ulrich Hecht <ulrich.hecht+renesas@gmail.com> wrote: > Same as on r8a7791. > > Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> > --- > --- a/arch/arm/boot/dts/r8a7793.dtsi > +++ b/arch/arm/boot/dts/r8a7793.dtsi > @@ -543,6 +543,19 @@ > status = "disabled"; > }; > > + mmcif0: mmcif@ee200000 { As the regular ePAPR police is on holidays, I'm assuming its duties: mmc@ee200000 With that fixed: Acked-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/r8a7793.dtsi b/arch/arm/boot/dts/r8a7793.dtsi index 1dd6d20..44c01a5 100644 --- a/arch/arm/boot/dts/r8a7793.dtsi +++ b/arch/arm/boot/dts/r8a7793.dtsi @@ -543,6 +543,19 @@ status = "disabled"; }; + mmcif0: mmcif@ee200000 { + compatible = "renesas,mmcif-r8a7793", "renesas,sh-mmcif"; + reg = <0 0xee200000 0 0x80>; + interrupts = <GIC_SPI 169 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&mstp3_clks R8A7793_CLK_MMCIF0>; + dmas = <&dmac0 0xd1>, <&dmac0 0xd2>; + dma-names = "tx", "rx"; + power-domains = <&sysc R8A7793_PD_ALWAYS_ON>; + reg-io-width = <4>; + status = "disabled"; + max-frequency = <97500000>; + }; + scifa0: serial@e6c40000 { compatible = "renesas,scifa-r8a7793", "renesas,rcar-gen2-scifa", "renesas,scifa";
Same as on r8a7791. Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> --- This revision updates the power-domains node. CU Uli Changes since v3: - set power-domains = <&sysc R8A7793_PD_ALWAYS_ON> Changes since v2: - change back to one DMA controller - use GIC_SPI - add max-frequency arch/arm/boot/dts/r8a7793.dtsi | 13 +++++++++++++ 1 file changed, 13 insertions(+)