pci: pci_mvebu: Add comment about missing of_n_addr_cells() call
authorStefan Roese <sr@denx.de>
Mon, 11 Feb 2019 06:53:34 +0000 (07:53 +0100)
committerStefan Roese <sr@denx.de>
Tue, 19 Mar 2019 08:22:05 +0000 (09:22 +0100)
commit0df62e8da8f48d8bbabd1d92512173cbb424e3c5
tree63d39ee525d2a33ac753edd109d7432040bf40cc
parent374bf7af033aa326a9585c5ff878d206e90c0c1c
pci: pci_mvebu: Add comment about missing of_n_addr_cells() call

This patch adds a comment to explain the use of the hardcoded value for
the number of address cells in mvebu_get_tgt_attr(). This should help to
rework this function, once CONFIG_OF_LIVE is enabled for MVEBU in
general.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Stefan Roese <sr@denx.de>
drivers/pci/pci_mvebu.c