Skip to content

Commit 5aef4d1

Browse files
committed
Merge tag 'mvebu-dt64-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu into arm/dt
mvebu dt64 for 5.19 (part 1) Update sdhci node names to match schema on all mvebu dt64 dtsi files Armada 3720: uDPU board: - correct temperature sensors - update partition table espressobin-ultra board: - enable front USB3 port - add PHY and switch reset pins - fix SPI-NOR config * tag 'mvebu-dt64-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu: arm64: dts: marvell: Update sdhci node names to match schema arm64: dts: marvell: espressobin-ultra: enable front USB3 port arm64: dts: marvell: espressobin-ultra: add PHY and switch reset pins arm64: dts: marvell: espressobin-ultra: fix SPI-NOR config arm64: dts: uDPU: correct temperature sensors arm64: dts: uDPU: update partition table Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 9dd7a5a + 239466b commit 5aef4d1

File tree

5 files changed

+20
-16
lines changed

5 files changed

+20
-16
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@
7171

7272
&spi0 {
7373
flash@0 {
74-
spi-max-frequency = <108000000>;
75-
spi-rx-bus-width = <4>;
76-
spi-tx-bus-width = <4>;
77-
7874
partitions {
7975
compatible = "fixed-partitions";
8076
#address-cells = <1>;
@@ -112,18 +108,21 @@
112108

113109
&usb3 {
114110
usb-phy = <&usb3_phy>;
115-
status = "disabled";
116111
};
117112

118113
&mdio {
119114
extphy: ethernet-phy@1 {
120115
reg = <1>;
116+
117+
reset-gpios = <&gpionb 2 GPIO_ACTIVE_LOW>;
121118
};
122119
};
123120

124121
&switch0 {
125122
reg = <3>;
126123

124+
reset-gpios = <&gpiosb 23 GPIO_ACTIVE_LOW>;
125+
127126
ports {
128127
switch0port1: port@1 {
129128
reg = <1>;

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

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,15 @@
108108
compatible = "fixed-partitions";
109109
#address-cells = <1>;
110110
#size-cells = <1>;
111-
/* only bootloader is located on the SPI */
111+
112112
partition@0 {
113-
label = "uboot";
114-
reg = <0 0x400000>;
113+
label = "firmware";
114+
reg = <0x0 0x180000>;
115+
};
116+
117+
partition@180000 {
118+
label = "u-boot-env";
119+
reg = <0x180000 0x10000>;
115120
};
116121
};
117122
};
@@ -148,15 +153,15 @@
148153
scl-gpios = <&gpionb 2 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
149154
sda-gpios = <&gpionb 3 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
150155

151-
lm75@48 {
156+
nct375@48 {
152157
status = "okay";
153-
compatible = "lm75";
158+
compatible = "ti,tmp75c";
154159
reg = <0x48>;
155160
};
156161

157-
lm75@49 {
162+
nct375@49 {
158163
status = "okay";
159-
compatible = "lm75";
164+
compatible = "ti,tmp75c";
160165
reg = <0x49>;
161166
};
162167
};

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@
444444
#mbox-cells = <1>;
445445
};
446446

447-
sdhci1: sdhci@d0000 {
447+
sdhci1: mmc@d0000 {
448448
compatible = "marvell,armada-3700-sdhci",
449449
"marvell,sdhci-xenon";
450450
reg = <0xd0000 0x300>,
@@ -455,7 +455,7 @@
455455
status = "disabled";
456456
};
457457

458-
sdhci0: sdhci@d8000 {
458+
sdhci0: mmc@d8000 {
459459
compatible = "marvell,armada-3700-sdhci",
460460
"marvell,sdhci-xenon";
461461
reg = <0xd8000 0x300>,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
251251
};
252252

253-
ap_sdhci0: sdhci@6e0000 {
253+
ap_sdhci0: mmc@6e0000 {
254254
compatible = "marvell,armada-ap806-sdhci";
255255
reg = <0x6e0000 0x300>;
256256
interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@
493493
status = "okay";
494494
};
495495

496-
CP11X_LABEL(sdhci0): sdhci@780000 {
496+
CP11X_LABEL(sdhci0): mmc@780000 {
497497
compatible = "marvell,armada-cp110-sdhci";
498498
reg = <0x780000 0x300>;
499499
interrupts = <27 IRQ_TYPE_LEVEL_HIGH>;

0 commit comments

Comments
 (0)