]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: am33xx-l4: fix UART compatible
authorBruno Thomsen <bruno.thomsen@gmail.com>
Mon, 21 Jul 2025 17:37:41 +0000 (19:37 +0200)
committerKevin Hilman <khilman@baylibre.com>
Fri, 5 Sep 2025 21:17:40 +0000 (14:17 -0700)
Fixes the following dtschema check warning:

serial@0 (ti,am3352-uart): compatible: 'oneOf' conditional failed, one must be fixed:
['ti,am3352-uart', 'ti,omap3-uart'] is too long
'ti,am3352-uart' is not one of ['ti,am64-uart', 'ti,j721e-uart']
'ti,am654-uart' was expected
from schema $id: http://devicetree.org/schemas/serial/8250_omap.yaml#

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
Reviewed-by: Judith Mendez <jm@ti.com>
Link: https://lore.kernel.org/r/20250721173741.6369-1-bruno.thomsen@gmail.com
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm/boot/dts/ti/omap/am33xx-l4.dtsi

index d6a143abae5f6bec8041e27d5469727d641a0a1d..cef24aafed1a8c18be53835f5c823ec32af5b72d 100644 (file)
                        ranges = <0x0 0x9000 0x1000>;
 
                        uart0: serial@0 {
-                               compatible = "ti,am3352-uart", "ti,omap3-uart";
+                               compatible = "ti,am3352-uart";
                                clock-frequency = <48000000>;
                                reg = <0x0 0x1000>;
                                interrupts = <72>;
                        ranges = <0x0 0x22000 0x1000>;
 
                        uart1: serial@0 {
-                               compatible = "ti,am3352-uart", "ti,omap3-uart";
+                               compatible = "ti,am3352-uart";
                                clock-frequency = <48000000>;
                                reg = <0x0 0x1000>;
                                interrupts = <73>;
                        ranges = <0x0 0x24000 0x1000>;
 
                        uart2: serial@0 {
-                               compatible = "ti,am3352-uart", "ti,omap3-uart";
+                               compatible = "ti,am3352-uart";
                                clock-frequency = <48000000>;
                                reg = <0x0 0x1000>;
                                interrupts = <74>;
                        ranges = <0x0 0xa6000 0x1000>;
 
                        uart3: serial@0 {
-                               compatible = "ti,am3352-uart", "ti,omap3-uart";
+                               compatible = "ti,am3352-uart";
                                clock-frequency = <48000000>;
                                reg = <0x0 0x1000>;
                                interrupts = <44>;
                        ranges = <0x0 0xa8000 0x1000>;
 
                        uart4: serial@0 {
-                               compatible = "ti,am3352-uart", "ti,omap3-uart";
+                               compatible = "ti,am3352-uart";
                                clock-frequency = <48000000>;
                                reg = <0x0 0x1000>;
                                interrupts = <45>;
                        ranges = <0x0 0xaa000 0x1000>;
 
                        uart5: serial@0 {
-                               compatible = "ti,am3352-uart", "ti,omap3-uart";
+                               compatible = "ti,am3352-uart";
                                clock-frequency = <48000000>;
                                reg = <0x0 0x1000>;
                                interrupts = <46>;