Commit fb9c1ce4 authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Simon Horman

ARM: shmobile: bockw: tidyup DT node naming

According to ePAPR spec,
this patch tidies up DT node name.
Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 26adf1a7
...@@ -71,7 +71,7 @@ &pfc { ...@@ -71,7 +71,7 @@ &pfc {
pinctrl-0 = <&scif0_pins>; pinctrl-0 = <&scif0_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
scif0_pins: scif0 { scif0_pins: serial0 {
renesas,groups = "scif0_data_a", "scif0_ctrl"; renesas,groups = "scif0_data_a", "scif0_ctrl";
renesas,function = "scif0"; renesas,function = "scif0";
}; };
...@@ -81,7 +81,7 @@ mmc_pins: mmc { ...@@ -81,7 +81,7 @@ mmc_pins: mmc {
renesas,function = "mmc"; renesas,function = "mmc";
}; };
sdhi0_pins: sdhi0 { sdhi0_pins: sd0 {
renesas,groups = "sdhi0_data4", "sdhi0_ctrl", renesas,groups = "sdhi0_data4", "sdhi0_ctrl",
"sdhi0_cd", "sdhi0_wp"; "sdhi0_cd", "sdhi0_wp";
renesas,function = "sdhi0"; renesas,function = "sdhi0";
......
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