summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie_phytium.c
Commit message (Collapse)AuthorAgeFilesLines
* dm: pci: Update the PCI read_config() method to const dev *Simon Glass2020-02-051-4/+3
| | | | | | | At present this method uses a non-const udevice pointer, but the call should not modify the device. Use a const pointer. Signed-off-by: Simon Glass <sjg@chromium.org>
* arm: add initial support for the Phytium Durian Boardliu hao2019-11-071-0/+200
This adds platform code and the device tree for the Phytium Durian Board. The initial support comprises the UART and the PCIE. Cc: Bin Meng <bmeng.cn@gmail.com> Cc: Kever Yang <kever.yang@rock-chips.com> Cc: Tom Rini <trini@konsulko.com> Cc: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Steven Hao <liuhao@phytium.com.cn>