diff options
author | Grygorii Strashko <grygorii.strashko@ti.com> | 2017-01-06 23:07:35 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-01-08 04:48:14 +0300 |
commit | c40d8883a28ece32d753d96e77f05e5e9a7c4415 (patch) | |
tree | a2bac7db0c432f868c580f5db28a68f01887304e /arch/arm/boot/dts/am4372.dtsi | |
parent | be034fc14015c7fcabe62317d156e98b508a759b (diff) | |
download | linux-c40d8883a28ece32d753d96e77f05e5e9a7c4415.tar.xz |
Documentation: DT: net: cpsw: remove no_bd_ram property
Even if no_bd_ram property is described in TI CPSW bindings the support for
it has never been introduced in CPSW driver, so there are no real users of
it. Hence, remove no_bd_ram property from documentation and DT files.
Cc: 'Rob Herring <robh+dt@kernel.org>'
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/arm/boot/dts/am4372.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index ac55f93fc91e..837aff1b4aa1 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -669,7 +669,6 @@ cpdma_channels = <8>; ale_entries = <1024>; bd_ram_size = <0x2000>; - no_bd_ram = <0>; mac_control = <0x20>; slaves = <2>; active_slave = <0>; |