Commit 1ba1e26e authored by Simon Horman's avatar Simon Horman

ARM: dts: armadillo800eva: 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 armadillo800eva 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 a32f5cff
...@@ -228,44 +228,44 @@ &pfc { ...@@ -228,44 +228,44 @@ &pfc {
pinctrl-names = "default"; pinctrl-names = "default";
ether_pins: ether { ether_pins: ether {
renesas,groups = "gether_mii", "gether_int"; groups = "gether_mii", "gether_int";
renesas,function = "gether"; function = "gether";
}; };
scifa1_pins: serial1 { scifa1_pins: serial1 {
renesas,groups = "scifa1_data"; groups = "scifa1_data";
renesas,function = "scifa1"; function = "scifa1";
}; };
st1232_pins: touchscreen { st1232_pins: touchscreen {
renesas,groups = "intc_irq10"; groups = "intc_irq10";
renesas,function = "intc"; function = "intc";
}; };
backlight_pins: backlight { backlight_pins: backlight {
renesas,groups = "tpu0_to2_1"; groups = "tpu0_to2_1";
renesas,function = "tpu0"; function = "tpu0";
}; };
mmc0_pins: mmc0 { mmc0_pins: mmc0 {
renesas,groups = "mmc0_data8_1", "mmc0_ctrl_1"; groups = "mmc0_data8_1", "mmc0_ctrl_1";
renesas,function = "mmc0"; function = "mmc0";
}; };
sdhi0_pins: sd0 { sdhi0_pins: sd0 {
renesas,groups = "sdhi0_data4", "sdhi0_ctrl", "sdhi0_wp"; groups = "sdhi0_data4", "sdhi0_ctrl", "sdhi0_wp";
renesas,function = "sdhi0"; function = "sdhi0";
}; };
fsia_pins: sounda { fsia_pins: sounda {
renesas,groups = "fsia_sclk_in", "fsia_mclk_out", groups = "fsia_sclk_in", "fsia_mclk_out",
"fsia_data_in_1", "fsia_data_out_0"; "fsia_data_in_1", "fsia_data_out_0";
renesas,function = "fsia"; function = "fsia";
}; };
lcd0_pins: lcd0 { lcd0_pins: lcd0 {
renesas,groups = "lcd0_data24_0", "lcd0_lclk_1", "lcd0_sync"; groups = "lcd0_data24_0", "lcd0_lclk_1", "lcd0_sync";
renesas,function = "lcd0"; function = "lcd0";
/* DBGMD/LCDC0/FSIA MUX */ /* DBGMD/LCDC0/FSIA MUX */
gpio-hog; gpio-hog;
......
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