aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2016-01-29 04:36:25 -0500
committerYoshinori Sato <ysato@users.sourceforge.jp>2016-03-24 12:45:19 -0400
commitd85816167bf50e4ec4a9e477a2eddfe59ed83bdf (patch)
treea35c6e67d54cf4a7683d156122bfe9c0e333932a
parent9dffdb38d864ae89e16ff7b3a09451270736e35b (diff)
h8300: dts: Rename the serial port clock to fck
The clock is really the device functional clock, not the interface clock. Rename it. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-rw-r--r--arch/h8300/boot/dts/edosk2674.dts6
-rw-r--r--arch/h8300/boot/dts/h8300h_sim.dts4
-rw-r--r--arch/h8300/boot/dts/h8s_sim.dts4
3 files changed, 7 insertions, 7 deletions
diff --git a/arch/h8300/boot/dts/edosk2674.dts b/arch/h8300/boot/dts/edosk2674.dts
index 4ce9fa874a57..6ae884bf66a5 100644
--- a/arch/h8300/boot/dts/edosk2674.dts
+++ b/arch/h8300/boot/dts/edosk2674.dts
@@ -88,20 +88,20 @@
88 reg = <0xffff78 8>; 88 reg = <0xffff78 8>;
89 interrupts = <88 0>, <89 0>, <90 0>, <91 0>; 89 interrupts = <88 0>, <89 0>, <90 0>, <91 0>;
90 clocks = <&fclk>; 90 clocks = <&fclk>;
91 clock-names = "sci_ick"; 91 clock-names = "fck";
92 }; 92 };
93 sci1: serial@ffff80 { 93 sci1: serial@ffff80 {
94 compatible = "renesas,sci"; 94 compatible = "renesas,sci";
95 reg = <0xffff80 8>; 95 reg = <0xffff80 8>;
96 interrupts = <92 0>, <93 0>, <94 0>, <95 0>; 96 interrupts = <92 0>, <93 0>, <94 0>, <95 0>;
97 clocks = <&fclk>; 97 clocks = <&fclk>;
98 clock-names = "sci_ick"; 98 clock-names = "fck";
99 }; 99 };
100 sci2: serial@ffff88 { 100 sci2: serial@ffff88 {
101 compatible = "renesas,sci"; 101 compatible = "renesas,sci";
102 reg = <0xffff88 8>; 102 reg = <0xffff88 8>;
103 interrupts = <96 0>, <97 0>, <98 0>, <99 0>; 103 interrupts = <96 0>, <97 0>, <98 0>, <99 0>;
104 clocks = <&fclk>; 104 clocks = <&fclk>;
105 clock-names = "sci_ick"; 105 clock-names = "fck";
106 }; 106 };
107}; 107};
diff --git a/arch/h8300/boot/dts/h8300h_sim.dts b/arch/h8300/boot/dts/h8300h_sim.dts
index 545bfb57af9a..9c733d920f1f 100644
--- a/arch/h8300/boot/dts/h8300h_sim.dts
+++ b/arch/h8300/boot/dts/h8300h_sim.dts
@@ -83,7 +83,7 @@
83 reg = <0xffffb0 8>; 83 reg = <0xffffb0 8>;
84 interrupts = <52 0>, <53 0>, <54 0>, <55 0>; 84 interrupts = <52 0>, <53 0>, <54 0>, <55 0>;
85 clocks = <&fclk>; 85 clocks = <&fclk>;
86 clock-names = "sci_ick"; 86 clock-names = "fck";
87 }; 87 };
88 88
89 sci1: serial@ffffb8 { 89 sci1: serial@ffffb8 {
@@ -91,6 +91,6 @@
91 reg = <0xffffb8 8>; 91 reg = <0xffffb8 8>;
92 interrupts = <56 0>, <57 0>, <58 0>, <59 0>; 92 interrupts = <56 0>, <57 0>, <58 0>, <59 0>;
93 clocks = <&fclk>; 93 clocks = <&fclk>;
94 clock-names = "sci_ick"; 94 clock-names = "fck";
95 }; 95 };
96}; 96};
diff --git a/arch/h8300/boot/dts/h8s_sim.dts b/arch/h8300/boot/dts/h8s_sim.dts
index bcedba5a3ce7..97e1f4b17ef0 100644
--- a/arch/h8300/boot/dts/h8s_sim.dts
+++ b/arch/h8300/boot/dts/h8s_sim.dts
@@ -87,13 +87,13 @@
87 reg = <0xffff78 8>; 87 reg = <0xffff78 8>;
88 interrupts = <88 0>, <89 0>, <90 0>, <91 0>; 88 interrupts = <88 0>, <89 0>, <90 0>, <91 0>;
89 clocks = <&fclk>; 89 clocks = <&fclk>;
90 clock-names = "sci_ick"; 90 clock-names = "fck";
91 }; 91 };
92 sci1: serial@ffff80 { 92 sci1: serial@ffff80 {
93 compatible = "renesas,sci"; 93 compatible = "renesas,sci";
94 reg = <0xffff80 8>; 94 reg = <0xffff80 8>;
95 interrupts = <92 0>, <93 0>, <94 0>, <95 0>; 95 interrupts = <92 0>, <93 0>, <94 0>, <95 0>;
96 clocks = <&fclk>; 96 clocks = <&fclk>;
97 clock-names = "sci_ick"; 97 clock-names = "fck";
98 }; 98 };
99}; 99};