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>
This commit is contained in:
Geert Uytterhoeven 2016-01-29 10:36:25 +01:00 committed by Yoshinori Sato
parent 9dffdb38d8
commit d85816167b
3 changed files with 7 additions and 7 deletions

View file

@ -88,20 +88,20 @@ sci0: serial@ffff78 {
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";
};
};

View file

@ -83,7 +83,7 @@ sci0: serial@ffffb0 {
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 @@ sci1: serial@ffffb8 {
reg = <0xffffb8 8>;
interrupts = <56 0>, <57 0>, <58 0>, <59 0>;
clocks = <&fclk>;
clock-names = "sci_ick";
clock-names = "fck";
};
};

View file

@ -87,13 +87,13 @@ sci0: serial@ffff78 {
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";
};
};