Skip to content

Commit d9a4f1f

Browse files
bwhacksopsiff
authored andcommitted
ARM: dts: kirkwood: Fix SATA pinmux-ing for TS419
The old board code for the TS419 assigns MPP pins 15 and 16 as SATA activity signals (and none as SATA presence signals). Currently the device tree assigns the SoC's default pinmux groups for SATA, which conflict with the second Ethernet port. Reported-by: gmbh@gazeta.pl Tested-by: gmbh@gazeta.pl References: https://bugs.debian.org/855017 Cc: stable@vger.kernel.org # 3.15+ Fixes: 934b524 ("ARM: Kirkwood: Add DT description of QNAP 419") Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Link: deepin-community#534 (cherry picked from commit 292c617eea5e5c02c3ffd149d9c6ffd56602e721) Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
1 parent 9423bf7 commit d9a4f1f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,11 @@
6767
phy-handle = <&ethphy1>;
6868
};
6969
};
70+
71+
&pmx_sata0 {
72+
marvell,pins = "mpp15";
73+
};
74+
75+
&pmx_sata1 {
76+
marvell,pins = "mpp16";
77+
};

0 commit comments

Comments
 (0)