Message ID | 20230123151540.369690-1-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | 0a9b7bee0056dd686da688f530ebd7f00ec4652d |
Headers | show |
Series | arm64: dts: synaptics: align UART node name with bindings | expand |
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,
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>;
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(-)