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:

committed by
Yoshinori Sato

parent
9dffdb38d8
commit
d85816167b
@@ -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";
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user