diff options
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2013-11-13 12:39:47 -0500 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-11-24 11:39:41 -0500 |
commit | 9c8eca3ca43d7337be2485169d4d86a9b6f477d2 (patch) | |
tree | 7034f2492b837b58f829869da8d657ff0a443b35 /drivers/bus | |
parent | 7663cfd3f49f9e48e74fc2258b040d6828b20f0b (diff) |
bus: mvebu-mbus: Remove deprecated comment
Remove a comment about the lack of a devicetree binding: this driver's
binding is already implemented and in use.
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'drivers/bus')
-rw-r--r-- | drivers/bus/mvebu-mbus.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/bus/mvebu-mbus.c b/drivers/bus/mvebu-mbus.c index c646a769e1f5..725c46162bbd 100644 --- a/drivers/bus/mvebu-mbus.c +++ b/drivers/bus/mvebu-mbus.c | |||
@@ -588,12 +588,6 @@ static const struct mvebu_mbus_soc_data mv78xx0_mbus_data = { | |||
588 | .show_cpu_target = mvebu_sdram_debug_show_orion, | 588 | .show_cpu_target = mvebu_sdram_debug_show_orion, |
589 | }; | 589 | }; |
590 | 590 | ||
591 | /* | ||
592 | * The driver doesn't yet have a DT binding because the details of | ||
593 | * this DT binding still need to be sorted out. However, as a | ||
594 | * preparation, we already use of_device_id to match a SoC description | ||
595 | * string against the SoC specific details of this driver. | ||
596 | */ | ||
597 | static const struct of_device_id of_mvebu_mbus_ids[] = { | 591 | static const struct of_device_id of_mvebu_mbus_ids[] = { |
598 | { .compatible = "marvell,armada370-mbus", | 592 | { .compatible = "marvell,armada370-mbus", |
599 | .data = &armada_370_xp_mbus_data, }, | 593 | .data = &armada_370_xp_mbus_data, }, |