提交 e63763b9 编写于 作者: K Kuninori Morimoto 提交者: Simon Horman

ARM: shmobile: armadillo: tidyup DT node naming

According to ePAPR spec,
this patch tidies up DT node name.

This patch removed un-used "touchscreen" label
Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 33f6be3b
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
&i2c0 { &i2c0 {
status = "okay"; status = "okay";
touchscreen: st1232@55 { touchscreen@55 {
compatible = "sitronix,st1232"; compatible = "sitronix,st1232";
reg = <0x55>; reg = <0x55>;
interrupt-parent = <&irqpin1>; interrupt-parent = <&irqpin1>;
...@@ -105,12 +105,12 @@ ...@@ -105,12 +105,12 @@
pinctrl-0 = <&scifa1_pins>; pinctrl-0 = <&scifa1_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
scifa1_pins: scifa1 { scifa1_pins: serial1 {
renesas,groups = "scifa1_data"; renesas,groups = "scifa1_data";
renesas,function = "scifa1"; renesas,function = "scifa1";
}; };
st1232_pins: st1232 { st1232_pins: touchscreen {
renesas,groups = "intc_irq10"; renesas,groups = "intc_irq10";
renesas,function = "intc"; renesas,function = "intc";
}; };
...@@ -125,7 +125,7 @@ ...@@ -125,7 +125,7 @@
renesas,function = "mmc0"; renesas,function = "mmc0";
}; };
sdhi0_pins: sdhi0 { sdhi0_pins: sd0 {
renesas,groups = "sdhi0_data4", "sdhi0_ctrl", "sdhi0_wp"; renesas,groups = "sdhi0_data4", "sdhi0_ctrl", "sdhi0_wp";
renesas,function = "sdhi0"; renesas,function = "sdhi0";
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册