Skip to content

Commit

Permalink
h8300: dts: Rename the serial port clock to fck
Browse files Browse the repository at this point in the history
The clock is really the device functional clock, not the interface
clock. Rename it.

Signed-off-by: Geert Uytterhoeven <[email protected]>
Acked-by: Laurent Pinchart <[email protected]>
  • Loading branch information
geertu authored and ysat0 committed Mar 24, 2016
1 parent 9dffdb3 commit d858161
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions arch/h8300/boot/dts/edosk2674.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
};
4 changes: 2 additions & 2 deletions arch/h8300/boot/dts/h8300h_sim.dts
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@
reg = <0xffffb0 8>;
interrupts = <52 0>, <53 0>, <54 0>, <55 0>;
clocks = <&fclk>;
clock-names = "sci_ick";
clock-names = "fck";
};

sci1: serial@ffffb8 {
compatible = "renesas,sci";
reg = <0xffffb8 8>;
interrupts = <56 0>, <57 0>, <58 0>, <59 0>;
clocks = <&fclk>;
clock-names = "sci_ick";
clock-names = "fck";
};
};
4 changes: 2 additions & 2 deletions arch/h8300/boot/dts/h8s_sim.dts
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@
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";
};
};

0 comments on commit d858161

Please sign in to comment.