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

Krzysztof Kozlowski krzysztof.kozlowski at linaro.org
Mon Jan 23 07:15:16 PST 2023


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

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

diff --git a/arch/arm64/boot/dts/hisilicon/hip07.dtsi b/arch/arm64/boot/dts/hisilicon/hip07.dtsi
index b8746fb959b5..8a9436ca2531 100644
--- a/arch/arm64/boot/dts/hisilicon/hip07.dtsi
+++ b/arch/arm64/boot/dts/hisilicon/hip07.dtsi
@@ -1254,7 +1254,7 @@ ipmi0: bt at e4 {
 			};
 		};
 
-		uart0: uart at 602b0000 {
+		uart0: serial at 602b0000 {
 			compatible = "arm,sbsa-uart";
 			reg = <0x0 0x602b0000 0x0 0x1000>;
 			interrupt-parent = <&mbigen_uart>;
-- 
2.34.1




More information about the linux-arm-kernel mailing list