Hi Geert Uytterhoeven, On Aug 29, 2016, Geert Uytterhoeven wrote: > We really need to get the GPIO driver upstream, and add support for reading the MD_* pins. OK, we can just read the mode pin instead of looking at the DT. In setup-r8a7779.c, they use ioremap to read the mode and then pass the mode into r8a7779_clocks_init() in the clock file. Looks like setup-rcar-gen2.c does the same thing. So, can we do the same in setup-r7s72100.c and clk-rz.c? No GPIO driver is needed and it would match the other platforms are doing. Chris