ARM: shmobile: bockw: add default PFC settings on DTS
SCIF0 PFC setting is needed as default Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
80d01feec9
commit
8ed1f8a5e1
|
@ -55,3 +55,13 @@
|
|||
&irqpin {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pfc {
|
||||
pinctrl-0 = <&scif0_pins>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
scif0_pins: scif0 {
|
||||
renesas,groups = "scif0_data_a", "scif0_ctrl";
|
||||
renesas,function = "scif0";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue