Commit a32f5cff authored by Simon Horman's avatar Simon Horman

ARM: dts: ape6evm: use generic pinctrl properties

Since 16ccaf5b ("pinctrl: sh-pfc: Accept standard function, pins and
groups properties") renesas pfc drivers accept generic "function", "pins"
and "groups" properties.

This patch updates the ape6evm device tree to use the generic properties.
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Acked-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent 2ffc224f
...@@ -189,28 +189,28 @@ &cmt1 { ...@@ -189,28 +189,28 @@ &cmt1 {
&pfc { &pfc {
scifa0_pins: serial0 { scifa0_pins: serial0 {
renesas,groups = "scifa0_data"; groups = "scifa0_data";
renesas,function = "scifa0"; function = "scifa0";
}; };
mmc0_pins: mmc { mmc0_pins: mmc {
renesas,groups = "mmc0_data8", "mmc0_ctrl"; groups = "mmc0_data8", "mmc0_ctrl";
renesas,function = "mmc0"; function = "mmc0";
}; };
sdhi0_pins: sd0 { sdhi0_pins: sd0 {
renesas,groups = "sdhi0_data4", "sdhi0_ctrl", "sdhi0_cd"; groups = "sdhi0_data4", "sdhi0_ctrl", "sdhi0_cd";
renesas,function = "sdhi0"; function = "sdhi0";
}; };
sdhi1_pins: sd1 { sdhi1_pins: sd1 {
renesas,groups = "sdhi1_data4", "sdhi1_ctrl"; groups = "sdhi1_data4", "sdhi1_ctrl";
renesas,function = "sdhi1"; function = "sdhi1";
}; };
keyboard_pins: keyboard { keyboard_pins: keyboard {
renesas,pins = "PORT324", "PORT325", "PORT326", "PORT327", pins = "PORT324", "PORT325", "PORT326", "PORT327", "PORT328",
"PORT328", "PORT329"; "PORT329";
bias-pull-up; bias-pull-up;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment