diff options
author | 2020-05-10 08:03:24 +0200 | |
---|---|---|
committer | 2020-05-15 09:33:46 +0200 | |
commit | e795688eeedfab9755727bf42e8b64c31a833ea0 (patch) | |
tree | 87f5ee579def2b9894ea28f182e799fd7736c762 | |
parent | MIPS: ath79: ar9331_dpt_module: update led nodes (diff) | |
download | wireguard-linux-e795688eeedfab9755727bf42e8b64c31a833ea0.tar.xz wireguard-linux-e795688eeedfab9755727bf42e8b64c31a833ea0.zip |
MIPS: ath79: ar9331: rename uart to serial node
schema violation was detected by the dtbs_check
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
-rw-r--r-- | arch/mips/boot/dts/qca/ar9331.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/boot/dts/qca/ar9331.dtsi b/arch/mips/boot/dts/qca/ar9331.dtsi index 8f5aed760abb..83b3c0ce135a 100644 --- a/arch/mips/boot/dts/qca/ar9331.dtsi +++ b/arch/mips/boot/dts/qca/ar9331.dtsi @@ -59,7 +59,7 @@ #qca,ddr-wb-channel-cells = <1>; }; - uart: uart@18020000 { + uart: serial@18020000 { compatible = "qca,ar9330-uart"; reg = <0x18020000 0x14>; |