|
724 | 724 | };
|
725 | 725 |
|
726 | 726 | &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"; |
730 | 730 | };
|
731 | 731 |
|
732 | 732 | &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"; |
736 | 736 | };
|
737 | 737 |
|
738 | 738 | &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"; |
742 | 742 | };
|
743 | 743 |
|
744 | 744 | &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"; |
748 | 748 | };
|
749 | 749 |
|
750 | 750 | &usb0 {
|
|
0 commit comments