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