]> git.sur5r.net Git - u-boot/commitdiff
phy: marvell: Replace PHY_TYPE_KR with PHY_TYPE_SFI
authorStefan Roese <sr@denx.de>
Mon, 24 Apr 2017 15:45:21 +0000 (18:45 +0300)
committerStefan Roese <sr@denx.de>
Tue, 9 May 2017 11:38:18 +0000 (13:38 +0200)
Use correct naming as done in the latest Marvell U-Boot version as well.

Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: Igal Liberman <igall@marvell.com>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/arm/dts/armada-8040-db.dts
arch/arm/dts/armada-8040-mcbin.dts
drivers/phy/marvell/comphy_core.c
drivers/phy/marvell/comphy_cp110.c
include/dt-bindings/comphy/comphy_data.h

index 1fcb9f496358c963e63d887d483f454bcd24534e..fa589956ad76b5a354e4bf934f92985053aa6a1c 100644 (file)
        /* Serdes Configuration:
         *      Lane 0: PCIe0 (x1)
         *      Lane 1: SATA0
-        *      Lane 2: KR (10G)
+        *      Lane 2: SFI (10G)
         *      Lane 3: SATA1
         *      Lane 4: USB3_HOST1
         *      Lane 5: PCIe2 (x1)
                phy-type = <PHY_TYPE_SATA0>;
        };
        phy2 {
-               phy-type = <PHY_TYPE_KR>;
+               phy-type = <PHY_TYPE_SFI>;
        };
        phy3 {
                phy-type = <PHY_TYPE_SATA1>;
        /* Serdes Configuration:
         *      Lane 0: PCIe0 (x1)
         *      Lane 1: SATA0
-        *      Lane 2: KR (10G)
+        *      Lane 2: SFI (10G)
         *      Lane 3: SATA1
         *      Lane 4: PCIe1 (x1)
         *      Lane 5: PCIe2 (x1)
                phy-type = <PHY_TYPE_SATA0>;
        };
        phy2 {
-               phy-type = <PHY_TYPE_KR>;
+               phy-type = <PHY_TYPE_SFI>;
        };
        phy3 {
                phy-type = <PHY_TYPE_SATA1>;
index e42b092b25085af87975c9227d571fb11161b827..dde495ae4ffa5cd2643d0e53119d31462eb58207 100644 (file)
@@ -99,7 +99,7 @@
         * [54] 2.5G SFP LOS
         * [55] Micro SD card detect
         * [56-61] Micro SD
-        * [62] CP1 KR SFP FAULT
+        * [62] CP1 SFI SFP FAULT
         */
                /*   0    1    2    3    4    5    6    7    8    9 */
        pin-func = < 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff
         * Lane 1: PCIe0 (x4)
         * Lane 2: PCIe0 (x4)
         * Lane 3: PCIe0 (x4)
-        * Lane 4: KR (10G)
+        * Lane 4: SFI (10G)
         * Lane 5: SATA1
         */
        phy0 {
                phy-type = <PHY_TYPE_PEX0>;
        };
        phy4 {
-               phy-type = <PHY_TYPE_KR>;
+               phy-type = <PHY_TYPE_SFI>;
        };
        phy5 {
                phy-type = <PHY_TYPE_SATA1>;
         * Lane 1: SATA 0
         * Lane 2: USB HOST 0
         * Lane 3: SATA1
-        * Lane 4: KR (10G)
+        * Lane 4: SFI (10G)
         * Lane 5: SGMII3
         */
        phy0 {
                phy-type = <PHY_TYPE_SATA1>;
        };
        phy4 {
-               phy-type = <PHY_TYPE_KR>;
+               phy-type = <PHY_TYPE_SFI>;
        };
        phy5 {
                phy-type = <PHY_TYPE_SGMII3>;
index 7729e4be669c78527a81f47a731b0e1372ae9a44..97455c8296c09ae880b9a9e8060a6c77c104c61e 100644 (file)
@@ -37,7 +37,7 @@ static char *get_type_string(u32 type)
                                "SGMII1", "SGMII2", "SGMII3", "QSGMII",
                                "USB3_HOST0", "USB3_HOST1", "USB3_DEVICE",
                                "XAUI0", "XAUI1", "XAUI2", "XAUI3",
-                               "RXAUI0", "RXAUI1", "KR"};
+                               "RXAUI0", "RXAUI1", "SFI"};
 
        if (type < 0 || type > PHY_TYPE_MAX)
                return "invalid";
index 25c067d23fa88aefd49d64f0e300c4940bf7d650..cd3cf968cf47c77f0ddb728615f665bceb19b97c 100644 (file)
@@ -34,7 +34,7 @@ struct utmi_phy_data {
  * PIPE selector include USB and PCIe options.
  * PHY selector include the Ethernet and SATA options, every Ethernet
  * option has different options, for example: serdes lane2 had option
- * Eth_port_0 that include (SGMII0, XAUI0, RXAUI0, KR)
+ * Eth_port_0 that include (SGMII0, XAUI0, RXAUI0, SFI)
  */
 struct comphy_mux_data cp110_comphy_phy_mux_data[] = {
        {4, {{PHY_TYPE_UNCONNECTED, 0x0}, {PHY_TYPE_SGMII2, 0x1}, /* Lane 0 */
@@ -43,13 +43,13 @@ struct comphy_mux_data cp110_comphy_phy_mux_data[] = {
             {PHY_TYPE_XAUI3, 0x1}, {PHY_TYPE_SATA0, 0x4} } },
        {6, {{PHY_TYPE_UNCONNECTED, 0x0}, {PHY_TYPE_SGMII0, 0x1}, /* Lane 2 */
             {PHY_TYPE_XAUI0, 0x1}, {PHY_TYPE_RXAUI0, 0x1},
-            {PHY_TYPE_KR, 0x1}, {PHY_TYPE_SATA0, 0x4} } },
+            {PHY_TYPE_SFI, 0x1}, {PHY_TYPE_SATA0, 0x4} } },
        {8, {{PHY_TYPE_UNCONNECTED, 0x0}, {PHY_TYPE_SGMII0, 0x1}, /* Lane 3 */
             {PHY_TYPE_XAUI0, 0x1}, {PHY_TYPE_RXAUI0, 0x1},
-            {PHY_TYPE_KR, 0x1}, {PHY_TYPE_XAUI1, 0x1},
+            {PHY_TYPE_SFI, 0x1}, {PHY_TYPE_XAUI1, 0x1},
             {PHY_TYPE_RXAUI1, 0x1}, {PHY_TYPE_SATA1, 0x4} } },
        {7, {{PHY_TYPE_UNCONNECTED, 0x0}, {PHY_TYPE_SGMII0, 0x2}, /* Lane 4 */
-            {PHY_TYPE_XAUI0, 0x1}, {PHY_TYPE_RXAUI0, 0x1}, {PHY_TYPE_KR, 0x1},
+            {PHY_TYPE_XAUI0, 0x1}, {PHY_TYPE_RXAUI0, 0x1}, {PHY_TYPE_SFI, 0x1},
             {PHY_TYPE_SGMII2, 0x1}, {PHY_TYPE_XAUI2, 0x1} } },
        {6, {{PHY_TYPE_UNCONNECTED, 0x0}, {PHY_TYPE_XAUI1, 0x1}, /* Lane 5 */
             {PHY_TYPE_RXAUI1, 0x1}, {PHY_TYPE_SGMII3, 0x1},
@@ -907,8 +907,8 @@ static int comphy_sgmii_power_up(u32 lane, u32 sgmii_speed,
        return ret;
 }
 
-static int comphy_kr_power_up(u32 lane, void __iomem *hpipe_base,
-                             void __iomem *comphy_base)
+static int comphy_sfi_power_up(u32 lane, void __iomem *hpipe_base,
+                              void __iomem *comphy_base)
 {
        u32 mask, data, ret = 1;
        void __iomem *hpipe_addr = HPIPE_ADDR(hpipe_base, lane);
@@ -1696,9 +1696,9 @@ int comphy_cp110_init(struct chip_serdes_phy_config *ptr_chip_cfg,
                                lane, ptr_comphy_map->speed, hpipe_base_addr,
                                comphy_base_addr);
                        break;
-               case PHY_TYPE_KR:
-                       ret = comphy_kr_power_up(lane, hpipe_base_addr,
-                                                comphy_base_addr);
+               case PHY_TYPE_SFI:
+                       ret = comphy_sfi_power_up(lane, hpipe_base_addr,
+                                                 comphy_base_addr);
                        break;
                case PHY_TYPE_RXAUI0:
                case PHY_TYPE_RXAUI1:
index a3a6b405eb61ab3916a5fd654de9e117e393806a..8fd578aeaf75653832096ef26262fda7167242e4 100644 (file)
@@ -42,7 +42,7 @@
 #define PHY_TYPE_XAUI3                 20
 #define PHY_TYPE_RXAUI0                        21
 #define PHY_TYPE_RXAUI1                        22
-#define PHY_TYPE_KR                    23
+#define PHY_TYPE_SFI                   23
 #define PHY_TYPE_MAX                   24
 #define PHY_TYPE_INVALID               0xff