Skip to content

Commit de65fe9

Browse files
committed
Merge tag 'mvebu-dt64-7.1-1' of https://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu into soc/late2
mvebu dt64 for 7.1 (part 1) - Armada 37xx/3720 device tree fixes: - Reorder USB PHYs, standardize names, drop undocumented properties, fix schema alignment - Add Marvell 7k COMe board bindings and uDPU ethernet aliases - Cleanup: drop unused .dtsi files * tag 'mvebu-dt64-7.1-1' of https://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu: arm64: dts: marvell: armada-37xx: swap PHYs' order in USB3 controller node arm64: dts: marvell: armada-37xx: use 'usb2-phy' in USB3 controller's phy-names arm64: dts: marvell: armada-37xx: drop 'marvell,usb-misc-reg' from USB host nodes arm64: dts: marvell: armada-37xx: drop redundant status property arm64: dts: marvell: armada-37xx: align 'phy-names' of EHCI node with DT schema dt-bindings: arm64: add Marvell 7k COMe boards arm64: dts: marvell: armada-3720: drop 'marvell,xenon-emmc' properties arm64: dts: marvell: uDPU: add ethernet aliases arm/arm64: dts: marvell: Drop unused .dtsi arm64: dts: a7k: use phy handle Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 7b82df3 + 00e6d60 commit de65fe9

8 files changed

Lines changed: 10 additions & 274 deletions

File tree

arch/arm/boot/dts/marvell/armada-380.dtsi

Lines changed: 0 additions & 148 deletions
This file was deleted.

arch/arm64/boot/dts/marvell/armada-3720-atlas-v5.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
mmc-ddr-1_8v;
8383
mmc-hs400-1_8v;
8484
sd-uhs-sdr104;
85-
marvell,xenon-emmc;
8685
marvell,xenon-tun-count = <9>;
8786
marvell,pad-type = "fixed-1-8v";
8887
vqmmc-supply = <&vsdc_reg>;

arch/arm64/boot/dts/marvell/armada-3720-espressobin.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
bus-width = <8>;
7979
mmc-ddr-1_8v;
8080
mmc-hs400-1_8v;
81-
marvell,xenon-emmc;
8281
marvell,xenon-tun-count = <9>;
8382
marvell,pad-type = "fixed-1-8v";
8483

arch/arm64/boot/dts/marvell/armada-3720-uDPU.dtsi

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
#include "armada-372x.dtsi"
1616

1717
/ {
18+
aliases {
19+
ethernet0 = &eth0;
20+
ethernet1 = &eth1;
21+
};
22+
1823
chosen {
1924
stdout-path = "serial0:115200n8";
2025
};
@@ -156,7 +161,7 @@
156161
&usb3 {
157162
status = "okay";
158163
phys = <&usb2_utmi_otg_phy>;
159-
phy-names = "usb2-utmi-otg-phy";
164+
phy-names = "usb2-phy";
160165
};
161166

162167
&uart0 {

arch/arm64/boot/dts/marvell/armada-37xx.dtsi

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -369,11 +369,10 @@
369369
compatible = "marvell,armada3700-xhci",
370370
"generic-xhci";
371371
reg = <0x58000 0x4000>;
372-
marvell,usb-misc-reg = <&usb32_syscon>;
373372
interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
374373
clocks = <&sb_periph_clk 12>;
375-
phys = <&comphy0 0>, <&usb2_utmi_otg_phy>;
376-
phy-names = "usb3-phy", "usb2-utmi-otg-phy";
374+
phys = <&usb2_utmi_otg_phy>, <&comphy0 0>;
375+
phy-names = "usb2-phy", "usb3-phy";
377376
status = "disabled";
378377
};
379378

@@ -393,10 +392,9 @@
393392
usb2: usb@5e000 {
394393
compatible = "marvell,armada-3700-ehci";
395394
reg = <0x5e000 0x1000>;
396-
marvell,usb-misc-reg = <&usb2_syscon>;
397395
interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
398396
phys = <&usb2_utmi_host_phy>;
399-
phy-names = "usb2-utmi-host-phy";
397+
phy-names = "usb";
400398
status = "disabled";
401399
};
402400

@@ -534,7 +532,6 @@
534532
armada-3700-rwtm {
535533
compatible = "marvell,armada-3700-rwtm-firmware";
536534
mboxes = <&rwtm 0>;
537-
status = "okay";
538535
};
539536
};
540537
};

arch/arm64/boot/dts/marvell/armada-7020-comexpress.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
&cp0_eth1 {
7272
status = "okay";
73-
phy = <&phy0>;
73+
phy-handle = <&phy0>;
7474
phy-mode = "rgmii-id";
7575
};
7676

arch/arm64/boot/dts/marvell/armada-8020.dtsi

Lines changed: 0 additions & 20 deletions
This file was deleted.

arch/arm64/boot/dts/marvell/cn9130-db-comexpress.dtsi

Lines changed: 0 additions & 96 deletions
This file was deleted.

0 commit comments

Comments
 (0)