diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-03-13 21:42:40 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-03-13 21:42:47 +0100 |
commit | 894ee9510b48e3a58c751eb3c1660c101dd4941e (patch) | |
tree | a25cad1184ae56ac8d902520c440cbaece30c9d7 /target/linux/ipq806x/files-4.9/arch | |
parent | 7ffaf71d53f71a901f41cb87dff3dfe0f68e442d (diff) | |
download | upstream-894ee9510b48e3a58c751eb3c1660c101dd4941e.tar.gz upstream-894ee9510b48e3a58c751eb3c1660c101dd4941e.tar.bz2 upstream-894ee9510b48e3a58c751eb3c1660c101dd4941e.zip |
ipq806x: fix ethernet DMA parameters with linux 4.9
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/ipq806x/files-4.9/arch')
-rw-r--r-- | target/linux/ipq806x/files-4.9/arch/arm/boot/dts/qcom-ipq8064.dtsi | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/target/linux/ipq806x/files-4.9/arch/arm/boot/dts/qcom-ipq8064.dtsi b/target/linux/ipq806x/files-4.9/arch/arm/boot/dts/qcom-ipq8064.dtsi index a6d7df536a..4fc9f9f0fe 100644 --- a/target/linux/ipq806x/files-4.9/arch/arm/boot/dts/qcom-ipq8064.dtsi +++ b/target/linux/ipq806x/files-4.9/arch/arm/boot/dts/qcom-ipq8064.dtsi @@ -941,6 +941,12 @@ reg = <0x1bb00000 0x000001FF>; }; + stmmac_axi_setup: stmmac-axi-config { + snps,wr_osr_lmt = <7>; + snps,rd_osr_lmt = <7>; + snps,blen = <16 0 0 0 0 0 0>; + }; + gmac0: ethernet@37000000 { device_type = "network"; compatible = "qcom,ipq806x-gmac"; @@ -948,6 +954,10 @@ interrupts = <GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH>; interrupt-names = "macirq"; + snps,axi-config = <&stmmac_axi_setup>; + snps,pbl = <32>; + snps,aal = <1>; + qcom,nss-common = <&nss_common>; qcom,qsgmii-csr = <&qsgmii_csr>; @@ -967,6 +977,10 @@ interrupts = <GIC_SPI 223 IRQ_TYPE_LEVEL_HIGH>; interrupt-names = "macirq"; + snps,axi-config = <&stmmac_axi_setup>; + snps,pbl = <32>; + snps,aal = <1>; + qcom,nss-common = <&nss_common>; qcom,qsgmii-csr = <&qsgmii_csr>; @@ -986,6 +1000,10 @@ interrupts = <GIC_SPI 226 IRQ_TYPE_LEVEL_HIGH>; interrupt-names = "macirq"; + snps,axi-config = <&stmmac_axi_setup>; + snps,pbl = <32>; + snps,aal = <1>; + qcom,nss-common = <&nss_common>; qcom,qsgmii-csr = <&qsgmii_csr>; @@ -1005,6 +1023,10 @@ interrupts = <GIC_SPI 229 IRQ_TYPE_LEVEL_HIGH>; interrupt-names = "macirq"; + snps,axi-config = <&stmmac_axi_setup>; + snps,pbl = <32>; + snps,aal = <1>; + qcom,nss-common = <&nss_common>; qcom,qsgmii-csr = <&qsgmii_csr>; |