aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2013-10-21 22:37:14 -0400
committerSimon Horman <horms+renesas@verge.net.au>2013-12-10 03:27:01 -0500
commite63763b9b55a6833047199bd587e061520302ffc (patch)
tree2f350ade2bd26a7cd67f8be5ba83126878f0112e /arch
parent33f6be3bf6b79c2b9b7c8cd1387e8e7d4b839d9e (diff)
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: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts b/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts
index 1c56c5e56950..6a542198985d 100644
--- a/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts
+++ b/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts
@@ -90,7 +90,7 @@
90 90
91&i2c0 { 91&i2c0 {
92 status = "okay"; 92 status = "okay";
93 touchscreen: st1232@55 { 93 touchscreen@55 {
94 compatible = "sitronix,st1232"; 94 compatible = "sitronix,st1232";
95 reg = <0x55>; 95 reg = <0x55>;
96 interrupt-parent = <&irqpin1>; 96 interrupt-parent = <&irqpin1>;
@@ -105,12 +105,12 @@
105 pinctrl-0 = <&scifa1_pins>; 105 pinctrl-0 = <&scifa1_pins>;
106 pinctrl-names = "default"; 106 pinctrl-names = "default";
107 107
108 scifa1_pins: scifa1 { 108 scifa1_pins: serial1 {
109 renesas,groups = "scifa1_data"; 109 renesas,groups = "scifa1_data";
110 renesas,function = "scifa1"; 110 renesas,function = "scifa1";
111 }; 111 };
112 112
113 st1232_pins: st1232 { 113 st1232_pins: touchscreen {
114 renesas,groups = "intc_irq10"; 114 renesas,groups = "intc_irq10";
115 renesas,function = "intc"; 115 renesas,function = "intc";
116 }; 116 };
@@ -125,7 +125,7 @@
125 renesas,function = "mmc0"; 125 renesas,function = "mmc0";
126 }; 126 };
127 127
128 sdhi0_pins: sdhi0 { 128 sdhi0_pins: sd0 {
129 renesas,groups = "sdhi0_data4", "sdhi0_ctrl", "sdhi0_wp"; 129 renesas,groups = "sdhi0_data4", "sdhi0_ctrl", "sdhi0_wp";
130 renesas,function = "sdhi0"; 130 renesas,function = "sdhi0";
131 }; 131 };