diff options
| author | Andre Heider <[email protected]> | 2020-09-22 06:31:41 +0200 |
|---|---|---|
| committer | Gregory CLEMENT <[email protected]> | 2020-11-29 11:56:33 +0100 |
| commit | d77998497783cab316acde46add4ee4cc70fb76f (patch) | |
| tree | 405c8ab77c394adc63a90d7c1cc4b28b050cae05 | |
| parent | 8077f593d77cf53b0e0ee467b2de2f9e781ab437 (diff) | |
arm64: dts: marvell: espressobin: Get rid of duplicate serial aliases
The included armada-37xx.dtsi already defines these two aliases.
Signed-off-by: Andre Heider <[email protected]>
Reviewed-by: Pali Rohár <[email protected]>
Signed-off-by: Gregory CLEMENT <[email protected]>
| -rw-r--r-- | arch/arm64/boot/dts/marvell/armada-3720-espressobin.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dtsi b/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dtsi index 0775c16e0ec8..3169a820558f 100644 --- a/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dtsi @@ -17,8 +17,6 @@ ethernet1 = &switch0port1; ethernet2 = &switch0port2; ethernet3 = &switch0port3; - serial0 = &uart0; - serial1 = &uart1; }; chosen { |