Skip to content

Commit 1a55b42

Browse files
committed
Merge branch 'mmp/fixes' into arm/fixes
These three fixes should make it into linux-5.7 and also into the branch for other mmp dt changes for v5.8, so I created a branch for them. * mmp/fixes: ARM: dts: mmp3: Drop usb-nop-xceiv from HSIC phy ARM: dts: mmp3-dell-ariel: Fix the SPI devices ARM: dts: mmp3: Use the MMP3 compatible string for /clocks Signed-off-by: Arnd Bergmann <[email protected]>
2 parents b9bbe6e + 24cf6ee commit 1a55b42

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

arch/arm/boot/dts/mmp3-dell-ariel.dts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,19 +98,19 @@
9898
status = "okay";
9999
};
100100

101-
&ssp3 {
101+
&ssp1 {
102102
status = "okay";
103-
cs-gpios = <&gpio 46 GPIO_ACTIVE_HIGH>;
103+
cs-gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
104104

105105
firmware-flash@0 {
106-
compatible = "st,m25p80", "jedec,spi-nor";
106+
compatible = "winbond,w25q32", "jedec,spi-nor";
107107
reg = <0>;
108-
spi-max-frequency = <40000000>;
108+
spi-max-frequency = <104000000>;
109109
m25p,fast-read;
110110
};
111111
};
112112

113-
&ssp4 {
114-
cs-gpios = <&gpio 56 GPIO_ACTIVE_HIGH>;
113+
&ssp2 {
114+
cs-gpios = <&gpio 56 GPIO_ACTIVE_LOW>;
115115
status = "okay";
116116
};

arch/arm/boot/dts/mmp3.dtsi

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,7 @@
202202
};
203203

204204
hsic_phy0: hsic-phy@f0001800 {
205-
compatible = "marvell,mmp3-hsic-phy",
206-
"usb-nop-xceiv";
205+
compatible = "marvell,mmp3-hsic-phy";
207206
reg = <0xf0001800 0x40>;
208207
#phy-cells = <0>;
209208
status = "disabled";
@@ -224,8 +223,7 @@
224223
};
225224

226225
hsic_phy1: hsic-phy@f0002800 {
227-
compatible = "marvell,mmp3-hsic-phy",
228-
"usb-nop-xceiv";
226+
compatible = "marvell,mmp3-hsic-phy";
229227
reg = <0xf0002800 0x40>;
230228
#phy-cells = <0>;
231229
status = "disabled";
@@ -531,7 +529,7 @@
531529
};
532530

533531
soc_clocks: clocks@d4050000 {
534-
compatible = "marvell,mmp2-clock";
532+
compatible = "marvell,mmp3-clock";
535533
reg = <0xd4050000 0x1000>,
536534
<0xd4282800 0x400>,
537535
<0xd4015000 0x1000>;

0 commit comments

Comments
 (0)