]> Git Repo - linux.git/commitdiff
ARM: shmobile: alt: Add pfc pins to DT
authorSimon Horman <[email protected]>
Tue, 17 Nov 2015 19:10:40 +0000 (11:10 -0800)
committerSimon Horman <[email protected]>
Wed, 18 Nov 2015 17:09:10 +0000 (09:09 -0800)
PFC is already enabled on the r8a7794.
This adds pins for devices already enabled in DT on
the r8a7794 based alt board.

Based on work by Mitsuhiro Kimura and Hisashi Nakamura.

Cc: Mitsuhiro Kimura <[email protected]>
Cc: Hisashi Nakamura <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
Acked-by: Ulrich Hecht <[email protected]>
arch/arm/boot/dts/r8a7794-alt.dts

index a548007b9b10aec6c0956829ffb28f5f38efb9f2..e7c94554d847d9e438b2e1a7db5fe14ffabeaf1d 100644 (file)
        clock-frequency = <20000000>;
 };
 
+&pfc {
+       scif2_pins: serial2 {
+               renesas,groups = "scif2_data";
+               renesas,function = "scif2";
+       };
+
+       ether_pins: ether {
+               renesas,groups = "eth_link", "eth_mdio", "eth_rmii";
+               renesas,function = "eth";
+       };
+
+       ether_b_pins: ether {
+               renesas,groups = "eth_link_b", "eth_mdio_b", "eth_rmii_b";
+               renesas,function = "eth";
+       };
+};
+
 &cmt0 {
        status = "okay";
 };
This page took 0.062036 seconds and 4 git commands to generate.