diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-02-13 13:27:14 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-02-13 13:27:14 +0000 |
commit | 2aeabcb857e32494bdb8385a2fb5c8c529fe35be (patch) | |
tree | 7a8f6420d307615cbedc82fbc6ad2e498a5a1ca8 /target/linux/sunxi/patches-3.13/191-stmmac-honor-DT-params.patch | |
parent | 87573f9583f900bc82fe435ebbcff8dd72c88205 (diff) | |
download | upstream-2aeabcb857e32494bdb8385a2fb5c8c529fe35be.tar.gz upstream-2aeabcb857e32494bdb8385a2fb5c8c529fe35be.tar.bz2 upstream-2aeabcb857e32494bdb8385a2fb5c8c529fe35be.zip |
upgrade 3.13 targets to 3.13.2, refresh patches
Signed-off-by: Imre Kaloz <kaloz@openwrt.org
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39582 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/sunxi/patches-3.13/191-stmmac-honor-DT-params.patch')
-rw-r--r-- | target/linux/sunxi/patches-3.13/191-stmmac-honor-DT-params.patch | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/sunxi/patches-3.13/191-stmmac-honor-DT-params.patch b/target/linux/sunxi/patches-3.13/191-stmmac-honor-DT-params.patch index 6f0b02e02a..5c4f40d9a9 100644 --- a/target/linux/sunxi/patches-3.13/191-stmmac-honor-DT-params.patch +++ b/target/linux/sunxi/patches-3.13/191-stmmac-honor-DT-params.patch @@ -12,11 +12,9 @@ Signed-off-by: Chen-Yu Tsai <wens@csie.org> drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c | 1 + 1 file changed, 1 insertion(+) -diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c -index 51c9069..74c7aef 100644 --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c -@@ -47,6 +47,7 @@ static int stmmac_probe_config_dt(struct platform_device *pdev, +@@ -47,6 +47,7 @@ static int stmmac_probe_config_dt(struct plat->bus_id = 0; of_property_read_u32(np, "snps,phy-addr", &plat->phy_addr); @@ -24,6 +22,3 @@ index 51c9069..74c7aef 100644 plat->mdio_bus_data = devm_kzalloc(&pdev->dev, sizeof(struct stmmac_mdio_bus_data), --- -1.8.5.1 - |