Skip to content

Commit 7896020

Browse files
committed
Merge tag 'amlogic-fixes-v5.17-rc-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux into arm/fixes
Amlogic fixes for v5.17-rc - meson6/meson8/meson8b UART compatible fixup to notably fix earlycon * tag 'amlogic-fixes-v5.17-rc-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux: ARM: dts: meson8b: Fix the UART device-tree schema validation ARM: dts: meson8: Fix the UART device-tree schema validation ARM: dts: meson: Fix the UART compatible strings Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 4a64f2d + 3375aa7 commit 7896020

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

arch/arm/boot/dts/meson.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@
5959
};
6060

6161
uart_A: serial@84c0 {
62-
compatible = "amlogic,meson6-uart", "amlogic,meson-uart";
62+
compatible = "amlogic,meson6-uart";
6363
reg = <0x84c0 0x18>;
6464
interrupts = <GIC_SPI 26 IRQ_TYPE_EDGE_RISING>;
6565
fifo-size = <128>;
6666
status = "disabled";
6767
};
6868

6969
uart_B: serial@84dc {
70-
compatible = "amlogic,meson6-uart", "amlogic,meson-uart";
70+
compatible = "amlogic,meson6-uart";
7171
reg = <0x84dc 0x18>;
7272
interrupts = <GIC_SPI 75 IRQ_TYPE_EDGE_RISING>;
7373
status = "disabled";
@@ -105,7 +105,7 @@
105105
};
106106

107107
uart_C: serial@8700 {
108-
compatible = "amlogic,meson6-uart", "amlogic,meson-uart";
108+
compatible = "amlogic,meson6-uart";
109109
reg = <0x8700 0x18>;
110110
interrupts = <GIC_SPI 93 IRQ_TYPE_EDGE_RISING>;
111111
status = "disabled";
@@ -228,7 +228,7 @@
228228
};
229229

230230
uart_AO: serial@4c0 {
231-
compatible = "amlogic,meson6-uart", "amlogic,meson-ao-uart", "amlogic,meson-uart";
231+
compatible = "amlogic,meson6-uart", "amlogic,meson-ao-uart";
232232
reg = <0x4c0 0x18>;
233233
interrupts = <GIC_SPI 90 IRQ_TYPE_EDGE_RISING>;
234234
status = "disabled";

arch/arm/boot/dts/meson8.dtsi

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -736,27 +736,27 @@
736736
};
737737

738738
&uart_AO {
739-
compatible = "amlogic,meson8-uart", "amlogic,meson-uart";
740-
clocks = <&clkc CLKID_CLK81>, <&xtal>, <&clkc CLKID_CLK81>;
741-
clock-names = "baud", "xtal", "pclk";
739+
compatible = "amlogic,meson8-uart", "amlogic,meson-ao-uart";
740+
clocks = <&xtal>, <&clkc CLKID_CLK81>, <&clkc CLKID_CLK81>;
741+
clock-names = "xtal", "pclk", "baud";
742742
};
743743

744744
&uart_A {
745-
compatible = "amlogic,meson8-uart", "amlogic,meson-uart";
746-
clocks = <&clkc CLKID_CLK81>, <&xtal>, <&clkc CLKID_UART0>;
747-
clock-names = "baud", "xtal", "pclk";
745+
compatible = "amlogic,meson8-uart";
746+
clocks = <&xtal>, <&clkc CLKID_UART0>, <&clkc CLKID_CLK81>;
747+
clock-names = "xtal", "pclk", "baud";
748748
};
749749

750750
&uart_B {
751-
compatible = "amlogic,meson8-uart", "amlogic,meson-uart";
752-
clocks = <&clkc CLKID_CLK81>, <&xtal>, <&clkc CLKID_UART1>;
753-
clock-names = "baud", "xtal", "pclk";
751+
compatible = "amlogic,meson8-uart";
752+
clocks = <&xtal>, <&clkc CLKID_UART0>, <&clkc CLKID_CLK81>;
753+
clock-names = "xtal", "pclk", "baud";
754754
};
755755

756756
&uart_C {
757-
compatible = "amlogic,meson8-uart", "amlogic,meson-uart";
758-
clocks = <&clkc CLKID_CLK81>, <&xtal>, <&clkc CLKID_UART2>;
759-
clock-names = "baud", "xtal", "pclk";
757+
compatible = "amlogic,meson8-uart";
758+
clocks = <&xtal>, <&clkc CLKID_UART0>, <&clkc CLKID_CLK81>;
759+
clock-names = "xtal", "pclk", "baud";
760760
};
761761

762762
&usb0 {

arch/arm/boot/dts/meson8b.dtsi

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -724,27 +724,27 @@
724724
};
725725

726726
&uart_AO {
727-
compatible = "amlogic,meson8b-uart", "amlogic,meson-uart";
728-
clocks = <&clkc CLKID_CLK81>, <&xtal>, <&clkc CLKID_CLK81>;
729-
clock-names = "baud", "xtal", "pclk";
727+
compatible = "amlogic,meson8b-uart", "amlogic,meson-ao-uart";
728+
clocks = <&xtal>, <&clkc CLKID_CLK81>, <&clkc CLKID_CLK81>;
729+
clock-names = "xtal", "pclk", "baud";
730730
};
731731

732732
&uart_A {
733-
compatible = "amlogic,meson8b-uart", "amlogic,meson-uart";
734-
clocks = <&clkc CLKID_CLK81>, <&xtal>, <&clkc CLKID_UART0>;
735-
clock-names = "baud", "xtal", "pclk";
733+
compatible = "amlogic,meson8b-uart";
734+
clocks = <&xtal>, <&clkc CLKID_UART0>, <&clkc CLKID_CLK81>;
735+
clock-names = "xtal", "pclk", "baud";
736736
};
737737

738738
&uart_B {
739-
compatible = "amlogic,meson8b-uart", "amlogic,meson-uart";
740-
clocks = <&clkc CLKID_CLK81>, <&xtal>, <&clkc CLKID_UART1>;
741-
clock-names = "baud", "xtal", "pclk";
739+
compatible = "amlogic,meson8b-uart";
740+
clocks = <&xtal>, <&clkc CLKID_UART0>, <&clkc CLKID_CLK81>;
741+
clock-names = "xtal", "pclk", "baud";
742742
};
743743

744744
&uart_C {
745-
compatible = "amlogic,meson8b-uart", "amlogic,meson-uart";
746-
clocks = <&clkc CLKID_CLK81>, <&xtal>, <&clkc CLKID_UART2>;
747-
clock-names = "baud", "xtal", "pclk";
745+
compatible = "amlogic,meson8b-uart";
746+
clocks = <&xtal>, <&clkc CLKID_UART0>, <&clkc CLKID_CLK81>;
747+
clock-names = "xtal", "pclk", "baud";
748748
};
749749

750750
&usb0 {

0 commit comments

Comments
 (0)