From: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Add pinctrl for the existing rspi4 node on Genmai. Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Signed-off-by: Jacopo Mondi <jacopo+renesas@xxxxxxxxxx> --- arch/arm/boot/dts/r7s72100-genmai.dts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/r7s72100-genmai.dts b/arch/arm/boot/dts/r7s72100-genmai.dts index b36c84f..01c08e0 100644 --- a/arch/arm/boot/dts/r7s72100-genmai.dts +++ b/arch/arm/boot/dts/r7s72100-genmai.dts @@ -71,7 +71,7 @@ }; &pfc { - pinctrl-0 = <ðernet_pins &scif2_pins>; + pinctrl-0 = <ðernet_pins &rspi4_pins &scif2_pins>; pinctrl-names = "default"; ethernet_pins: ethernet { @@ -97,6 +97,12 @@ function = "ethernet"; }; + rspi4_pins: spi4 { + groups = "rspi4_rspck_p4_0", "rspi4_ssl0_p4_1", + "rspi4_mosi_p4_2", "rspi4_miso_p4_3"; + function = "rspi4"; + }; + scif2_pins: serial2 { groups = "scif2_txd_p3_0", "scif2_rxd_p3_2"; function = "scif2"; -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html