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

ARM: shmobile: lager: 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 6220c519
...@@ -57,12 +57,12 @@ &pfc { ...@@ -57,12 +57,12 @@ &pfc {
pinctrl-0 = <&scif0_pins &scif1_pins>; pinctrl-0 = <&scif0_pins &scif1_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
scif0_pins: scif0 { scif0_pins: serial0 {
renesas,groups = "scif0_data"; renesas,groups = "scif0_data";
renesas,function = "scif0"; renesas,function = "scif0";
}; };
scif1_pins: scif1 { scif1_pins: serial1 {
renesas,groups = "scif1_data"; renesas,groups = "scif1_data";
renesas,function = "scif1"; renesas,function = "scif1";
}; };
......
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