[PATCH] arm64: dts: synaptics: align UART node name with bindings
Krzysztof Kozlowski
krzysztof.kozlowski at linaro.org
Mon Jan 23 07:15:40 PST 2023
Bindings expect UART/serial node names to be "serial".
berlin4ct-dmp.dtb: uart at d000: $nodename:0: 'uart at d000' does not match '^serial(@.*)?$'
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski at 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 at 5 {
};
};
- uart0: uart at d000 {
+ uart0: serial at d000 {
compatible = "snps,dw-apb-uart";
reg = <0xd000 0x100>;
interrupts = <8>;
--
2.34.1
More information about the linux-arm-kernel
mailing list