* [PATCH 0/2] Add R8A7792 SDHI support @ 2016-07-12 21:09 Sergei Shtylyov 2016-07-12 21:10 ` [PATCH 1/2] ARM: dts: r8a7792: add SD clocks Sergei Shtylyov 2016-07-12 21:11 ` [PATCH 2/2] ARM: dts: r8a7792: add SDHI support Sergei Shtylyov 0 siblings, 2 replies; 11+ messages in thread From: Sergei Shtylyov @ 2016-07-12 21:09 UTC (permalink / raw) To: horms, linux-renesas-soc, robh+dt, mark.rutland, devicetree Cc: magnus.damm, linux, linux-arm-kernel Hello. Here's the set of 2 patches against Simon Horman's 'renesas.git' repo, 'renesas-devel-20160711-v4.7-rc7' tag plus the R8A7792 PFC/GPIO/EtherAVB patchsets. We're adding the R8A7792 SDHI clocks and device nodes. They have been tested on the Blanche board -- I'm not posting the Blanche patch only because it has some strange interaction with the Ethernet chip, so that NFS root woedn't work anymore... [1/2] ARM: dts: r8a7792: add SD clocks [2/2] ARM: dts: r8a7792: add SDHI support WBR, Sergei ^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH 1/2] ARM: dts: r8a7792: add SD clocks 2016-07-12 21:09 [PATCH 0/2] Add R8A7792 SDHI support Sergei Shtylyov @ 2016-07-12 21:10 ` Sergei Shtylyov 2016-07-13 1:29 ` Geert Uytterhoeven 2016-07-12 21:11 ` [PATCH 2/2] ARM: dts: r8a7792: add SDHI support Sergei Shtylyov 1 sibling, 1 reply; 11+ messages in thread From: Sergei Shtylyov @ 2016-07-12 21:10 UTC (permalink / raw) To: horms, linux-renesas-soc, robh+dt, mark.rutland, devicetree Cc: magnus.damm, linux, linux-arm-kernel Describe the SDHI0 clock and its parent, SD clock in the R8A7792 device tree. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> --- arch/arm/boot/dts/r8a7792.dtsi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) Index: renesas/arch/arm/boot/dts/r8a7792.dtsi =================================================================== --- renesas.orig/arch/arm/boot/dts/r8a7792.dtsi +++ renesas/arch/arm/boot/dts/r8a7792.dtsi @@ -511,6 +511,13 @@ clock-div = <8>; clock-mult = <1>; }; + sd_clk: sd { + compatible = "fixed-factor-clock"; + clocks = <&pll1_div2_clk>; + #clock-cells = <0>; + clock-div = <8>; + clock-mult = <1>; + }; /* Gate clocks */ mstp1_clks: mstp1_clks@e6150134 { @@ -533,6 +540,15 @@ >; clock-output-names = "sys-dmac1", "sys-dmac0"; }; + mstp3_clks: mstp3_clks@e615013c { + compatible = "renesas,r8a7792-mstp-clocks", + "renesas,cpg-mstp-clocks"; + reg = <0 0xe615013c 0 4>, <0 0xe6150048 0 4>; + clocks = <&sd_clk>; + #clock-cells = <1>; + renesas,clock-indices = <R8A7792_CLK_SDHI0>; + clock-output-names = "sdhi0"; + }; mstp4_clks: mstp4_clks@e6150140 { compatible = "renesas,r8a7792-mstp-clocks", "renesas,cpg-mstp-clocks"; ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 1/2] ARM: dts: r8a7792: add SD clocks 2016-07-12 21:10 ` [PATCH 1/2] ARM: dts: r8a7792: add SD clocks Sergei Shtylyov @ 2016-07-13 1:29 ` Geert Uytterhoeven 0 siblings, 0 replies; 11+ messages in thread From: Geert Uytterhoeven @ 2016-07-13 1:29 UTC (permalink / raw) To: Sergei Shtylyov Cc: Simon Horman, Linux-Renesas, Rob Herring, Mark Rutland, devicetree@vger.kernel.org, Magnus Damm, Russell King, linux-arm-kernel@lists.infradead.org On Tue, Jul 12, 2016 at 11:10 PM, Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> wrote: > Describe the SDHI0 clock and its parent, SD clock in the R8A7792 device tree. > > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.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 ^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH 2/2] ARM: dts: r8a7792: add SDHI support 2016-07-12 21:09 [PATCH 0/2] Add R8A7792 SDHI support Sergei Shtylyov 2016-07-12 21:10 ` [PATCH 1/2] ARM: dts: r8a7792: add SD clocks Sergei Shtylyov @ 2016-07-12 21:11 ` Sergei Shtylyov [not found] ` <8030361.FnpbGzHVP8-gHKXc3Y1Z8zGSmamagVegGFoWSdPRAKMAL8bYrjMMd8@public.gmane.org> 2016-07-17 22:58 ` Simon Horman 1 sibling, 2 replies; 11+ messages in thread From: Sergei Shtylyov @ 2016-07-12 21:11 UTC (permalink / raw) To: horms, linux-renesas-soc, robh+dt, mark.rutland, devicetree Cc: magnus.damm, linux, linux-arm-kernel Define the generic R8A7792 part of the SDHI0 device node. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> --- arch/arm/boot/dts/r8a7792.dtsi | 12 ++++++++++++ 1 file changed, 12 insertions(+) Index: renesas/arch/arm/boot/dts/r8a7792.dtsi =================================================================== --- renesas.orig/arch/arm/boot/dts/r8a7792.dtsi +++ renesas/arch/arm/boot/dts/r8a7792.dtsi @@ -435,6 +435,18 @@ status = "disabled"; }; + sdhi0: sd@ee100000 { + compatible = "renesas,sdhi-r8a7792"; + reg = <0 0xee100000 0 0x200>; + interrupts = <0 165 IRQ_TYPE_LEVEL_HIGH>; + dmas = <&dmac0 0xcd>, <&dmac0 0xce>, + <&dmac1 0xcd>, <&dmac1 0xce>; + dma-names = "tx", "rx", "tx", "rx"; + clocks = <&mstp3_clks R8A7792_CLK_SDHI0>; + power-domains = <&sysc R8A7792_PD_ALWAYS_ON>; + status = "disabled"; + }; + jpu: jpeg-codec@fe980000 { compatible = "renesas,jpu-r8a7792", "renesas,rcar-gen2-jpu"; ^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <8030361.FnpbGzHVP8-gHKXc3Y1Z8zGSmamagVegGFoWSdPRAKMAL8bYrjMMd8@public.gmane.org>]
* Re: [PATCH 2/2] ARM: dts: r8a7792: add SDHI support [not found] ` <8030361.FnpbGzHVP8-gHKXc3Y1Z8zGSmamagVegGFoWSdPRAKMAL8bYrjMMd8@public.gmane.org> @ 2016-07-13 1:37 ` Geert Uytterhoeven 0 siblings, 0 replies; 11+ messages in thread From: Geert Uytterhoeven @ 2016-07-13 1:37 UTC (permalink / raw) To: Sergei Shtylyov Cc: Simon Horman, Linux-Renesas, Rob Herring, Mark Rutland, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Magnus Damm, Russell King, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Wolfram Sang On Tue, Jul 12, 2016 at 11:11 PM, Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org> wrote: > Define the generic R8A7792 part of the SDHI0 device node. > > Signed-off-by: Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org> Reviewed-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> > --- > arch/arm/boot/dts/r8a7792.dtsi | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > Index: renesas/arch/arm/boot/dts/r8a7792.dtsi > =================================================================== > --- renesas.orig/arch/arm/boot/dts/r8a7792.dtsi > +++ renesas/arch/arm/boot/dts/r8a7792.dtsi > @@ -435,6 +435,18 @@ > status = "disabled"; > }; > > + sdhi0: sd@ee100000 { > + compatible = "renesas,sdhi-r8a7792"; > + reg = <0 0xee100000 0 0x200>; > + interrupts = <0 165 IRQ_TYPE_LEVEL_HIGH>; > + dmas = <&dmac0 0xcd>, <&dmac0 0xce>, > + <&dmac1 0xcd>, <&dmac1 0xce>; > + dma-names = "tx", "rx", "tx", "rx"; > + clocks = <&mstp3_clks R8A7792_CLK_SDHI0>; > + power-domains = <&sysc R8A7792_PD_ALWAYS_ON>; Do we want a "max-frequency" property here? Note that this instance doesn't support SDR104/SDR50. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 2/2] ARM: dts: r8a7792: add SDHI support 2016-07-12 21:11 ` [PATCH 2/2] ARM: dts: r8a7792: add SDHI support Sergei Shtylyov [not found] ` <8030361.FnpbGzHVP8-gHKXc3Y1Z8zGSmamagVegGFoWSdPRAKMAL8bYrjMMd8@public.gmane.org> @ 2016-07-17 22:58 ` Simon Horman 2016-07-18 19:12 ` Sergei Shtylyov 1 sibling, 1 reply; 11+ messages in thread From: Simon Horman @ 2016-07-17 22:58 UTC (permalink / raw) To: Sergei Shtylyov Cc: linux-renesas-soc, robh+dt, mark.rutland, devicetree, magnus.damm, linux, linux-arm-kernel On Wed, Jul 13, 2016 at 12:11:12AM +0300, Sergei Shtylyov wrote: > Define the generic R8A7792 part of the SDHI0 device node. > > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> > > --- > arch/arm/boot/dts/r8a7792.dtsi | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > Index: renesas/arch/arm/boot/dts/r8a7792.dtsi > =================================================================== > --- renesas.orig/arch/arm/boot/dts/r8a7792.dtsi > +++ renesas/arch/arm/boot/dts/r8a7792.dtsi > @@ -435,6 +435,18 @@ > status = "disabled"; > }; > > + sdhi0: sd@ee100000 { > + compatible = "renesas,sdhi-r8a7792"; > + reg = <0 0xee100000 0 0x200>; I do not have the documentation available to check, however, I wonder if as per 66f47ed0e86d ("ARM: shmobile: r8a7790: tidyup SDHI register size on DTSI") the register size should be 0x328. It also looks like register the DTS for the r8a7794 needs updating along the same lines. > + interrupts = <0 165 IRQ_TYPE_LEVEL_HIGH>; > + dmas = <&dmac0 0xcd>, <&dmac0 0xce>, > + <&dmac1 0xcd>, <&dmac1 0xce>; > + dma-names = "tx", "rx", "tx", "rx"; > + clocks = <&mstp3_clks R8A7792_CLK_SDHI0>; > + power-domains = <&sysc R8A7792_PD_ALWAYS_ON>; > + status = "disabled"; > + }; > + > jpu: jpeg-codec@fe980000 { > compatible = "renesas,jpu-r8a7792", > "renesas,rcar-gen2-jpu"; > ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 2/2] ARM: dts: r8a7792: add SDHI support 2016-07-17 22:58 ` Simon Horman @ 2016-07-18 19:12 ` Sergei Shtylyov [not found] ` <cece2545-52f9-7ddb-36d2-df364a272092-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org> 0 siblings, 1 reply; 11+ messages in thread From: Sergei Shtylyov @ 2016-07-18 19:12 UTC (permalink / raw) To: Simon Horman Cc: linux-renesas-soc, robh+dt, mark.rutland, devicetree, magnus.damm, linux, linux-arm-kernel Hello. On 07/18/2016 01:58 AM, Simon Horman wrote: >> Define the generic R8A7792 part of the SDHI0 device node. >> >> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> >> >> --- >> arch/arm/boot/dts/r8a7792.dtsi | 12 ++++++++++++ >> 1 file changed, 12 insertions(+) >> >> Index: renesas/arch/arm/boot/dts/r8a7792.dtsi >> =================================================================== >> --- renesas.orig/arch/arm/boot/dts/r8a7792.dtsi >> +++ renesas/arch/arm/boot/dts/r8a7792.dtsi >> @@ -435,6 +435,18 @@ >> status = "disabled"; >> }; >> >> + sdhi0: sd@ee100000 { >> + compatible = "renesas,sdhi-r8a7792"; >> + reg = <0 0xee100000 0 0x200>; > > I do not have the documentation available to check, Me nether. The SDHI .zip only includes the manual for E2, H2, and M2. > however, I wonder if > as per 66f47ed0e86d ("ARM: shmobile: r8a7790: tidyup SDHI register size on > DTSI") the register size should be 0x328. I just don't know... > It also looks like register the DTS for the r8a7794 needs updating along > the same lines. Indeed. >> + interrupts = <0 165 IRQ_TYPE_LEVEL_HIGH>; >> + dmas = <&dmac0 0xcd>, <&dmac0 0xce>, >> + <&dmac1 0xcd>, <&dmac1 0xce>; >> + dma-names = "tx", "rx", "tx", "rx"; >> + clocks = <&mstp3_clks R8A7792_CLK_SDHI0>; >> + power-domains = <&sysc R8A7792_PD_ALWAYS_ON>; >> + status = "disabled"; >> + }; >> + >> jpu: jpeg-codec@fe980000 { >> compatible = "renesas,jpu-r8a7792", >> "renesas,rcar-gen2-jpu"; I also wonder whether whether a single per-SoC SDHI "compatible" is valid. The registers and their offsets seem to differ b/w SDHI0 and the other SDHI cores... MBR, Sergei ^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <cece2545-52f9-7ddb-36d2-df364a272092-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>]
* Re: [PATCH 2/2] ARM: dts: r8a7792: add SDHI support [not found] ` <cece2545-52f9-7ddb-36d2-df364a272092-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org> @ 2016-07-20 8:07 ` Geert Uytterhoeven 2016-07-20 13:40 ` Sergei Shtylyov 0 siblings, 1 reply; 11+ messages in thread From: Geert Uytterhoeven @ 2016-07-20 8:07 UTC (permalink / raw) To: Sergei Shtylyov Cc: Simon Horman, Linux-Renesas, Rob Herring, Mark Rutland, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Magnus Damm, Russell King, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org Hi Sergei, On Mon, Jul 18, 2016 at 9:12 PM, Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org> wrote: >>> --- renesas.orig/arch/arm/boot/dts/r8a7792.dtsi >>> +++ renesas/arch/arm/boot/dts/r8a7792.dtsi >>> @@ -435,6 +435,18 @@ >>> status = "disabled"; >>> }; >>> >>> + sdhi0: sd@ee100000 { >>> + compatible = "renesas,sdhi-r8a7792"; >>> + reg = <0 0xee100000 0 0x200>; >> >> >> I do not have the documentation available to check, > > Me nether. The SDHI .zip only includes the manual for E2, H2, and M2. > >> however, I wonder if >> as per 66f47ed0e86d ("ARM: shmobile: r8a7790: tidyup SDHI register size on >> DTSI") the register size should be 0x328. > > I just don't know... >>> + interrupts = <0 165 IRQ_TYPE_LEVEL_HIGH>; >>> + dmas = <&dmac0 0xcd>, <&dmac0 0xce>, >>> + <&dmac1 0xcd>, <&dmac1 0xce>; >>> + dma-names = "tx", "rx", "tx", "rx"; >>> + clocks = <&mstp3_clks R8A7792_CLK_SDHI0>; >>> + power-domains = <&sysc R8A7792_PD_ALWAYS_ON>; >>> + status = "disabled"; >>> + }; >>> + >>> jpu: jpeg-codec@fe980000 { >>> compatible = "renesas,jpu-r8a7792", >>> "renesas,rcar-gen2-jpu"; > > I also wonder whether whether a single per-SoC SDHI "compatible" is > valid. The registers and their offsets seem to differ b/w SDHI0 and the > other SDHI cores... There's version register. BTW, given SDHI on V2H doesn't support SDR50/SDR104, unlike the instances on other R-Car Gen2 SoCs, can you please tell us the version value, as read from CTL_VERSION in sh_mobile_sdhi_sdbuf_width()? Thanks! Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 2/2] ARM: dts: r8a7792: add SDHI support 2016-07-20 8:07 ` Geert Uytterhoeven @ 2016-07-20 13:40 ` Sergei Shtylyov 2016-07-20 13:50 ` Geert Uytterhoeven 0 siblings, 1 reply; 11+ messages in thread From: Sergei Shtylyov @ 2016-07-20 13:40 UTC (permalink / raw) To: Geert Uytterhoeven Cc: Simon Horman, Linux-Renesas, Rob Herring, Mark Rutland, devicetree@vger.kernel.org, Magnus Damm, Russell King, linux-arm-kernel@lists.infradead.org On 07/20/2016 11:07 AM, Geert Uytterhoeven wrote: >>>> --- renesas.orig/arch/arm/boot/dts/r8a7792.dtsi >>>> +++ renesas/arch/arm/boot/dts/r8a7792.dtsi >>>> @@ -435,6 +435,18 @@ >>>> status = "disabled"; >>>> }; >>>> >>>> + sdhi0: sd@ee100000 { >>>> + compatible = "renesas,sdhi-r8a7792"; >>>> + reg = <0 0xee100000 0 0x200>; >>> >>> >>> I do not have the documentation available to check, >> >> Me nether. The SDHI .zip only includes the manual for E2, H2, and M2. >> >>> however, I wonder if >>> as per 66f47ed0e86d ("ARM: shmobile: r8a7790: tidyup SDHI register size on >>> DTSI") the register size should be 0x328. >> >> I just don't know... > >>>> + interrupts = <0 165 IRQ_TYPE_LEVEL_HIGH>; >>>> + dmas = <&dmac0 0xcd>, <&dmac0 0xce>, >>>> + <&dmac1 0xcd>, <&dmac1 0xce>; >>>> + dma-names = "tx", "rx", "tx", "rx"; >>>> + clocks = <&mstp3_clks R8A7792_CLK_SDHI0>; >>>> + power-domains = <&sysc R8A7792_PD_ALWAYS_ON>; >>>> + status = "disabled"; >>>> + }; >>>> + >>>> jpu: jpeg-codec@fe980000 { >>>> compatible = "renesas,jpu-r8a7792", >>>> "renesas,rcar-gen2-jpu"; >> >> I also wonder whether whether a single per-SoC SDHI "compatible" is >> valid. The registers and their offsets seem to differ b/w SDHI0 and the >> other SDHI cores... > > There's version register. > > BTW, given SDHI on V2H doesn't support SDR50/SDR104, unlike the instances > on other R-Car Gen2 SoCs, can you please tell us the version value, as read > from CTL_VERSION in sh_mobile_sdhi_sdbuf_width()? It's 0xCB0D, the same as on other SoCs. > Thanks! Not at all. :-) > Gr{oetje,eeting}s, > > Geert MBR, Sergei ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 2/2] ARM: dts: r8a7792: add SDHI support 2016-07-20 13:40 ` Sergei Shtylyov @ 2016-07-20 13:50 ` Geert Uytterhoeven 2016-07-20 13:57 ` Sergei Shtylyov 0 siblings, 1 reply; 11+ messages in thread From: Geert Uytterhoeven @ 2016-07-20 13:50 UTC (permalink / raw) To: Sergei Shtylyov Cc: Simon Horman, Linux-Renesas, Rob Herring, Mark Rutland, devicetree@vger.kernel.org, Magnus Damm, Russell King, linux-arm-kernel@lists.infradead.org Hi Sergei, On Wed, Jul 20, 2016 at 3:40 PM, Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> wrote: >> BTW, given SDHI on V2H doesn't support SDR50/SDR104, unlike the instances >> on other R-Car Gen2 SoCs, can you please tell us the version value, as >> read >> from CTL_VERSION in sh_mobile_sdhi_sdbuf_width()? > > It's 0xCB0D, the same as on other SoCs. Thanks! #define SDHI_VER_GEN2_SDR104 0xcb0d Not good, as it doesn't support SDR50/SDR104.... 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 ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 2/2] ARM: dts: r8a7792: add SDHI support 2016-07-20 13:50 ` Geert Uytterhoeven @ 2016-07-20 13:57 ` Sergei Shtylyov 0 siblings, 0 replies; 11+ messages in thread From: Sergei Shtylyov @ 2016-07-20 13:57 UTC (permalink / raw) To: Geert Uytterhoeven Cc: Simon Horman, Linux-Renesas, Rob Herring, Mark Rutland, devicetree@vger.kernel.org, Magnus Damm, Russell King, linux-arm-kernel@lists.infradead.org On 07/20/2016 04:50 PM, Geert Uytterhoeven wrote: >>> BTW, given SDHI on V2H doesn't support SDR50/SDR104, unlike the instances >>> on other R-Car Gen2 SoCs, can you please tell us the version value, as >>> read >>> from CTL_VERSION in sh_mobile_sdhi_sdbuf_width()? >> >> It's 0xCB0D, the same as on other SoCs. > > Thanks! > > #define SDHI_VER_GEN2_SDR104 0xcb0d Not seeing this #define, where is it? > Not good, as it doesn't support SDR50/SDR104.... Does it have the register at 0x324 tho? > Gr{oetje,eeting}s, > > Geert MBR, Sergei ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2016-07-20 13:57 UTC | newest] Thread overview: 11+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2016-07-12 21:09 [PATCH 0/2] Add R8A7792 SDHI support Sergei Shtylyov 2016-07-12 21:10 ` [PATCH 1/2] ARM: dts: r8a7792: add SD clocks Sergei Shtylyov 2016-07-13 1:29 ` Geert Uytterhoeven 2016-07-12 21:11 ` [PATCH 2/2] ARM: dts: r8a7792: add SDHI support Sergei Shtylyov [not found] ` <8030361.FnpbGzHVP8-gHKXc3Y1Z8zGSmamagVegGFoWSdPRAKMAL8bYrjMMd8@public.gmane.org> 2016-07-13 1:37 ` Geert Uytterhoeven 2016-07-17 22:58 ` Simon Horman 2016-07-18 19:12 ` Sergei Shtylyov [not found] ` <cece2545-52f9-7ddb-36d2-df364a272092-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org> 2016-07-20 8:07 ` Geert Uytterhoeven 2016-07-20 13:40 ` Sergei Shtylyov 2016-07-20 13:50 ` Geert Uytterhoeven 2016-07-20 13:57 ` Sergei Shtylyov
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).