[qca953x] remove unneeded initialisation.

This was copied from another chip file and it's not required on Honeybee.

Tested:

* AP143, QCA9531 SoC.

Obtained from: OpenWRT
This commit is contained in:
Adrian Chadd 2015-12-15 04:45:00 +00:00
parent 2365b69ef7
commit 191f543e29

View File

@ -196,7 +196,7 @@ qca953x_chip_set_pll_ge(int unit, int speed, uint32_t pll)
ATH_WRITE_REG(QCA953X_PLL_ETH_XMII_CONTROL_REG, pll);
break;
case 1:
ATH_WRITE_REG(QCA953X_PLL_ETH_SGMII_CONTROL_REG, pll);
/* nothing */
break;
default:
printf("%s: invalid PLL set for arge unit: %d\n",