diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-01-29 10:36:25 +0100 |
---|---|---|
committer | Yoshinori Sato <ysato@users.sourceforge.jp> | 2016-03-25 01:45:19 +0900 |
commit | d85816167bf50e4ec4a9e477a2eddfe59ed83bdf (patch) | |
tree | a35c6e67d54cf4a7683d156122bfe9c0e333932a /arch/h8300/boot/dts/h8300h_sim.dts | |
parent | 9dffdb38d864ae89e16ff7b3a09451270736e35b (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>
Diffstat (limited to 'arch/h8300/boot/dts/h8300h_sim.dts')
-rw-r--r-- | arch/h8300/boot/dts/h8300h_sim.dts | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ reg = <0xffffb0 8>; interrupts = <52 0>, <53 0>, <54 0>, <55 0>; clocks = <&fclk>; - clock-names = "sci_ick"; + clock-names = "fck"; }; sci1: serial@ffffb8 { @@ -91,6 +91,6 @@ reg = <0xffffb8 8>; interrupts = <56 0>, <57 0>, <58 0>, <59 0>; clocks = <&fclk>; - clock-names = "sci_ick"; + clock-names = "fck"; }; }; |