MIPS: BMIPS: name the refclk clock for uart
Add the clock name to the uart nodes, to name the input clock properly. Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Rob Herring <robh+dt@kernel.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Kevin Cernekee <cernekee@gmail.com> Cc: Russell King <linux@armlinux.org.uk> Cc: linux-mips@linux-mips.org Cc: linux-arm-kernel@lists.infradead.org Cc: linux-serial@vger.kernel.org Cc: devicetree@vger.kernel.org Cc: bcm-kernel-feedback-list@broadcom.com Patchwork: https://patchwork.linux-mips.org/patch/17329/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: James Hogan <jhogan@kernel.org>
This commit is contained in:
Родитель
fa1e6a8aec
Коммит
bed8d2a23e
|
@ -82,6 +82,7 @@
|
|||
interrupts = <2>;
|
||||
|
||||
clocks = <&periph_clk>;
|
||||
clock-names = "refclk";
|
||||
|
||||
status = "disabled";
|
||||
};
|
||||
|
@ -94,6 +95,7 @@
|
|||
interrupts = <3>;
|
||||
|
||||
clocks = <&periph_clk>;
|
||||
clock-names = "refclk";
|
||||
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
|
@ -83,6 +83,7 @@
|
|||
interrupts = <5>;
|
||||
|
||||
clocks = <&periph_clk>;
|
||||
clock-names = "refclk";
|
||||
|
||||
status = "disabled";
|
||||
};
|
||||
|
@ -95,6 +96,7 @@
|
|||
interrupts = <34>;
|
||||
|
||||
clocks = <&periph_clk>;
|
||||
clock-names = "refclk";
|
||||
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
|
@ -68,6 +68,7 @@
|
|||
interrupt-parent = <&periph_intc>;
|
||||
interrupts = <28>;
|
||||
clocks = <&periph_clk>;
|
||||
clock-names = "refclk";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
@ -77,6 +78,7 @@
|
|||
interrupt-parent = <&periph_intc>;
|
||||
interrupts = <39>;
|
||||
clocks = <&periph_clk>;
|
||||
clock-names = "refclk";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
|
@ -92,6 +92,7 @@
|
|||
interrupts = <2>;
|
||||
|
||||
clocks = <&periph_clk>;
|
||||
clock-names = "refclk";
|
||||
|
||||
status = "disabled";
|
||||
};
|
||||
|
@ -104,6 +105,7 @@
|
|||
interrupts = <3>;
|
||||
|
||||
clocks = <&periph_clk>;
|
||||
clock-names = "refclk";
|
||||
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
|
@ -83,6 +83,7 @@
|
|||
interrupts = <3>;
|
||||
|
||||
clocks = <&periph_clk>;
|
||||
clock-names = "refclk";
|
||||
|
||||
status = "disabled";
|
||||
};
|
||||
|
@ -95,6 +96,7 @@
|
|||
interrupts = <4>;
|
||||
|
||||
clocks = <&periph_clk>;
|
||||
clock-names = "refclk";
|
||||
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
|
@ -89,6 +89,7 @@
|
|||
interrupt-parent = <&periph_intc>;
|
||||
interrupts = <2>;
|
||||
clocks = <&periph_clk>;
|
||||
clock-names = "refclk";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
@ -98,6 +99,7 @@
|
|||
interrupt-parent = <&periph_intc>;
|
||||
interrupts = <3>;
|
||||
clocks = <&periph_clk>;
|
||||
clock-names = "refclk";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче