Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: dm814x: align UART node name with bindings

Bindings expect UART/serial node names to be "serial".

Link: https://lore.kernel.org/r/20230123151536.369623-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

+6 -6
+3 -3
arch/arm/boot/dts/dm814x.dtsi
··· 333 333 }; 334 334 }; 335 335 336 - uart1: uart@20000 { 336 + uart1: serial@20000 { 337 337 compatible = "ti,am3352-uart", "ti,omap3-uart"; 338 338 ti,hwmods = "uart1"; 339 339 reg = <0x20000 0x2000>; ··· 343 343 dma-names = "tx", "rx"; 344 344 }; 345 345 346 - uart2: uart@22000 { 346 + uart2: serial@22000 { 347 347 compatible = "ti,am3352-uart", "ti,omap3-uart"; 348 348 ti,hwmods = "uart2"; 349 349 reg = <0x22000 0x2000>; ··· 353 353 dma-names = "tx", "rx"; 354 354 }; 355 355 356 - uart3: uart@24000 { 356 + uart3: serial@24000 { 357 357 compatible = "ti,am3352-uart", "ti,omap3-uart"; 358 358 ti,hwmods = "uart3"; 359 359 reg = <0x24000 0x2000>;
+3 -3
arch/arm/boot/dts/dm816x.dtsi
··· 522 522 ti,timer-pwm; 523 523 }; 524 524 525 - uart1: uart@48020000 { 525 + uart1: serial@48020000 { 526 526 compatible = "ti,am3352-uart", "ti,omap3-uart"; 527 527 ti,hwmods = "uart1"; 528 528 reg = <0x48020000 0x2000>; ··· 532 532 dma-names = "tx", "rx"; 533 533 }; 534 534 535 - uart2: uart@48022000 { 535 + uart2: serial@48022000 { 536 536 compatible = "ti,am3352-uart", "ti,omap3-uart"; 537 537 ti,hwmods = "uart2"; 538 538 reg = <0x48022000 0x2000>; ··· 542 542 dma-names = "tx", "rx"; 543 543 }; 544 544 545 - uart3: uart@48024000 { 545 + uart3: serial@48024000 { 546 546 compatible = "ti,am3352-uart", "ti,omap3-uart"; 547 547 ti,hwmods = "uart3"; 548 548 reg = <0x48024000 0x2000>;