mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 10:34:22 -04:00
ARM: dts: iwg22d-sodimm: Add pinctl support for scif4
Adding pinctrl support for scif4 interface. Signed-off-by: Biju Das <biju.das@bp.renesas.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
@@ -24,6 +24,16 @@ chosen {
|
||||
};
|
||||
};
|
||||
|
||||
&pfc {
|
||||
scif4_pins: scif4 {
|
||||
groups = "scif4_data_b";
|
||||
function = "scif4";
|
||||
};
|
||||
};
|
||||
|
||||
&scif4 {
|
||||
pinctrl-0 = <&scif4_pins>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user