Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: dts: qca: ar9132_tl_wr1043nd_v1.dts: drop unused alias node

The TP-LINK TL-WR1043ND board has only one serial port,
so replacing the default of 0 with 0 does nothing useful.

Moreover, the correct name for aliases node is "aliases" not "alias".

An overview of the "aliases" node usage can be found
on the device tree usage page at devicetree.org [1].

Also please see chapter 3.3 ("Aliases node") of the ePAPR 1.1 [2].

[1] http://devicetree.org/Device_Tree_Usage#aliases_Node
[2] https://www.power.org/documentation/epapr-version-1-1/

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Acked-by: Alban Bedel <albeu@free.fr>
Cc: linux-mips@linux-mips.org
Cc: devicetree@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/12872/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Antony Pavlov and committed by
Ralf Baechle
2cdfec1b e791dfb5

-4
-4
arch/mips/boot/dts/qca/ar9132_tl_wr1043nd_v1.dts
··· 9 9 compatible = "tplink,tl-wr1043nd-v1", "qca,ar9132"; 10 10 model = "TP-Link TL-WR1043ND Version 1"; 11 11 12 - alias { 13 - serial0 = "/ahb/apb/uart@18020000"; 14 - }; 15 - 16 12 memory@0 { 17 13 device_type = "memory"; 18 14 reg = <0x0 0x2000000>;