ARM: dts: am437x-l4: Drop ti,omap2-uart entry from UART nodes
authorVignesh Raghavendra <vigneshr@ti.com>
Wed, 26 May 2021 11:59:56 +0000 (17:29 +0530)
committerTony Lindgren <tony@atomide.com>
Thu, 27 May 2021 12:10:00 +0000 (15:10 +0300)
ti,omap2-uart was kept around to work with legacy omap-serial driver.
Now that we have completed move to 8250-omap.c drop legacy compatible.
This will simplify writing YAML schema.

Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am437x-l4.dtsi

index a6f19ae..d681f51 100644 (file)
                        ranges = <0x0 0x9000 0x1000>;
 
                        uart0: serial@0 {
-                               compatible = "ti,am4372-uart","ti,omap2-uart";
+                               compatible = "ti,am4372-uart";
                                reg = <0x0 0x2000>;
                                interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
                        };
                        ranges = <0x0 0x22000 0x1000>;
 
                        uart1: serial@0 {
-                               compatible = "ti,am4372-uart","ti,omap2-uart";
+                               compatible = "ti,am4372-uart";
                                reg = <0x0 0x2000>;
                                interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
                                status = "disabled";
                        ranges = <0x0 0x24000 0x1000>;
 
                        uart2: serial@0 {
-                               compatible = "ti,am4372-uart","ti,omap2-uart";
+                               compatible = "ti,am4372-uart";
                                reg = <0x0 0x2000>;
                                interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
                                status = "disabled";
                        ranges = <0x0 0xa6000 0x1000>;
 
                        uart3: serial@0 {
-                               compatible = "ti,am4372-uart","ti,omap2-uart";
+                               compatible = "ti,am4372-uart";
                                reg = <0x0 0x2000>;
                                interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
                                status = "disabled";
                        ranges = <0x0 0xa8000 0x1000>;
 
                        uart4: serial@0 {
-                               compatible = "ti,am4372-uart","ti,omap2-uart";
+                               compatible = "ti,am4372-uart";
                                reg = <0x0 0x2000>;
                                interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
                                status = "disabled";
                        ranges = <0x0 0xaa000 0x1000>;
 
                        uart5: serial@0 {
-                               compatible = "ti,am4372-uart","ti,omap2-uart";
+                               compatible = "ti,am4372-uart";
                                reg = <0x0 0x2000>;
                                interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
                                status = "disabled";