From: Ben Hutchings Date: Fri, 17 Feb 2017 01:30:30 +0000 (+0000) Subject: ARM: dts: kirkwood: Fix SATA pinmux-ing for TS419 X-Git-Tag: archive/raspbian/5.16.18-1+rpi1^2~40 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9e1824cd91170562555ef449f988603f30c6d5af;p=linux.git ARM: dts: kirkwood: Fix SATA pinmux-ing for TS419 Forwarded: https://www.spinics.net/lists/arm-kernel/msg563610.html Bug-Debian: https://bugs.debian.org/855017 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: 934b524b3f49 ("ARM: Kirkwood: Add DT description of QNAP 419") Signed-off-by: Ben Hutchings Gbp-Pq: Topic bugfix/arm Gbp-Pq: Name arm-dts-kirkwood-fix-sata-pinmux-ing-for-ts419.patch --- diff --git a/arch/arm/boot/dts/kirkwood-ts419.dtsi b/arch/arm/boot/dts/kirkwood-ts419.dtsi index 717236853e4..7118223645e 100644 --- a/arch/arm/boot/dts/kirkwood-ts419.dtsi +++ b/arch/arm/boot/dts/kirkwood-ts419.dtsi @@ -69,3 +69,11 @@ phy-handle = <ðphy1>; }; }; + +&pmx_sata0 { + marvell,pins = "mpp15"; +}; + +&pmx_sata1 { + marvell,pins = "mpp16"; +};