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

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

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@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@e4 {
 			};
 		};
 
-		uart0: uart@602b0000 {
+		uart0: serial@602b0000 {
 			compatible = "arm,sbsa-uart";
 			reg = <0x0 0x602b0000 0x0 0x1000>;
 			interrupt-parent = <&mbigen_uart>;
-- 
2.34.1
Re: [PATCH] arm64: dts: hisilicon: align UART node name with bindings
Posted by Krzysztof Kozlowski 2 years, 7 months ago
On Mon, 23 Jan 2023 16:15:16 +0100, Krzysztof Kozlowski wrote:
> Bindings expect UART/serial node names to be "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: hisilicon: align UART node name with bindings
      https://git.kernel.org/krzk/linux-dt/c/b8081b9a80945158e21e62ad31f50b704990cd8a

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