Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a46bead authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Simon Horman
Browse files

ARM: shmobile: lager: add default PFC settings on DTS



SCIF0/SCIF1 PFC setting is needed as default

Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 6363070e
Loading
Loading
Loading
Loading
+15 −0
Original line number Original line Diff line number Diff line
@@ -43,3 +43,18 @@
		};
		};
	};
	};
};
};

&pfc {
	pinctrl-0 = <&scif0_pins &scif1_pins>;
	pinctrl-names = "default";

	scif0_pins: scif0 {
		renesas,groups = "scif0_data";
		renesas,function = "scif0";
	};

	scif1_pins: scif1 {
		renesas,groups = "scif1_data";
		renesas,function = "scif1";
	};
};