OpenWrt – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 office 1 From f30cc6acdeb834be1a6ae54d47c84b2f8012b83d Mon Sep 17 00:00:00 2001
2 From: Linus Walleij <linus.walleij@linaro.org>
3 Date: Thu, 18 Jan 2018 14:36:21 +0100
4 Subject: [PATCH 25/31] ARM: dts: Set D-Link DNS-313 SATA to muxmode 0
5  
6 This stops the driver from trying to probe the ATA slave
7 interface. The vendor code enables the slave interface
8 but the driver in the vendor tree does not make use of
9 it.
10  
11 Setting it to muxmode 0 disables the slave interface:
12 the hardware only has the master interface connected
13 to the one harddrive slot anyways.
14  
15 Without this change booting takes excessive time, so it
16 is very annoying to end users.
17  
18 Fixes: dd5c0561db75 ("ARM: dts: Add basic devicetree for D-Link DNS-313")
19 Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
20 ---
21 ARM SoC folks: please apply this for fixes for v4.16.
22 ---
23 arch/arm/boot/dts/gemini-dlink-dns-313.dts | 2 +-
24 1 file changed, 1 insertion(+), 1 deletion(-)
25  
26 --- a/arch/arm/boot/dts/gemini-dlink-dns-313.dts
27 +++ b/arch/arm/boot/dts/gemini-dlink-dns-313.dts
28 @@ -219,7 +219,7 @@
29  
30 sata: sata@46000000 {
31 /* The ROM uses this muxmode */
32 - cortina,gemini-ata-muxmode = <3>;
33 + cortina,gemini-ata-muxmode = <0>;
34 cortina,gemini-enable-sata-bridge;
35 status = "okay";
36 };