Skip to content

Commit a127fda

Browse files
committed
Merge tag 'mvebu-dt-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu into arm/dt
mvebu dt for 5.9 (part 1) - Fix the reg-init PHY for the dlink-dns327l (Armada 370) - Replace HTTP links with HTTPS one in device tree of the Excito Bubba B3 (Kirkwood) * tag 'mvebu-dt-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu: ARM: dts: dlink-dns327l: fix reg-init PHY ARM: dts: kirkwood: Replace HTTP links with HTTPS ones Signed-off-by: Arnd Bergmann <[email protected]>
2 parents cf8182f + 43bf202 commit a127fda

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

arch/arm/boot/dts/armada-370-dlink-dns327l.dts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,8 @@
247247
&mdio {
248248
phy0: ethernet-phy@0 { /* Marvell 88E1318 */
249249
reg = <0>;
250-
marvell,reg-init = <0x0 0x16 0x0 0x0002>,
251-
<0x0 0x19 0x0 0x0077>,
252-
<0x0 0x18 0x0 0x5747>;
250+
marvell,reg-init = <0x2 0x19 0x0 0x0077>,
251+
<0x2 0x18 0x0 0x5747>;
253252
};
254253
};
255254

arch/arm/boot/dts/kirkwood-b3.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* L2 cache. If your B3 silently fails to boot, u-boot is probably too
1010
* old. Either upgrade, or consider the following email:
1111
*
12-
* http://lists.debian.org/debian-arm/2012/08/msg00128.html
12+
* https://lists.debian.org/debian-arm/2012/08/msg00128.html
1313
*/
1414

1515
/dts-v1/;

0 commit comments

Comments
 (0)