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-24 17:45:19 +0100 |
commit | d85816167bf50e4ec4a9e477a2eddfe59ed83bdf (patch) | |
tree | a35c6e67d54cf4a7683d156122bfe9c0e333932a /arch/h8300/boot/dts/edosk2674.dts | |
parent | Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... (diff) | |
download | linux-d85816167bf50e4ec4a9e477a2eddfe59ed83bdf.tar.xz linux-d85816167bf50e4ec4a9e477a2eddfe59ed83bdf.zip |
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/edosk2674.dts')
-rw-r--r-- | arch/h8300/boot/dts/edosk2674.dts | 6 |
1 files changed, 3 insertions, 3 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 @@ reg = <0xffff78 8>; interrupts = <88 0>, <89 0>, <90 0>, <91 0>; clocks = <&fclk>; - clock-names = "sci_ick"; + clock-names = "fck"; }; sci1: serial@ffff80 { compatible = "renesas,sci"; reg = <0xffff80 8>; interrupts = <92 0>, <93 0>, <94 0>, <95 0>; clocks = <&fclk>; - clock-names = "sci_ick"; + clock-names = "fck"; }; sci2: serial@ffff88 { compatible = "renesas,sci"; reg = <0xffff88 8>; interrupts = <96 0>, <97 0>, <98 0>, <99 0>; clocks = <&fclk>; - clock-names = "sci_ick"; + clock-names = "fck"; }; }; |