Hi Kaneko-san, On Wed, May 9, 2018 at 2:38 PM, Yoshihiro Kaneko <ykaneko0929@xxxxxxxxx> wrote: > From: Takeshi Kihara <takeshi.kihara.df@xxxxxxxxxxx> > > Add SDHI nodes to the DT of the r8a77965 SoC. > > Based on several similar patches of the R8A7796 device tree > by Simon Horman <horms+renesas@xxxxxxxxxxxx>. > > Signed-off-by: Takeshi Kihara <takeshi.kihara.df@xxxxxxxxxxx> > Signed-off-by: Yoshihiro Kaneko <ykaneko0929@xxxxxxxxx> > --- > > This patch is based on the devel branch of Simon Horman's renesas tree. > > v2 [Yoshihiro Kaneko] > * As suggested by Simon Horman > Rebased on top of the devel branch of the renesas tree. Thanks for the update! > arch/arm64/boot/dts/renesas/r8a77965.dtsi | 36 +++++++++++++++++++++++++++---- > 1 file changed, 32 insertions(+), 4 deletions(-) > > diff --git a/arch/arm64/boot/dts/renesas/r8a77965.dtsi b/arch/arm64/boot/dts/renesas/r8a77965.dtsi > index ba0edda..510815e 100644 > --- a/arch/arm64/boot/dts/renesas/r8a77965.dtsi > +++ b/arch/arm64/boot/dts/renesas/r8a77965.dtsi > @@ -978,23 +978,51 @@ > }; > > sdhi0: sd@ee100000 { > + compatible = "renesas,sdhi-r8a77965", > + "renesas,rcar-gen3-sdhi"; > reg = <0 0xee100000 0 0x2000>; > - /* placeholder */ > + interrupts = <GIC_SPI 165 IRQ_TYPE_LEVEL_HIGH>; > + clocks = <&cpg CPG_MOD 314>; > + max-frequency = <200000000>; > + power-domains = <&sysc 32>; In the mean time, <dt-bindings/power/r8a77965-sysc.h> has landed upstream, so please use R8A77965_PD_ALWAYS_ON. With the above fixed: Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx 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