]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/ata/ahci_qoriq.c
ahci: qoriq: Update the default Rx watermark value
[linux-beck.git] / drivers / ata / ahci_qoriq.c
index 4d613f8cb9660c6539742c6ab72805bde0b0473f..256d9114a1941f7b3051fc69405bd524dc7b24e3 100644 (file)
@@ -38,7 +38,7 @@
 #define AHCI_PORT_PHY_3_CFG    0x0e081004
 #define AHCI_PORT_PHY_4_CFG    0x00480811
 #define AHCI_PORT_PHY_5_CFG    0x192c96a4
-#define AHCI_PORT_TRANS_CFG    0x08000025
+#define AHCI_PORT_TRANS_CFG    0x08000029
 #define LS1043A_PORT_PHY2      0x28184d1f
 #define LS1043A_PORT_PHY3      0x0e081509
 
@@ -169,6 +169,7 @@ static int ahci_qoriq_phy_init(struct ahci_host_priv *hpriv)
 
        case AHCI_LS2080A:
                writel(AHCI_PORT_PHY_1_CFG, reg_base + PORT_PHY1);
+               writel(AHCI_PORT_TRANS_CFG, reg_base + PORT_TRANS);
                break;
        }