diff options
author | Niklas Cassel <niklas.cassel@axis.com> | 2016-12-30 13:56:46 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-01-02 12:30:26 -0500 |
commit | 31b95c9bdc20663a20b3261303c2a5fc34aae133 (patch) | |
tree | 16ce95432a5da093e35cde90f01704caa42aee0c /Documentation/devicetree/bindings/net/stmmac.txt | |
parent | 4b64e1a40c095f82ea6fbf4a0c11143532bb85a5 (diff) | |
download | talos-obmc-linux-31b95c9bdc20663a20b3261303c2a5fc34aae133.tar.gz talos-obmc-linux-31b95c9bdc20663a20b3261303c2a5fc34aae133.zip |
net: stmmac: remove unused duplicate property snps,axi_all
For core revision 3.x Address-Aligned Beats is available in two registers.
The DT property snps,aal was created for AAL in the DMA bus register,
which is a read/write bit.
The DT property snps,axi_all was created for AXI_AAL in the AXI bus mode
register, which is a read only bit that reflects the value of AAL in the
DMA bus register.
Since the value of snps,axi_all is never used in the driver,
and since the property was created for a bit that is read only,
it should be safe to remove the property.
Acked-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: Niklas Cassel <niklas.cassel@axis.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree/bindings/net/stmmac.txt')
-rw-r--r-- | Documentation/devicetree/bindings/net/stmmac.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/stmmac.txt b/Documentation/devicetree/bindings/net/stmmac.txt index 128da752fec9..c3d2fd480a1b 100644 --- a/Documentation/devicetree/bindings/net/stmmac.txt +++ b/Documentation/devicetree/bindings/net/stmmac.txt @@ -65,7 +65,6 @@ Optional properties: - snps,wr_osr_lmt: max write outstanding req. limit - snps,rd_osr_lmt: max read outstanding req. limit - snps,kbbe: do not cross 1KiB boundary. - - snps,axi_all: align address - snps,blen: this is a vector of supported burst length. - snps,fb: fixed-burst - snps,mb: mixed-burst |