mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 01:53:29 +02:00
ARM: dts: mediatek: mt6582: add clock-names property to uart nodes
Other SoC DTSI files define this property for their uart nodes. Do the same here too, to be consistent. Signed-off-by: Cristian Cozzolino <cristian_ci@protonmail.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
parent
f6b85f1cec
commit
a97a57c68d
|
|
@ -97,6 +97,7 @@ uart0: serial@11002000 {
|
|||
reg = <0x11002000 0x400>;
|
||||
interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_LOW>;
|
||||
clocks = <&uart_clk>;
|
||||
clock-names = "baud";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
@ -105,6 +106,7 @@ uart1: serial@11003000 {
|
|||
reg = <0x11003000 0x400>;
|
||||
interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_LOW>;
|
||||
clocks = <&uart_clk>;
|
||||
clock-names = "baud";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
@ -113,6 +115,7 @@ uart2: serial@11004000 {
|
|||
reg = <0x11004000 0x400>;
|
||||
interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_LOW>;
|
||||
clocks = <&uart_clk>;
|
||||
clock-names = "baud";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
@ -121,6 +124,7 @@ uart3: serial@11005000 {
|
|||
reg = <0x11005000 0x400>;
|
||||
interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_LOW>;
|
||||
clocks = <&uart_clk>;
|
||||
clock-names = "baud";
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user