Skip to content

Commit 5f3b286

Browse files
committed
Merge tag 'mvebu-dt64-6.15-1' of https://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu into soc/dt
mvebu dt64 for 6.15 (part 1) device tree clean-up fomr DT maintainers * tag 'mvebu-dt64-6.15-1' of https://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu: arm64: dts: marvell: Use preferred node names for "simple-bus" arm64: dts: marvell: Drop unused CP11X_TYPE define arm64: dts: marvell: Move arch timer and pmu nodes to top-level ARM: dts: marvell: armada: Align GPIO hog name with bindings ARM: dts: marvell: kirkwood-openrd: Align GPIO hog name with bindings arm64: dts: marvell: armada-8040: Align GPIO hog name with bindings arm64: dts: marvell: Add missing board compatible for IEI-Puzzle-M801 arm64: dts: marvell: Fix missing/incorrect "marvell,armada3710" compatible arm64: dts: marvell: Drop incomplete root compatible/model properties dt-bindings: marvell: armada-7k-8k: Add missing 7040 and 8040 board compatibles dt-bindings: marvell: armada-7k-8k: Move Armada 8KPlus to schema dt-bindings: marvell: armada-37xx: Add glinet,gl-mv1000 compatible Link: https://lore.kernel.org/r/87wmco99xv.fsf@BLaptop.bootlin.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents c1abbe6 + ed9c2b2 commit 5f3b286

37 files changed

Lines changed: 78 additions & 153 deletions

Documentation/devicetree/bindings/arm/marvell/armada-37xx.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ properties:
1818
items:
1919
- enum:
2020
- cznic,turris-mox
21+
- glinet,gl-mv1000
2122
- globalscale,espressobin
2223
- marvell,armada-3720-db
2324
- methode,edpu

Documentation/devicetree/bindings/arm/marvell/armada-7k-8k.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ properties:
2323

2424
- description: Armada 7040 SoC
2525
items:
26+
- enum:
27+
- globalscale,mochabin
28+
- marvell,armada7040-db
2629
- const: marvell,armada7040
2730
- const: marvell,armada-ap806-quad
2831
- const: marvell,armada-ap806
@@ -35,10 +38,32 @@ properties:
3538

3639
- description: Armada 8040 SoC
3740
items:
41+
- enum:
42+
- iei,puzzle-m801
43+
- marvell,armada8040-db
44+
- solidrun,clearfog-gt-8k
3845
- const: marvell,armada8040
3946
- const: marvell,armada-ap806-quad
4047
- const: marvell,armada-ap806
4148

49+
- description: Armada 8040 SoC MACCHIATOBin Boards
50+
items:
51+
- enum:
52+
- marvell,armada8040-mcbin-doubleshot
53+
- marvell,armada8040-mcbin-singleshot
54+
- const: marvell,armada8040-mcbin
55+
- const: marvell,armada8040
56+
- const: marvell,armada-ap806-quad
57+
- const: marvell,armada-ap806
58+
59+
- description: Armada 8080 SoC
60+
items:
61+
- enum:
62+
- marvell,armada-8080-db
63+
- const: marvell,armada-8080
64+
- const: marvell,armada-ap810-octa
65+
- const: marvell,armada-ap810
66+
4267
- description: Armada CN9130 SoC with no external CP
4368
items:
4469
- const: marvell,cn9130

Documentation/devicetree/bindings/arm/marvell/armada-8kp.txt

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

arch/arm/boot/dts/marvell/armada-385-clearfog-gtr.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@
453453
pinctrl-0 = <&cf_gtr_fan_pwm &cf_gtr_wifi_disable_pins>;
454454
pinctrl-names = "default";
455455

456-
wifi-disable {
456+
wifi-disable-hog {
457457
gpio-hog;
458458
gpios = <30 GPIO_ACTIVE_LOW>, <31 GPIO_ACTIVE_LOW>;
459459
output-low;
@@ -465,7 +465,7 @@
465465
pinctrl-0 = <&cf_gtr_isolation_pins &cf_gtr_poe_reset_pins &cf_gtr_lte_disable_pins>;
466466
pinctrl-names = "default";
467467

468-
lte-disable {
468+
lte-disable-hog {
469469
gpio-hog;
470470
gpios = <2 GPIO_ACTIVE_LOW>;
471471
output-low;
@@ -476,14 +476,14 @@
476476
* This signal, when asserted, isolates Armada 38x sample at reset pins
477477
* from control of external devices. Should be de-asserted after reset.
478478
*/
479-
sar-isolation {
479+
sar-isolation-hog {
480480
gpio-hog;
481481
gpios = <15 GPIO_ACTIVE_LOW>;
482482
output-low;
483483
line-name = "sar-isolation";
484484
};
485485

486-
poe-reset {
486+
poe-reset-hog {
487487
gpio-hog;
488488
gpios = <16 GPIO_ACTIVE_LOW>;
489489
output-low;

arch/arm/boot/dts/marvell/armada-388-clearfog-base.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
};
3535

3636
&gpio0 {
37-
phy1_reset {
37+
phy1-reset-hog {
3838
gpio-hog;
3939
gpios = <19 GPIO_ACTIVE_LOW>;
4040
output-low;

arch/arm/boot/dts/marvell/kirkwood-openrd.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
cd-gpios = <&gpio0 29 9>;
5454
};
5555
gpio@10100 {
56-
p28 {
56+
p28-hog {
5757
gpio-hog;
5858
gpios = <28 GPIO_ACTIVE_HIGH>;
5959
/*
@@ -71,7 +71,7 @@
7171
};
7272
};
7373
gpio@10140 {
74-
p2 {
74+
p2-hog {
7575
gpio-hog;
7676
gpios = <2 GPIO_ACTIVE_HIGH>;
7777
/*

arch/arm64/boot/dts/marvell/ac5-98dx25xx.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
#size-cells = <2>;
7979
ranges;
8080

81-
internal-regs@7f000000 {
81+
bus@7f000000 {
8282
#address-cells = <1>;
8383
#size-cells = <1>;
8484
compatible = "simple-bus";

arch/arm64/boot/dts/marvell/armada-371x.dtsi

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

arch/arm64/boot/dts/marvell/armada-3720-db.dts

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

1919
/ {
2020
model = "Marvell Armada 3720 Development Board DB-88F3720-DDR3";
21-
compatible = "marvell,armada-3720-db", "marvell,armada3720", "marvell,armada3700";
21+
compatible = "marvell,armada-3720-db", "marvell,armada3720", "marvell,armada3710";
2222

2323
chosen {
2424
stdout-path = "serial0:115200n8";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/ {
1919
model = "Globalscale Marvell ESPRESSOBin Board (eMMC)";
2020
compatible = "globalscale,espressobin-emmc", "globalscale,espressobin",
21-
"marvell,armada3720", "marvell,armada3700";
21+
"marvell,armada3720", "marvell,armada3710";
2222
};
2323

2424
&sdhci0 {

0 commit comments

Comments
 (0)