[PATCH] arm64: dts: synaptics: align UART node name with bindings

Krzysztof Kozlowski posted 1 patch 3 years, 2 months ago
arch/arm64/boot/dts/synaptics/berlin4ct.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] arm64: dts: synaptics: align UART node name with bindings
Posted by Krzysztof Kozlowski 3 years, 2 months ago
Bindings expect UART/serial node names to be "serial".

  berlin4ct-dmp.dtb: uart@d000: $nodename:0: 'uart@d000' does not match '^serial(@.*)?$'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/synaptics/berlin4ct.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/synaptics/berlin4ct.dtsi b/arch/arm64/boot/dts/synaptics/berlin4ct.dtsi
index 0949acee4728..dc12350b9fc8 100644
--- a/arch/arm64/boot/dts/synaptics/berlin4ct.dtsi
+++ b/arch/arm64/boot/dts/synaptics/berlin4ct.dtsi
@@ -289,7 +289,7 @@ portf: gpio-port@5 {
 				};
 			};
 
-			uart0: uart@d000 {
+			uart0: serial@d000 {
 				compatible = "snps,dw-apb-uart";
 				reg = <0xd000 0x100>;
 				interrupts = <8>;
-- 
2.34.1
Re: [PATCH] arm64: dts: synaptics: align UART node name with bindings
Posted by Krzysztof Kozlowski 3 years, 2 months ago
On Mon, 23 Jan 2023 16:15:40 +0100, Krzysztof Kozlowski wrote:
> Bindings expect UART/serial node names to be "serial".
> 
>   berlin4ct-dmp.dtb: uart@d000: $nodename:0: 'uart@d000' does not match '^serial(@.*)?$'
> 
> 

Applied, thanks!

Let me know if anyone preferred to take it via sub-arch/SoC maintainer tree.
I'll drop it then.

[1/1] arm64: dts: synaptics: align UART node name with bindings
      https://git.kernel.org/krzk/linux-dt/c/0a9b7bee0056dd686da688f530ebd7f00ec4652d

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>