Hi Jacopo,
On Mon, Jan 9, 2017 at 8:31 PM, Jacopo Mondi <[email protected]> wrote:
> From: Magnus Damm <[email protected]>
>
> This is a squash of several commits, adding peripherals groups
> configuration to r7s72100 device tree, and enabling some of them on
> Genmai evaluation board
>
> Signed-off-by: Jacopo Mondi <[email protected]>
Thanks for the rework!
> arch/arm/boot/dts/r7s72100-genmai.dts | 51 ++++++++++++
> arch/arm/boot/dts/r7s72100.dtsi | 151
> ++++++++++++++++++++++++++++++++++
This path should be split in multiple parts:
- Add the pfc node to r7s72100.dtsi,
- Add the gpio nodes to r7s72100.dtsi,
- 4 patches for r7s72100-genmai.dts, adding support for LEDs, SCIF,
Ethernet, and SPI.
> --- a/arch/arm/boot/dts/r7s72100.dtsi
> +++ b/arch/arm/boot/dts/r7s72100.dtsi
> @@ -20,6 +20,19 @@
> #size-cells = <1>;
>
> aliases {
> + gpio0 = &port0;
> + gpio1 = &port1;
> + gpio2 = &port2;
> + gpio3 = &port3;
> + gpio4 = &port4;
> + gpio5 = &port5;
> + gpio6 = &port6;
> + gpio7 = &port7;
> + gpio8 = &port8;
> + gpio9 = &port9;
> + gpio10 = &port10;
> + gpio11 = &port11;
> + gpio12 = &jtagport0;
Please remove this hunk.
GPIO aliases are deprecated, and I don't think the driver uses them.
> i2c0 = &i2c0;
> i2c1 = &i2c1;
> i2c2 = &i2c2;
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]
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